You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

476 lines
6.5 KiB

  1. /* pages/datatower/datatower.wxss */
  2. page {
  3. padding: 0 0 30rpx;
  4. }
  5. .tabTit {
  6. height: 90rpx;
  7. line-height: 82rpx;
  8. position: fixed;
  9. top: 0;
  10. width: 750rpx;
  11. z-index: 1;
  12. }
  13. .tabTit>view:nth-of-type(1) {
  14. border-left: 0;
  15. }
  16. .tabTit>view:nth-of-type(4) {
  17. border-right: 0;
  18. }
  19. .tabTit .active image {
  20. transform: rotate(180deg);
  21. background: none;
  22. }
  23. .tabTit image {
  24. width: 18rpx;
  25. height: 9rpx;
  26. vertical-align: middle;
  27. margin-left: 5px;
  28. }
  29. .tabLayer {
  30. width: 750rpx;
  31. overflow: hidden;
  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. .courier {
  41. background-color: #fff;
  42. height: 80rpx;
  43. border: 12rpx;
  44. overflow: hidden;
  45. display: inline-block;
  46. width: 70%;
  47. }
  48. .courierInput {
  49. width: 70%;
  50. height: 60rpx;
  51. line-height: 60rpx;
  52. font-size: 30rpx;
  53. border: 1rpx solid #ccc9c9;
  54. }
  55. .tabLayer a {
  56. float: left;
  57. width: 210rpx;
  58. height: 80rpx;
  59. line-height: 80rpx;
  60. margin: 30rpx 0 0 26rpx;
  61. text-align: center;
  62. color: #888;
  63. font-size: 30rpx;
  64. background: rgba(255, 255, 255, 1);
  65. border: 1px solid rgba(234, 234, 234, 1);
  66. border-radius: 10rpx;
  67. }
  68. .tabLayer .active {
  69. text-align: center;
  70. height: 80rpx;
  71. background: rgba(255, 255, 255, 1);
  72. border: 1px solid rgba(101, 158, 246, 1);
  73. border-radius: 10rpx;
  74. color: #659ef6;
  75. }
  76. .tabTit .active {
  77. background: #fff;
  78. font-size: 32prx;
  79. font-weight: 500;
  80. color: rgba(101, 158, 246, 1);
  81. }
  82. /*弹性盒模型*/
  83. .box {
  84. background: #fff;
  85. border-bottom: 1px solid #eee;
  86. }
  87. .flex1 {
  88. overflow: hidden;
  89. width: 25%;
  90. display: block;
  91. text-align: center;
  92. }
  93. .flex1 text,
  94. .text {
  95. font-size: 30rpx;
  96. }
  97. .text {
  98. display: block;
  99. width: 25%;
  100. text-align: center;
  101. }
  102. /* 日期选择 */
  103. .picker_group {
  104. position: relative;
  105. bottom: 12rpx;
  106. left: 75rpx;
  107. height: 85rpx;
  108. line-height: 85rpx;
  109. justify-content: center;
  110. display: flex;
  111. align-items: center;
  112. font-size: 30rpx;
  113. color: #888;
  114. }
  115. .picker_group picker {
  116. height: 55rpx;
  117. line-height: 55rpx;
  118. margin: 0 2%;
  119. padding: 2% 5%;
  120. border-bottom: 1px solid #eee;
  121. color: #409EFF;
  122. }
  123. .view view:nth-of-type(1) {
  124. font-size: 28rpx;
  125. color: #888;
  126. }
  127. .list {
  128. width: 644rpx;
  129. border-radius: 16rpx;
  130. padding: 32rpx;
  131. margin: 40rpx auto;
  132. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  133. }
  134. .list>view {
  135. height: 60rpx;
  136. line-height: 60rpx;
  137. font-size: 30rpx;
  138. }
  139. .txt1 {
  140. font-size: 32rpx;
  141. font-weight: 500;
  142. color: rgba(85, 85, 85, 1);
  143. }
  144. .txt2 {
  145. font-size: 28rpx;
  146. font-weight: 500;
  147. color: rgba(255, 106, 106, 1);
  148. }
  149. .money {
  150. font-weight: 500;
  151. color: rgba(85, 85, 85, 1);
  152. font-size: 26rpx;
  153. /* width: 123rpx; */
  154. padding-right: 20rpx;
  155. }
  156. .time {
  157. font-size: 28rpx;
  158. font-weight: 500;
  159. color: rgba(125, 125, 125, 1);
  160. }
  161. .status1 {
  162. color: #659ef6;
  163. }
  164. .status2 {
  165. color: #eea959;
  166. }
  167. .status3 {
  168. color: #ff6a6a;
  169. }
  170. .status4 {
  171. color: #8aaa6b;
  172. }
  173. .btn {
  174. float: right;
  175. height: 52rpx;
  176. line-height: 52rpx;
  177. background: rgba(101, 158, 246, 1);
  178. border-radius: 10rpx;
  179. font-size: 28rpx;
  180. font-weight: 500;
  181. padding: 0 25rpx;
  182. color: rgba(255, 255, 255, 1);
  183. }
  184. .active1 {
  185. opacity: 0.6;
  186. }
  187. .btns {
  188. width: 137rpx;
  189. margin-top: 21rpx;
  190. background: #52a0fd;
  191. border-radius: 8rpx;
  192. color: #fff;
  193. font-size: 26rpx;
  194. height: 64rpx;
  195. line-height: 64rpx;
  196. }
  197. .active2 {
  198. border: 1px solid #52a0fd !important;
  199. color: #52a0fd !important;
  200. }
  201. .recond {
  202. text-align: center;
  203. font-size: 30rpx;
  204. margin-top: 60rpx;
  205. }
  206. .active3 {
  207. color: #659ef6;
  208. }
  209. .loading {
  210. text-align: center;
  211. font-size: 28rpx;
  212. color: #999;
  213. /* padding: 20rpx 0 40rpx; */
  214. }
  215. .mr {
  216. margin-top: 200rpx !important;
  217. }
  218. .uploading {
  219. margin-left: 10rpx;
  220. }
  221. .lists {
  222. height: 100%;
  223. }
  224. .table {
  225. width: 95%;
  226. border: 0px solid darkgray;
  227. border-top: 1rpx solid #a0a0a0;
  228. padding-bottom: 20rpx;
  229. margin: 70rpx auto;
  230. }
  231. .tr {
  232. display: flex;
  233. width: 100%;
  234. justify-content: center;
  235. height: 3rem;
  236. align-items: center;
  237. border-bottom: 1rpx solid #a0a0a0;
  238. }
  239. .tr.expectFirst {
  240. height: auto;
  241. padding: 1rem 0;
  242. }
  243. .td {
  244. width: 40%;
  245. justify-content: center;
  246. text-align: center;
  247. font-size: 23rpx;
  248. }
  249. .td text {
  250. font-size: 23rpx;
  251. }
  252. .bg-w {
  253. background: #ffffff;
  254. }
  255. .bg-g {
  256. background: #E6F3F9;
  257. }
  258. .th {
  259. width: 40%;
  260. justify-content: center;
  261. display: flex;
  262. height: 2rem;
  263. align-items: center;
  264. text-align: center;
  265. font-size: 26rpx;
  266. }
  267. .title {
  268. font-size: 30rpx;
  269. padding: 30rpx;
  270. line-height: 60rpx;
  271. }
  272. .title text {
  273. color: red;
  274. }
  275. .title image {
  276. width: 44rpx;
  277. }
  278. .title image.warning {
  279. position: relative;
  280. top: 8rpx;
  281. }
  282. .title image.over {
  283. position: relative;
  284. top: 12rpx;
  285. }
  286. .title image.close {
  287. position: relative;
  288. top: 12rpx;
  289. }
  290. .search {
  291. font-size: 30rpx;
  292. border-bottom: 20rpx solid #eee;
  293. padding: 20rpx;
  294. }
  295. .search .searchBtn {
  296. display: inline-block;
  297. color: #ffffff;
  298. padding: 15rpx;
  299. background-color: #52a0fd;
  300. border-radius: 15rpx;
  301. margin-right: 15rpx;
  302. }
  303. .picker_group {
  304. height: 85rpx;
  305. line-height: 85rpx;
  306. display: flex;
  307. align-items: center;
  308. font-size: 30rpx;
  309. }
  310. picker {
  311. height: 55rpx;
  312. line-height: 55rpx;
  313. margin: 0 2%;
  314. padding: 2% 5%;
  315. border-bottom: 1px solid #eee;
  316. }
  317. .section__title {
  318. display: inline-block;
  319. margin-left: 20rpx;
  320. font-size: 30rpx;
  321. color: #888;
  322. width: 140rpx;
  323. }
  324. .pickerArr {
  325. display: inline-block;
  326. margin-left: 10rpx;
  327. border: 1rpx solid #ccc9c9;
  328. width: 45%;
  329. padding: 5rpx 20rpx;
  330. border-radius: 5rpx;
  331. font-size: 30rpx;
  332. color: #888;
  333. }
  334. .btns {
  335. width: 20%;
  336. background: #409EFF;
  337. color: #fff;
  338. font-size: 30rpx;
  339. display: inline-block;
  340. vertical-align: middle;
  341. height: 60rpx;
  342. line-height: 60rpx;
  343. margin-left: 20rpx;
  344. }
  345. .picker_group {
  346. height: 85rpx;
  347. line-height: 85rpx;
  348. display: flex;
  349. align-items: center;
  350. font-size: 30rpx;
  351. }
  352. .picker_group picker {
  353. height: 55rpx;
  354. line-height: 55rpx;
  355. margin: 0 2%;
  356. padding: 2% 5%;
  357. border-bottom: 1px solid #eee;
  358. }
  359. .picker_group {
  360. height: 85rpx;
  361. line-height: 85rpx;
  362. display: flex;
  363. align-items: center;
  364. font-size: 30rpx;
  365. color: #888;
  366. }
  367. .picker_group picker {
  368. height: 55rpx;
  369. line-height: 55rpx;
  370. margin: 0 2%;
  371. padding: 2% 5%;
  372. border-bottom: 1px solid #eee;
  373. }
  374. .billlistP {
  375. border-bottom: 20rpx solid #eee;
  376. line-height: 55rpx;
  377. padding: 15rpx;
  378. }
  379. .billlist {
  380. font-size: 26rpx;
  381. border-bottom: 1rpx dashed #222;
  382. line-height: 55rpx;
  383. padding: 15rpx;
  384. }
  385. .billlist text {
  386. color: red;
  387. font-size: 26rpx;
  388. }
  389. .billlist .lineII {
  390. text-indent: 14rpx;
  391. }
  392. .detail {
  393. font-size: 28rpx;
  394. text-align: right;
  395. margin: 20rpx;
  396. color: #409EFF;
  397. }