classify.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. }
  14. .carousel-section {
  15. padding: 0;
  16. }
  17. .carousel-section .titleNview-placing {
  18. padding-top: 0;
  19. height: 0;
  20. }
  21. .carousel-section .swiper-dots {
  22. left: 45rpx;
  23. bottom: 40rpx;
  24. }
  25. .carousel-section .carousel {
  26. width: 100%;
  27. height: 360rpx;
  28. }
  29. .carousel-section .carousel .carousel-item {
  30. width: 100%;
  31. height: 100%;
  32. overflow: hidden;
  33. }
  34. .carousel-section .carousel image {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .type-title-box {
  39. padding: 40rpx;
  40. }
  41. .type-title-box .title-content {
  42. height: 100%;
  43. width: 200rpx;
  44. text-align: center;
  45. font-size: 32rpx;
  46. font-weight: 500;
  47. color: #303133;
  48. }
  49. .type-title-box .title-border {
  50. width: 250rpx;
  51. height: 2rpx;
  52. background-color: #e9e9e9;
  53. }
  54. .goodsList-box .goodsList-item {
  55. margin-bottom: 40rpx;
  56. background-color: #ffffff;
  57. padding: 30rpx;
  58. }
  59. .goodsList-box .goodsList-item image {
  60. -webkit-flex-shrink: 0;
  61. flex-shrink: 0;
  62. -webkit-border-radius: 15rpx;
  63. border-radius: 15rpx;
  64. height: 180rpx;
  65. width: 180rpx;
  66. }
  67. .goodsList-box .goodsList-item .goodsList-content {
  68. margin-left: 20rpx;
  69. -webkit-box-flex: 1;
  70. -webkit-flex-grow: 1;
  71. flex-grow: 1;
  72. height: 180rpx;
  73. position: relative;
  74. }
  75. .goodsList-box .goodsList-item .goodsList-content .title {
  76. font-size: 28rpx;
  77. color: #303133;
  78. font-weight: 500;
  79. }
  80. .goodsList-box .goodsList-item .goodsList-content .goods-money {
  81. position: absolute;
  82. left: 0;
  83. bottom: 0;
  84. width: 100%;
  85. }
  86. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .money {
  87. font-size: 32rpx;
  88. color: #dd524d;
  89. font-weight: bold;
  90. }
  91. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box {
  92. font-size: 24rpx;
  93. }
  94. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .otMoney {
  95. color: #303133;
  96. padding-right: 20rpx;
  97. }
  98. .goodsList-box .goodsList-item .goodsList-content .goods-money .money-box .otMoney-box .sales {
  99. color: #909399;
  100. }
  101. .goodsList-box .goodsList-item .goodsList-content .goods-money .cart {
  102. border: 1px solid #dd524d;
  103. color: #dd524d;
  104. font-size: 28rpx;
  105. font-weight: bold;
  106. -webkit-border-radius: 99px;
  107. border-radius: 99px;
  108. width: 55rpx;
  109. height: 55rpx;
  110. display: -webkit-box;
  111. display: -webkit-flex;
  112. display: flex;
  113. -webkit-box-pack: center;
  114. -webkit-justify-content: center;
  115. justify-content: center;
  116. -webkit-box-align: center;
  117. -webkit-align-items: center;
  118. align-items: center;
  119. }