index.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. .search {
  2. height: 88rpx;
  3. width: 100%;
  4. padding: 0 30rpx;
  5. background: #fff;
  6. display: flex;
  7. align-items: center;
  8. }
  9. .search .input {
  10. width: 690rpx;
  11. height: 56rpx;
  12. background: #ededed;
  13. border-radius: 8rpx;
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. }
  18. .search .icon {
  19. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/search2-2fb94833aa.png) center no-repeat;
  20. background-size: 100%;
  21. width: 28rpx;
  22. height: 28rpx;
  23. }
  24. .search .txt {
  25. height: 42rpx;
  26. line-height: 42rpx;
  27. color: #666;
  28. padding-left: 10rpx;
  29. font-size: 30rpx;
  30. }
  31. .banner {
  32. width: 750rpx;
  33. height: 417rpx;
  34. }
  35. .banner image {
  36. width: 100%;
  37. height: 417rpx;
  38. }
  39. .m-menu {
  40. display: flex;
  41. height: 181rpx;
  42. width: 750rpx;
  43. flex-flow: row nowrap;
  44. align-items: center;
  45. justify-content: space-between;
  46. background-color: #fff;
  47. }
  48. .m-menu .item {
  49. flex: 1;
  50. display: block;
  51. padding: 20rpx 0;
  52. }
  53. .m-menu image {
  54. display: block;
  55. width: 58rpx;
  56. height: 58rpx;
  57. margin: 0 auto;
  58. margin-bottom: 12rpx;
  59. }
  60. .m-menu text {
  61. display: block;
  62. font-size: 24rpx;
  63. text-align: center;
  64. margin: 0 auto;
  65. line-height: 1;
  66. color: #333;
  67. }
  68. .a-section {
  69. width: 750rpx;
  70. height: auto;
  71. overflow: hidden;
  72. background: #fff;
  73. color: #333;
  74. margin-top: 20rpx;
  75. }
  76. .a-section .h {
  77. display: flex;
  78. flex-flow: row nowrap;
  79. align-items: center;
  80. justify-content: center;
  81. height: 130rpx;
  82. }
  83. .a-section .h .txt {
  84. padding-right: 30rpx;
  85. background: url("http://ac-3yr0g9cz.clouddn.com/2cdba05369e10f934e54.png") right 4rpx no-repeat;
  86. background-size: 16.656rpx 27rpx;
  87. display: inline-block;
  88. height: 36rpx;
  89. font-size: 33rpx;
  90. line-height: 36rpx;
  91. }
  92. .a-brand .b {
  93. width: 750rpx;
  94. height: auto;
  95. overflow: hidden;
  96. position: relative;
  97. }
  98. .a-brand .wrap {
  99. position: relative;
  100. }
  101. .a-brand .img {
  102. position: absolute;
  103. left: 0;
  104. top: 0;
  105. }
  106. .a-brand .mt {
  107. position: absolute;
  108. z-index: 2;
  109. padding: 27rpx 31rpx;
  110. left: 0;
  111. top: 0;
  112. }
  113. .a-brand .mt .brand {
  114. display: block;
  115. font-size: 33rpx;
  116. height: 43rpx;
  117. color: #333;
  118. }
  119. .a-brand .mt .price, .a-brand .mt .unit {
  120. font-size: 25rpx;
  121. color: #999;
  122. }
  123. .a-brand .item-1 {
  124. float: left;
  125. width: 375rpx;
  126. height: 252rpx;
  127. overflow: hidden;
  128. border-top: 1rpx solid #fff;
  129. margin-left: 1rpx;
  130. }
  131. .a-brand .item-1:nth-child(2n+1){
  132. margin-left: 0;
  133. width: 374rpx;
  134. }
  135. .a-brand .item-1 .img {
  136. width: 375rpx;
  137. height: 253rpx;
  138. }
  139. .a-new .b {
  140. width: 750rpx;
  141. height: auto;
  142. overflow: hidden;
  143. padding: 0 31rpx 45rpx 31rpx;
  144. }
  145. .a-new .b .item {
  146. float: left;
  147. width: 302rpx;
  148. margin-top: 10rpx;
  149. margin-left: 21rpx;
  150. margin-right: 21rpx;
  151. }
  152. .a-new .b .item-b {
  153. margin-left: 42rpx;
  154. }
  155. .a-new .b .img {
  156. width: 302rpx;
  157. height: 302rpx;
  158. }
  159. .a-new .b .name {
  160. text-align: center;
  161. display: block;
  162. width: 302rpx;
  163. height: 35rpx;
  164. margin-bottom: 14rpx;
  165. overflow: hidden;
  166. font-size: 30rpx;
  167. color: #333;
  168. }
  169. .a-new .b .price {
  170. display: block;
  171. text-align: center;
  172. line-height: 30rpx;
  173. font-size: 30rpx;
  174. color: #b4282d;
  175. }
  176. .a-popular {
  177. width: 750rpx;
  178. height: auto;
  179. overflow: hidden;
  180. }
  181. .a-popular .b .item {
  182. border-top: 1px solid #d9d9d9;
  183. margin: 0 20rpx;
  184. height: 264rpx;
  185. width: 710rpx;
  186. }
  187. .a-popular .b .img {
  188. margin-top: 12rpx;
  189. margin-right: 12rpx;
  190. float: left;
  191. width: 240rpx;
  192. height: 240rpx;
  193. }
  194. .a-popular .b .right {
  195. float: left;
  196. height: 264rpx;
  197. width: 456rpx;
  198. display: flex;
  199. flex-flow: row nowrap;
  200. }
  201. .a-popular .b .text {
  202. display: flex;
  203. flex-wrap: nowrap;
  204. flex-direction: column;
  205. justify-content: center;
  206. overflow: hidden;
  207. height: 264rpx;
  208. width: 456rpx;
  209. }
  210. .a-popular .b .name {
  211. width: 456rpx;
  212. display: block;
  213. color: #333;
  214. line-height: 50rpx;
  215. font-size: 30rpx;
  216. }
  217. .a-popular .b .desc {
  218. width: 456rpx;
  219. display: block;
  220. color: #999;
  221. line-height: 50rpx;
  222. font-size: 25rpx;
  223. }
  224. .a-popular .b .price {
  225. width: 456rpx;
  226. display: block;
  227. color: #b4282d;
  228. line-height: 50rpx;
  229. font-size: 33rpx;
  230. }
  231. .a-topic .b {
  232. height: 533rpx;
  233. width: 750rpx;
  234. padding: 0 0 48rpx 0;
  235. }
  236. .a-topic .b .list {
  237. height: 533rpx;
  238. width: 750rpx;
  239. white-space: nowrap;
  240. }
  241. .a-topic .b .item {
  242. display: inline-block;
  243. height: 533rpx;
  244. width: 680.5rpx;
  245. margin-left: 30rpx;
  246. overflow: hidden;
  247. }
  248. .a-topic .b .item:last-child {
  249. margin-right: 30rpx;
  250. }
  251. .a-topic .b .img {
  252. height: 387.5rpx;
  253. width: 680.5rpx;
  254. margin-bottom: 30rpx;
  255. }
  256. .a-topic .b .np {
  257. height: 35rpx;
  258. margin-bottom: 13.5rpx;
  259. color: #333;
  260. font-size: 30rpx;
  261. }
  262. .a-topic .b .np .price {
  263. margin-left: 20.8rpx;
  264. color: #b4282d;
  265. }
  266. .a-topic .b .desc {
  267. display: block;
  268. height: 30rpx;
  269. color: #999;
  270. font-size: 24rpx;
  271. white-space: nowrap;
  272. overflow: hidden;
  273. text-overflow:ellipsis;
  274. }
  275. .good-grid {
  276. width: 750rpx;
  277. height: auto;
  278. overflow: hidden;
  279. background: #fff;
  280. margin-top: 20rpx;
  281. }
  282. .good-grid .h {
  283. display: flex;
  284. flex-flow: row nowrap;
  285. align-items: center;
  286. justify-content: center;
  287. height: 130rpx;
  288. font-size: 33rpx;
  289. color: #333;
  290. }
  291. .good-grid .b {
  292. width: 750rpx;
  293. height: auto;
  294. overflow: hidden;
  295. padding: 0 20rpx;
  296. }
  297. .good-grid .b .item {
  298. display: block;
  299. float: left;
  300. width: 345rpx;
  301. margin-bottom: 30rpx;
  302. height: auto;
  303. overflow: hidden;
  304. text-align: center;
  305. }
  306. .good-grid .b .item:nth-child(2n + 1) {
  307. margin-right: 20rpx;
  308. }
  309. .good-grid .item .img {
  310. width: 345rpx;
  311. height: 345rpx;
  312. background: #f8f8f8;
  313. margin-bottom: 10rpx;
  314. }
  315. .good-grid .item .name {
  316. width: 100%;
  317. overflow: hidden;
  318. height: 40rpx;
  319. line-height: 40rpx;
  320. text-align: center;
  321. font-size: 30rpx;
  322. color: #333;
  323. }
  324. .good-grid .item .price {
  325. width: 100%;
  326. height: 46rpx;
  327. line-height: 46rpx;
  328. text-align: center;
  329. font-size: 30rpx;
  330. color: #b4282d;
  331. }