commodity.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. min-height: 100%;
  14. height: auto;
  15. }
  16. .navbar {
  17. display: flex;
  18. height: 88rpx;
  19. padding: 0 5px;
  20. background: #fff;
  21. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  22. position: relative;
  23. z-index: 10;
  24. }
  25. .navbar .nav-item {
  26. flex: 1;
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. height: 100%;
  31. font-size: 15px;
  32. color: #999999;
  33. position: relative;
  34. }
  35. .navbar .nav-item.current {
  36. color: #000;
  37. }
  38. .navbar .nav-item.current:after {
  39. content: '';
  40. position: absolute;
  41. left: 50%;
  42. bottom: 0;
  43. -webkit-transform: translateX(-50%);
  44. transform: translateX(-50%);
  45. width: 44px;
  46. height: 0;
  47. border-bottom: 2px solid #c54b4a;
  48. }
  49. .swiper-box {
  50. margin-top: 20rpx;
  51. }
  52. .swiper-box .order-item {
  53. padding: 22rpx 24rpx 24rpx;
  54. border-bottom: 1px solid #eeeeee;
  55. justify-content: flex-start;
  56. position: relative;
  57. }
  58. .swiper-box .order-item .cgsb {
  59. position: absolute;
  60. bottom: 30rpx;
  61. right: 30rpx;
  62. color: red;
  63. font-size: 30rpx;
  64. font-family: PingFang SC;
  65. font-weight: 500;
  66. }
  67. .swiper-box .order-item image {
  68. width: 100%;
  69. height: 100%;
  70. }
  71. .swiper-box .order-item .order-image {
  72. flex-shrink: 0;
  73. width: 200rpx;
  74. height: 160rpx;
  75. }
  76. .swiper-box .order-item .order-info {
  77. margin-left: 16rpx;
  78. width: 100%;
  79. display: flex;
  80. flex-direction: column;
  81. justify-content: space-between;
  82. }
  83. .swiper-box .order-item .order-info .order-title {
  84. font-size: 30rpx;
  85. font-family: PingFang SC;
  86. font-weight: 500;
  87. color: #333333;
  88. }
  89. .swiper-box .order-item .order-info .order-info-main {
  90. margin-top: 20rpx;
  91. }
  92. .swiper-box .order-item .order-info .order-info-main .order-time {
  93. font-size: 24rpx;
  94. font-family: PingFang SC;
  95. font-weight: 500;
  96. color: #999999;
  97. }
  98. .swiper-box .order-item .order-info .order-info-main .order-btnBox {
  99. justify-content: flex-start;
  100. }
  101. .swiper-box .order-item .order-info .order-info-main .order-btnBox .order-btn-item {
  102. display: flex;
  103. align-items: center;
  104. margin: 0 10rpx;
  105. }
  106. .swiper-box .order-item .order-info .order-info-main .order-btnBox .order-btn-item .order-btn-icon {
  107. width: 30rpx;
  108. height: 30rpx;
  109. }
  110. .swiper-box .order-item .order-info .order-info-main .order-btnBox .order-btn-item .order-btn-font {
  111. margin-left: 10rpx;
  112. font-size: 26rpx;
  113. font-family: PingFang SC;
  114. font-weight: 500;
  115. color: #000000;
  116. }
  117. .swiper-box .order-item .order-info .order-info-main .order-btnBox .order-btn-item .order-btn-icon1 {
  118. width: 30rpx;
  119. height: 30rpx;
  120. }
  121. .swiper-box .order-item .order-info .order-info-main .order-btnBox .order-btn-item .order-btn-font1 {
  122. margin-left: 10rpx;
  123. font-size: 26rpx;
  124. font-family: PingFang SC;
  125. font-weight: 500;
  126. color: #ff4c4c;
  127. }
  128. .list-scroll-content {
  129. background: #ffffff;
  130. height: 100%;
  131. }
  132. .list-scroll-content .yan {
  133. padding-bottom: 100rpx;
  134. }
  135. .tab-content {
  136. position: relative;
  137. }
  138. .btn {
  139. position: absolute;
  140. bottom: 20rpx;
  141. left: 0;
  142. right: 0;
  143. display: flex;
  144. justify-content: center;
  145. align-items: center;
  146. width: 560rpx;
  147. height: 76rpx;
  148. background: #000000;
  149. border-radius: 38rpx;
  150. font-size: 34rpx;
  151. font-family: PingFang SC;
  152. font-weight: 500;
  153. color: #ffffff;
  154. margin: 0 auto;
  155. }