抖音b端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

orderUrl.ttss 3.9 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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: 25%;
  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. width: 644rpx;
  109. border-radius: 16rpx;
  110. padding: 32rpx;
  111. margin: 40rpx auto;
  112. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  113. }
  114. .list >view {
  115. height: 60rpx;
  116. line-height: 60rpx;
  117. font-size: 30rpx;
  118. }
  119. .txt1 {
  120. font-size: 32rpx;
  121. font-weight: 500;
  122. color: rgba(85, 85, 85, 1);
  123. }
  124. .txt2 {
  125. font-size: 28rpx;
  126. font-weight: 500;
  127. color: rgba(255, 106, 106, 1);
  128. }
  129. .money {
  130. font-weight: 500;
  131. color: rgba(85, 85, 85, 1);
  132. font-size: 26rpx;
  133. /* width: 123rpx; */
  134. padding-right: 20rpx;
  135. }
  136. .time {
  137. font-size: 28rpx;
  138. font-weight: 500;
  139. color: rgba(125, 125, 125, 1);
  140. }
  141. .status1 {
  142. color: #659ef6;
  143. }
  144. .status2 {
  145. color: #eea959;
  146. }
  147. .status3 {
  148. color: #ff6a6a;
  149. }
  150. .status4 {
  151. color: #8aaa6b;
  152. }
  153. .btn {
  154. float: right;
  155. height: 52rpx;
  156. line-height: 52rpx;
  157. background: rgba(101, 158, 246, 1);
  158. border-radius: 10rpx;
  159. font-size: 28rpx;
  160. font-weight: 500;
  161. padding: 0 25rpx;
  162. color: rgba(255, 255, 255, 1);
  163. }
  164. .active1 {
  165. opacity: 0.6;
  166. }
  167. .btns {
  168. width:160rpx;
  169. margin-top: 21rpx;
  170. background: #52a0fd;
  171. border-radius: 8rpx;
  172. color: #fff;
  173. font-size: 26rpx;
  174. height: 64rpx;
  175. line-height: 64rpx;
  176. }
  177. .btnGo{
  178. width:300rpx;
  179. margin: 21rpx auto;
  180. background: #52a0fd;
  181. border-radius: 8rpx;
  182. color: #fff;
  183. font-size: 26rpx;
  184. height: 64rpx;
  185. line-height: 64rpx;
  186. text-align: center;
  187. }
  188. .active2{
  189. border: 1px solid #52a0fd!important;
  190. color: #52a0fd!important;
  191. }
  192. .recond{
  193. text-align: center;
  194. font-size: 30rpx;
  195. margin-top: 60rpx;
  196. }
  197. .active3{
  198. color: #659ef6;
  199. }
  200. .loading{
  201. text-align: center;
  202. font-size: 28rpx;
  203. color: #999;
  204. /* padding: 20rpx 0 40rpx; */
  205. }
  206. .mr{
  207. margin-top: 200rpx!important;
  208. }
  209. .lists{
  210. height: 100%;
  211. }