猎豆优选官网

home.css 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. .clear {
  2. content: ".";
  3. clear: both;
  4. display: block;
  5. overflow: hidden;
  6. font-size: 0;
  7. height: 0;
  8. }
  9. .swiper-container {
  10. height: 348px;
  11. margin: 8px 0 8px 8px;
  12. }
  13. .swiper-pagination-bullet {
  14. width: 22px;
  15. height: 5px;
  16. background: #D8D8D8;
  17. border-radius: 0;
  18. }
  19. .swiper-pagination-bullet-active {
  20. width: 22px;
  21. height: 5px;
  22. border-radius: 0;
  23. background: #CC1C0E;
  24. }
  25. .swiper-container-horizontal > .swiper-pagination-bullets {
  26. bottom: 18px;
  27. left: -39px;
  28. text-align: right;
  29. }
  30. .ceshi {
  31. text-align: center;
  32. width: 10%;
  33. margin: 20px;
  34. transition: all .1s ease;
  35. border: 1px solid #FFFFFF;
  36. }
  37. .ceshi:hover {
  38. border: 1px solid red;
  39. }
  40. .ceshi img:hover {
  41. transform: translateY(-3px);
  42. }
  43. body {
  44. width: 100%;
  45. background: #f6f6f6;
  46. }
  47. .container {
  48. width: 1100px;
  49. margin: auto;
  50. }
  51. .container .homeList {
  52. width: 100%;
  53. height: 508px;
  54. }
  55. .container .homeList:after {
  56. content: ".";
  57. clear: both;
  58. display: block;
  59. overflow: hidden;
  60. font-size: 0;
  61. height: 0;
  62. }
  63. .container .homeList aside {
  64. background: #FFFFFF;
  65. width: 220px;
  66. height: 100%;
  67. float: left;
  68. }
  69. .container .homeList aside ul {
  70. height: 100%;
  71. overflow: hidden;
  72. }
  73. .container .homeList aside ul li {
  74. color: #5B4242;
  75. font-size: 14px;
  76. line-height: 20px;
  77. padding-left: 50px;
  78. vertical-align: middle;
  79. margin-top: 23px;
  80. cursor: pointer;
  81. }
  82. .container .homeList aside ul li i {
  83. display: inline-block;
  84. width: 19px;
  85. height: 19px;
  86. background: #FFFFFF;
  87. vertical-align: middle;
  88. margin-right: 7px;
  89. }
  90. .container .homeList aside ul li span {
  91. vertical-align: middle;
  92. font-size: 14px;
  93. }
  94. .container .homeList aside ul li:last-of-type {
  95. margin-bottom: 0;
  96. }
  97. .container .homeList .homeListRight {
  98. float: left;
  99. width: 878px;
  100. }
  101. .container .homeList .homeListRight .advertisement {
  102. margin-left: 8px;
  103. }
  104. .container .homeList .homeListRight .advertisement ul:after {
  105. content: ".";
  106. clear: both;
  107. display: block;
  108. overflow: hidden;
  109. font-size: 0;
  110. height: 0;
  111. }
  112. .container .homeList .homeListRight .advertisement ul li {
  113. width: 396px;
  114. height: 90px;
  115. padding: 27px 18px;
  116. }
  117. .container .homeList .homeListRight .advertisement ul li:after {
  118. content: ".";
  119. clear: both;
  120. display: block;
  121. overflow: hidden;
  122. font-size: 0;
  123. height: 0;
  124. }
  125. .container .homeList .homeListRight .advertisement ul li .img {
  126. width: 90px;
  127. height: 90px;
  128. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/sheng.png) no-repeat;
  129. background-size: 100%;
  130. float: left;
  131. }
  132. .container .homeList .homeListRight .advertisement ul li:nth-of-type(2) .img {
  133. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/zhuan.png) no-repeat;
  134. background-size: 100%;
  135. }
  136. .container .homeList .homeListRight .advertisement ul li .img_right {
  137. float: right;
  138. width: 277px;
  139. }
  140. .container .homeList .homeListRight .advertisement ul li .img_right div:nth-of-type(1) {
  141. color: #333333;
  142. font-size: 18px;
  143. line-height: 25px;
  144. padding-top: 11px;
  145. padding-right: 10px;
  146. }
  147. .container .homeList .homeListRight .advertisement ul li .img_right div:nth-of-type(1):after {
  148. content: ".";
  149. clear: both;
  150. display: block;
  151. overflow: hidden;
  152. font-size: 0;
  153. height: 0;
  154. }
  155. .container .homeList .homeListRight .advertisement ul li .img_right div:nth-of-type(1) span {
  156. float: right;
  157. font-size: 18px;
  158. line-height: 25px;
  159. }
  160. .container .homeList .homeListRight .advertisement ul li .img_right div:nth-of-type(2) {
  161. color: #666666;
  162. font-size: 14px;
  163. line-height: 20px;
  164. }
  165. .container .homeList .homeListRight .advertisement ul li .img_right div:nth-of-type(2) span {
  166. padding-left: 9px;
  167. font-size: 36px;
  168. line-height: 50px;
  169. display: inline-block;
  170. background: linear-gradient(90deg, #FFB000, #FF0000);
  171. -webkit-background-clip: text;
  172. -webkit-text-fill-color: transparent;
  173. }
  174. .container .homeList .homeListRight .advertisement ul li .img_right div:nth-of-type(2) span em {
  175. padding-left: 7px;
  176. font-size: 14px;
  177. line-height: 20px;
  178. display: inline-block;
  179. background: linear-gradient(90deg, #FFB000, #FF0000);
  180. -webkit-background-clip: text;
  181. -webkit-text-fill-color: transparent;
  182. }
  183. .container .homeList .homeListRight .advertisement ul li:nth-of-type(1) {
  184. float: left;
  185. background: #FFFFFF;
  186. }
  187. .container .homeList .homeListRight .advertisement ul li:nth-of-type(2) {
  188. background: #FFFFFF;
  189. float: right;
  190. }
  191. .container .homeList .homeListRight .advertisement ul li:nth-of-type(2) .img_right div:nth-of-type(2) span {
  192. background: -webkit-gradient(linear, 0 100%, 0 0, from(#00E6FF), to(#CC00FF));
  193. background: -webkit-linear-gradient(90deg, #00E6FF, #CC00FF);
  194. background: -moz-linear-gradient(90deg, #00E6FF, #CC00FF);
  195. background: -o-linear-gradient(90deg, #00E6FF, #CC00FF);
  196. background: linear-gradient(90deg, #00E6FF, #CC00FF);
  197. -webkit-background-clip: text;
  198. -webkit-text-fill-color: transparent;
  199. }
  200. .container .homeList .homeListRight .advertisement ul li:nth-of-type(2) .img_right div:nth-of-type(2) span em {
  201. background: -webkit-gradient(linear, 0 100%, 0 0, from(#00E6FF), to(#CC00FF));
  202. background: -webkit-linear-gradient(90deg, #00E6FF, #CC00FF);
  203. background: -moz-linear-gradient(90deg, #00E6FF, #CC00FF);
  204. background: -o-linear-gradient(90deg, #00E6FF, #CC00FF);
  205. background: linear-gradient(90deg, #00E6FF, #CC00FF);
  206. -webkit-background-clip: text;
  207. -webkit-text-fill-color: transparent;
  208. }
  209. .asideHoverActive {
  210. display: inline-block;
  211. background: -webkit-gradient(linear, 0 100%, 0 0, from(#CC1C0E), to(#FF5A5A));
  212. background: -webkit-linear-gradient(90deg, #CC1C0E, #FF5A5A);
  213. background: -moz-linear-gradient(90deg, #CC1C0E, #FF5A5A);
  214. background: -o-linear-gradient(90deg, #CC1C0E, #FF5A5A);
  215. background: linear-gradient(90deg, #CC1C0E, #FF5A5A);
  216. -webkit-background-clip: text;
  217. -webkit-text-fill-color: transparent;
  218. }
  219. .activity_title {
  220. height: 80px;
  221. background: #FFFFFF;
  222. margin-top: 8px;
  223. }
  224. .activity_title .activity_title_left {
  225. padding-top: 26px;
  226. padding-left: 20px;
  227. float: left;
  228. }
  229. .activity_title .activity_title_left i {
  230. display: inline-block;
  231. width: 30px;
  232. height: 30px;
  233. margin-right: 7px;
  234. vertical-align: middle;
  235. background: url(https://kx-youhuiquan.oss-cn-beijing.aliyuncs.com/lieodu_gw/meirituijian.png) no-repeat;
  236. background-size: 100%;
  237. }
  238. .activity_title .activity_title_left span {
  239. display: inline-block;
  240. -webkit-background-clip: text;
  241. -webkit-text-fill-color: transparent;
  242. font-size: 24px;
  243. line-height: 33px;
  244. vertical-align: middle;
  245. }
  246. .activity_title .activity_title_right {
  247. font-size: 14px;
  248. line-height: 20px;
  249. color: #666666;
  250. float: right;
  251. margin-top: 49px;
  252. margin-right: 30px;
  253. margin-bottom: 11px;
  254. }
  255. .activity_title .activity_title_right a {
  256. color: #666666;
  257. }
  258. .flash_sale .title {
  259. background: linear-gradient(90deg, #CC1C0E, #FF5A5A);
  260. }
  261. .flash_sale .flash_time {
  262. height: 66px;
  263. background: #FFFFFF;
  264. padding-bottom: 14px;
  265. }
  266. .flash_sale .flash_time ul {
  267. background: #FFA099;
  268. height: 100%;
  269. }
  270. .flash_sale .flash_time ul li {
  271. position: relative;
  272. width: 97px;
  273. height: 100%;
  274. color: #FFFFFF;
  275. text-align: center;
  276. display: inline-block;
  277. margin: 0 12px;
  278. }
  279. .flash_sale .flash_time ul li div {
  280. font-size: 20px;
  281. line-height: 28px;
  282. padding-top: 8px;
  283. padding-bottom: 4px;
  284. }
  285. .flash_sale .flash_time ul li span {
  286. font-size: 14px;
  287. line-height: 20px;
  288. }
  289. .flash_sale .flash_time ul .flash_time_active {
  290. background: #CC1C0E;
  291. }
  292. .flash_sale .flash_time ul .flash_time_active:after {
  293. content: '';
  294. position: absolute;
  295. display: inline-block;
  296. width: 80px;
  297. height: 2px;
  298. background: #CC1C0E;
  299. bottom: -16px;
  300. left: 8px;
  301. }
  302. .Recommend .title {
  303. background: linear-gradient(90deg, #05D4FF, #5A6CFF);
  304. }
  305. .loading {
  306. width: 260px;
  307. height: 50px;
  308. background-color: #fff;
  309. font-size: 15px;
  310. color: #333;
  311. text-align: center;
  312. line-height: 50px;
  313. cursor: pointer;
  314. margin: 40px auto 0;
  315. border-radius: 2px;
  316. box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  317. }
  318. .time_count_down {
  319. display: inline-block;
  320. font-size: 24px;
  321. vertical-align: middle;
  322. margin-left: 20px;
  323. }
  324. /*# sourceMappingURL=home.css.map */