index.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. page {
  2. // background: #ededed;
  3. }
  4. .container{
  5. .ct_tab{
  6. width: 698upx;
  7. height: 100rpx;
  8. margin: 0 auto;
  9. font-size: 32upx;
  10. color: #999;
  11. white-space: nowrap;
  12. display: flex;
  13. overflow: hidden;
  14. position: sticky;
  15. top: 0rpx;
  16. // top: 80rpx;
  17. z-index: 999;
  18. background: #fff;
  19. // border-bottom: 2rpx solid #eee;
  20. margin-left: 60rpx;
  21. }
  22. .ct_item{
  23. // width: 150upx;
  24. width: 150upx;
  25. padding: 30upx 0;
  26. display: inline-block;
  27. // background: red;
  28. }
  29. .ct_item text{
  30. padding: 30upx 0;
  31. // display: inline-block;
  32. // width: 150rpx;
  33. }
  34. .ct_active{
  35. color:#26B3A0;
  36. }
  37. .ct_active text{
  38. border-bottom: 2px solid #26B3A0;
  39. }
  40. swiper{
  41. width:100%;
  42. }
  43. swiper-item{
  44. width: 180upx !important;
  45. }
  46. .record-list {
  47. background: #ffffff;
  48. margin: 30rpx;
  49. padding: 30rpx;
  50. border-radius: 20rpx;
  51. .record-title{
  52. font-size: 32rpx;
  53. margin-bottom: 10rpx;
  54. }
  55. .time{
  56. color: black;
  57. }
  58. .quantity{
  59. font-weight: bold;
  60. font-size: 34rpx;
  61. }
  62. }
  63. .line{
  64. height: 2rpx;
  65. border-bottom: 2rpx solid #eee;
  66. }
  67. .itemBox{
  68. padding: 30rpx;
  69. position: relative;
  70. z-index: 0;
  71. .tuskitem{
  72. padding: 30rpx;
  73. background: #eee;
  74. border-radius: 30rpx;
  75. margin-bottom: 30rpx;
  76. .title{
  77. font-size: 32rpx;
  78. font-weight: 600;
  79. margin-bottom: 20rpx;
  80. }
  81. .center{
  82. // background: #fff;
  83. border-radius: 20rpx;
  84. display: flex;
  85. align-items: center;
  86. margin-bottom: 30rpx;
  87. image{
  88. width: 200rpx;
  89. height: 200rpx;
  90. border-radius: 30rpx;
  91. flex-shrink: 0;
  92. margin-right: 20rpx;
  93. }
  94. .right{
  95. // width: 80%;
  96. .label{
  97. font-size: 30rpx;
  98. font-weight: 600;
  99. }
  100. .des{
  101. overflow: hidden;
  102. white-space: nowrap;
  103. text-overflow: ellipsis;
  104. font-size: 28rpx;
  105. margin-top: 10rpx;
  106. word-break: break-all;
  107. word-wrap: break-word;
  108. width: 410rpx;
  109. }
  110. .mb30{
  111. margin-bottom: 10rpx;
  112. }
  113. .bottom{
  114. width: 100%;
  115. display: flex;
  116. align-items: center;
  117. margin-top: 20rpx;
  118. justify-content: space-between;
  119. .money{
  120. font-size: 36rpx;
  121. font-weight: 600;
  122. // margin-right: 60rpx;
  123. }
  124. .btn{
  125. background: #26B3A0;
  126. padding: 5rpx 15rpx;
  127. border-radius:25rpx;
  128. font-weight: 500;
  129. color: #fff;
  130. position: absolute;
  131. right: 60rpx;
  132. }
  133. }
  134. }
  135. }
  136. .btnB{
  137. width: 100%;
  138. background: #26B3A0;
  139. height:100rpx;
  140. border-radius: 20rpx;
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. font-size: 32rpx;
  145. color: white;
  146. }
  147. .btnB2{
  148. display: flex;
  149. align-items: center;
  150. justify-content: space-between;
  151. height: 100rpx;
  152. .lBtn{
  153. width: 50%;
  154. height: 100rpx;
  155. display: flex;
  156. align-items: center;
  157. justify-content: center;
  158. border: 2rpx solid #26B3A0;
  159. border-radius: 20rpx;
  160. font-size: 32rpx;
  161. color: #26B3A0;
  162. }
  163. .rBtn{
  164. width: 45%;
  165. height: 100rpx;
  166. display: flex;
  167. align-items: center;
  168. justify-content: center;
  169. background: #26B3A0;
  170. border-radius: 20rpx;
  171. font-size: 32rpx;
  172. color: white;
  173. }
  174. }
  175. .btnB3{
  176. width: 100%;
  177. // background: #26B3A0;
  178. height:100rpx;
  179. border-radius: 20rpx;
  180. display: flex;
  181. align-items: center;
  182. justify-content: center;
  183. font-size: 32rpx;
  184. color: white;
  185. border: 2rpx solid #26B3A0;
  186. color: #26B3A0;
  187. }
  188. }
  189. }
  190. }
  191. uni-swiper .uni-swiper-wrapper{
  192. background: red!important;
  193. }
  194. .yongjin{
  195. color: #666;
  196. font-size: 28rpx;
  197. }