productAll.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. page {
  2. background: #fff;
  3. height: 100%;
  4. }
  5. .kcLIst .buttom {
  6. line-height: 1.3!important;
  7. }
  8. .kcLIst .icon {
  9. color: #5dbc7c!important;
  10. }
  11. .goodList {
  12. font-size: 24rpx;
  13. font-family: PingFang SC;
  14. font-weight: 500;
  15. color: #999;
  16. }
  17. .goodList .goodsDetail {
  18. position: absolute;
  19. left: 0;
  20. bottom: 0;
  21. width: 100%;
  22. }
  23. .goodList .num {
  24. color: #5dbc7c!important;
  25. }
  26. .content-money {
  27. padding-bottom: 30rpx;
  28. background: #f8f8f8;
  29. line-height: 0;
  30. }
  31. .content-money .moneyTx {
  32. position: absolute;
  33. top: 150rpx;
  34. right: 0rpx;
  35. width: 150rpx;
  36. padding: 10rpx 30rpx;
  37. border: 2px solid #fff;
  38. border-top-left-radius: 99rpx;
  39. border-bottom-left-radius: 99rpx;
  40. color: #fff;
  41. line-height: 1;
  42. font-size: 28rpx;
  43. }
  44. .content-money .buttom-box {
  45. background-color: #fff;
  46. text-align: center;
  47. padding: 20rpx 0;
  48. border-radius: 15rpx;
  49. -webkit-box-align: stretch;
  50. align-items: stretch;
  51. }
  52. .content-money .buttom-box .buttom {
  53. -webkit-box-flex: 1;
  54. flex-grow: 1;
  55. font-size: 24rpx;
  56. font-family: PingFang SC;
  57. font-weight: 500;
  58. color: #666;
  59. line-height: 58rpx;
  60. }
  61. .content-money .buttom-box .interval {
  62. width: 2px;
  63. background-color: #eee;
  64. }
  65. .content-money .buttom-box .icon {
  66. font-size: 38rpx;
  67. color: #ef041f;
  68. font-weight: 700;
  69. line-height: 1;
  70. }
  71. .content-money .buttom-box .icon .moneyType {
  72. font-size: 29rpx;
  73. }
  74. .money-box {
  75. background-color: #5dbc7c;
  76. padding-top: 25px;
  77. line-height: 1.5;
  78. display: flex;
  79. -webkit-box-orient: vertical;
  80. -webkit-box-direction: normal;
  81. flex-direction: column;
  82. -webkit-box-align: center;
  83. align-items: center;
  84. -webkit-box-pack: center;
  85. justify-content: center;
  86. color: #fff;
  87. }
  88. .money-box .text {
  89. font-size: 24rpx;
  90. }
  91. .money-box .money {
  92. font-size: 56rpx;
  93. }
  94. .navbar {
  95. height: 40px;
  96. padding: 0 5px;
  97. background: #fff;
  98. box-shadow: 0 1px 5px rgba(0,0,0,.06);
  99. z-index: 10;
  100. }
  101. .navbar,.navbar .nav-item {
  102. display: flex;
  103. position: relative;
  104. }
  105. .navbar .nav-item {
  106. -webkit-box-flex: 1;
  107. flex: 1;
  108. -webkit-box-pack: center;
  109. justify-content: center;
  110. -webkit-box-align: center;
  111. align-items: center;
  112. height: 100%;
  113. font-size: 15px;
  114. color: #303133;
  115. }
  116. .navbar .nav-item.current {
  117. color: #5dbc7c;
  118. }
  119. .navbar .nav-item.current:after {
  120. content: "";
  121. position: absolute;
  122. left: 50%;
  123. bottom: 0;
  124. transform: translateX(-50%);
  125. width: 44px;
  126. height: 0;
  127. border-bottom: 2px solid #5dbc7c;
  128. }
  129. .swiper-box {
  130. padding-top: 10rpx;
  131. }
  132. .swiper-box .order-item {
  133. padding: 20rpx 30rpx;
  134. line-height: 1.5;
  135. }
  136. .swiper-box .order-item .title-box .title {
  137. font-size: 32rpx;
  138. color: #606266;
  139. }
  140. .swiper-box .order-item .title-box .time {
  141. font-size: 28rpx;
  142. color: #909399;
  143. }
  144. .swiper-box .order-item .money {
  145. color: #fd5b23;
  146. font-size: 32rpx;
  147. }
  148. .content,.list-scroll-content {
  149. height: 100%;
  150. }
  151. .content .empty-content {
  152. background-color: #fff;
  153. }
  154. .andr-mt-avatar {
  155. width: 129rpx;
  156. height: 129rpx;
  157. border-radius: 999rpx;
  158. flex-shrink: 0;
  159. }
  160. .andr-mt-avatarBd {
  161. border: 2px solid #fff;
  162. }
  163. .andr-mt-cname {
  164. font-size: 28rpx;
  165. color: #fff;
  166. }
  167. .andr-mt-flex {
  168. display: flex;
  169. }
  170. .andr-mt-lBox {
  171. background-color: #fff;
  172. padding: 20rpx;
  173. border-bottom: 1px solid #f0f0f0;
  174. }
  175. .andr-mt-marR20 {
  176. margin-right: 20rpx;
  177. }
  178. .andr-mt-fdC {
  179. -webkit-box-orient: vertical;
  180. -webkit-box-direction: normal;
  181. flex-direction: column;
  182. }
  183. .andr-mt-lname {
  184. font-size: 30rpx;
  185. color: #3f454b;
  186. }
  187. .andr-mt-ltime {
  188. font-size: 22rpx;
  189. color: #999;
  190. }