classify.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. page {
  2. background: #f8f8f8;
  3. }
  4. .carousel-section {
  5. padding: 0;
  6. }
  7. .carousel-section .titleNview-placing {
  8. padding-top: 0;
  9. height: 0;
  10. }
  11. .carousel-section .swiper-dots {
  12. left: 45rpx;
  13. bottom: 40rpx;
  14. }
  15. .carousel-section .carousel {
  16. width: 100%;
  17. height: 360rpx;
  18. }
  19. .carousel-section .carousel .carousel-item {
  20. width: 100%;
  21. height: 100%;
  22. overflow: hidden;
  23. }
  24. .carousel-section .carousel image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .type-title-box {
  29. padding: 40rpx;
  30. }
  31. .type-title-box .title-content {
  32. height: 100%;
  33. width: 200rpx;
  34. text-align: center;
  35. font-size: 32rpx;
  36. font-weight: 500;
  37. color: #303133;
  38. }
  39. .type-title-box .title-border {
  40. width: 250rpx;
  41. height: 2rpx;
  42. background-color: #e9e9e9;
  43. }
  44. .goodsList-box .goodsList-item {
  45. margin-bottom: 40rpx;
  46. background-color: #fff;
  47. padding: 30rpx;
  48. }
  49. .goodsList-box .goodsList-item image {
  50. flex-shrink: 0;
  51. border-radius: 15rpx;
  52. height: 180rpx;
  53. width: 180rpx;
  54. }
  55. .goodsList-box .goodsList-item .goodsList-content {
  56. margin-left: 20rpx;
  57. -webkit-box-flex: 1;
  58. flex-grow: 1;
  59. height: 180rpx;
  60. position: relative;
  61. }
  62. .goodsList-box .goodsList-item .goodsList-content .title {
  63. font-size: 28rpx;
  64. color: #303133;
  65. font-weight: 500;
  66. }
  67. .goodsList-box .goodsList-item .goodsList-content .goods-money {
  68. position: absolute;
  69. left: 0;
  70. bottom: 0;
  71. width: 100%;
  72. }
  73. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .money {
  74. font-size: 32rpx;
  75. color: #fd5b23;
  76. font-weight: 700;
  77. }
  78. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
  79. font-size: 24rpx;
  80. }
  81. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
  82. color: #303133;
  83. padding-right: 20rpx;
  84. }
  85. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
  86. color: #909399;
  87. }
  88. .goodsList-box .goodsList-item .goodsList-content .goods-money .cart {
  89. border: 1px solid #fd5b23;
  90. color: #fd5b23;
  91. font-size: 28rpx;
  92. font-weight: 700;
  93. border-radius: 99px;
  94. width: 55rpx;
  95. height: 55rpx;
  96. display: flex;
  97. -webkit-box-pack: center;
  98. justify-content: center;
  99. -webkit-box-align: center;
  100. align-items: center;
  101. }