抖音b端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. page {
  2. padding: 90rpx 0 30rpx;
  3. }
  4. .tabTit {
  5. height: 90rpx;
  6. line-height: 82rpx;
  7. position: fixed;
  8. top: 0;
  9. width: 750rpx;
  10. z-index: 1;
  11. }
  12. .tabTit > view:nth-of-type(1) {
  13. border-left: 0;
  14. }
  15. .tabTit > view:nth-of-type(4) {
  16. border-right: 0;
  17. }
  18. .tabTit .active image {
  19. transform: rotate(180deg);
  20. background: none;
  21. }
  22. .tabTit image {
  23. width: 18rpx;
  24. height: 9rpx;
  25. vertical-align: middle;
  26. margin-left: 5px;
  27. }
  28. .tabLayer {
  29. width: 750rpx;
  30. overflow: hidden;
  31. position: fixed;
  32. top: 90rpx;
  33. z-index: 1;
  34. background: #fff;
  35. padding-bottom: 26rpx;
  36. box-shadow:2px 9px 10px rgba(0, 0, 0, 0.05);
  37. bottom: 0;
  38. border-top:1px solid #eee;
  39. }
  40. .tabLayer a {
  41. float: left;
  42. width: 210rpx;
  43. height: 80rpx;
  44. line-height: 80rpx;
  45. margin: 30rpx 0 0 26rpx;
  46. text-align: center;
  47. color: #888;
  48. font-size: 30rpx;
  49. background: rgba(255, 255, 255, 1);
  50. border: 1px solid rgba(234, 234, 234, 1);
  51. border-radius: 10rpx;
  52. }
  53. .tabLayer .active {
  54. text-align: center;
  55. height: 80rpx;
  56. background: rgba(255, 255, 255, 1);
  57. border: 1px solid rgba(101, 158, 246, 1);
  58. border-radius: 10rpx;
  59. color: #659ef6;
  60. }
  61. .tabTit .active {
  62. background: #fff;
  63. font-size: 32prx;
  64. font-weight: 500;
  65. color: rgba(101, 158, 246, 1);
  66. }
  67. /*弹性盒模型*/
  68. .box {
  69. background: #fff;
  70. border-bottom:1px solid #eee;
  71. }
  72. .flex1 {
  73. overflow: hidden;
  74. width: 20%;
  75. display: block;
  76. text-align: center;
  77. }
  78. .flex1 text,.text {
  79. font-size: 30rpx;
  80. }
  81. .text{
  82. display: block;
  83. width: 25%;
  84. text-align: center;
  85. }
  86. /* 日期选择 */
  87. .picker_group {
  88. height: 85rpx;
  89. line-height: 85rpx;
  90. justify-content: center;
  91. display: flex;
  92. align-items: center;
  93. font-size: 30rpx;
  94. color: #888;
  95. }
  96. .picker_group picker {
  97. height: 55rpx;
  98. line-height: 55rpx;
  99. margin: 0 2%;
  100. padding: 2% 5%;
  101. border-bottom: 1px solid #eee;
  102. }
  103. .view view:nth-of-type(1) {
  104. font-size: 28rpx;
  105. color: #888;
  106. }
  107. .list {
  108. position: relative;
  109. width: 644rpx;
  110. border-radius: 16rpx;
  111. padding: 32rpx;
  112. margin: 40rpx auto;
  113. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  114. }
  115. .list >view {
  116. height: 60rpx;
  117. line-height: 60rpx;
  118. font-size: 30rpx;
  119. }
  120. .txt1 {
  121. font-size: 24rpx;
  122. font-weight: 500;
  123. color: rgba(85, 85, 85, 1);
  124. }
  125. .txt2 {
  126. font-size: 28rpx;
  127. font-weight: 500;
  128. color: rgba(255, 106, 106, 1);
  129. }
  130. .money {
  131. font-weight: 500;
  132. color: rgba(255, 106, 106, 1);
  133. font-size: 26rpx;
  134. /* width: 123rpx; */
  135. padding-right: 20rpx;
  136. }
  137. .time {
  138. font-size: 28rpx;
  139. font-weight: 500;
  140. color: rgba(125, 125, 125, 1);
  141. }
  142. .status{
  143. position: absolute;
  144. top: 60rpx;
  145. left: 250rpx;
  146. width: auto;
  147. padding: 0 20rpx;
  148. height: 50rpx;
  149. text-align: center;
  150. line-height: 50rpx;
  151. border-radius: 8rpx;
  152. transform:rotate(-30deg);
  153. }
  154. .status1 {
  155. color: #659ef6;
  156. border: 2px solid #659ef6;
  157. }
  158. .status2 {
  159. color: #eea959;
  160. }
  161. .status3 {
  162. color: #ff6a6a;
  163. border: 2px solid #ff6a6a;
  164. }
  165. .status4 {
  166. color: #8aaa6b;
  167. }
  168. .btn {
  169. float: right;
  170. height: 52rpx;
  171. line-height: 52rpx;
  172. background: rgba(101, 158, 246, 1);
  173. border-radius: 10rpx;
  174. font-size: 28rpx;
  175. font-weight: 500;
  176. padding: 0 25rpx;
  177. color: rgba(255, 255, 255, 1);
  178. }
  179. .active1 {
  180. opacity: 0.6;
  181. }
  182. .btns {
  183. width:137rpx;
  184. margin-top: 21rpx;
  185. background: #52a0fd;
  186. border-radius: 8rpx;
  187. color: #fff;
  188. font-size: 26rpx;
  189. height: 64rpx;
  190. line-height: 64rpx;
  191. }
  192. .activeDefault{
  193. float: left;
  194. width: 210rpx;
  195. height: 80rpx;
  196. line-height: 80rpx;
  197. margin: 30rpx 0 0 26rpx;
  198. text-align: center;
  199. color: #888;
  200. font-size: 30rpx;
  201. background: rgba(255, 255, 255, 1);
  202. border: 1px solid rgba(234, 234, 234, 1);
  203. border-radius: 10rpx;
  204. }
  205. .active2{
  206. border: 1px solid #52a0fd!important;
  207. color: #52a0fd!important;
  208. float: left;
  209. width: 210rpx;
  210. height: 80rpx;
  211. line-height: 80rpx;
  212. margin: 30rpx 0 0 26rpx;
  213. text-align: center;
  214. color: #888;
  215. font-size: 30rpx;
  216. background: rgba(255, 255, 255, 1);
  217. border: 1px solid rgba(234, 234, 234, 1);
  218. border-radius: 10rpx;
  219. }
  220. .recond{
  221. text-align: center;
  222. font-size: 30rpx;
  223. margin-top: 60rpx;
  224. }
  225. .active3{
  226. color: #659ef6;
  227. }
  228. .loading{
  229. text-align: center;
  230. font-size: 28rpx;
  231. color: #999;
  232. margin-bottom: 80rpx;
  233. /* padding: 20rpx 0 40rpx; */
  234. }
  235. .mr{
  236. margin-top: 200rpx!important;
  237. }
  238. .lists{
  239. height: 100%;
  240. position: relative;
  241. }
  242. .bottom{
  243. position: fixed;
  244. width: 100%;
  245. height: 80rpx;
  246. bottom: 0;
  247. left: 0;
  248. background: #fff;
  249. z-index: 1000;
  250. overflow: hidden;
  251. box-shadow: 1rpx -5rpx 11rpx rgb(202, 201, 201);
  252. }
  253. .b-left{
  254. width: 50%;
  255. line-height: 80rpx;
  256. padding-left: 20rpx;
  257. font-size: 32rpx;
  258. color: #333;
  259. float: left;
  260. box-sizing: border-box;
  261. }
  262. .b-right{
  263. width: 50%;
  264. float: left;
  265. line-height: 80rpx;
  266. text-align: right;
  267. padding-right: 30rpx;
  268. color: #ff6a6a;
  269. font-size: 32rpx;
  270. box-sizing: border-box;
  271. }