index.wxss 5.5 KB

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