25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

513 satır
7.9 KiB

  1. page {
  2. padding: 90rpx 0 30rpx;
  3. }
  4. .tabTit {
  5. height: 90rpx;
  6. line-height: 82rpx;
  7. position: fixed;
  8. top: 102rpx;
  9. width: 750rpx;
  10. z-index: 1;
  11. }
  12. .tab{
  13. display: flex;
  14. height: 90rpx;
  15. line-height: 82rpx;
  16. position: fixed;
  17. top: 0;
  18. width: 750rpx;
  19. z-index: 1;
  20. background: #fff;
  21. }
  22. .tab-list{
  23. width: 50%;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. box-sizing: content-box;
  28. }
  29. .tab-list-active{
  30. border-bottom: 8rpx solid #659ef6;
  31. }
  32. .tabTit > view:nth-of-type(1) {
  33. border-left: 0;
  34. }
  35. .tabTit > view:nth-of-type(4) {
  36. border-right: 0;
  37. }
  38. .tabTit .active image {
  39. transform: rotate(180deg);
  40. background: none;
  41. }
  42. .tabTit image {
  43. width: 18rpx;
  44. height: 9rpx;
  45. vertical-align: middle;
  46. margin-left: 5px;
  47. }
  48. .tabLayer {
  49. width: 750rpx;
  50. overflow: hidden;
  51. position: fixed;
  52. top: 198rpx;
  53. z-index: 1;
  54. background: #fff;
  55. padding-bottom: 26rpx;
  56. box-shadow:2px 9px 10px rgba(0, 0, 0, 0.05);
  57. bottom: 0;
  58. border-top:1px solid #eee;
  59. }
  60. .tabLayer a {
  61. float: left;
  62. width: 210rpx;
  63. height: 80rpx;
  64. line-height: 80rpx;
  65. margin: 30rpx 0 0 26rpx;
  66. text-align: center;
  67. color: #888;
  68. font-size: 30rpx;
  69. background: rgba(255, 255, 255, 1);
  70. border: 1px solid rgba(234, 234, 234, 1);
  71. border-radius: 10rpx;
  72. }
  73. .tabLayer .active {
  74. text-align: center;
  75. height: 80rpx;
  76. background: rgba(255, 255, 255, 1);
  77. border: 1px solid rgba(101, 158, 246, 1);
  78. border-radius: 10rpx;
  79. color: #659ef6;
  80. }
  81. .tabTit .active {
  82. background: #fff;
  83. font-size: 32prx;
  84. font-weight: 500;
  85. color: rgba(101, 158, 246, 1);
  86. }
  87. /*弹性盒模型*/
  88. .box {
  89. background: #fff;
  90. border-bottom:1px solid #eee;
  91. }
  92. .flex1 {
  93. overflow: hidden;
  94. width: 20%;
  95. display: block;
  96. text-align: center;
  97. }
  98. .flex1 text,.text {
  99. font-size: 30rpx;
  100. }
  101. .text{
  102. display: block;
  103. width: 25%;
  104. text-align: center;
  105. }
  106. /* 日期选择 */
  107. .picker_group {
  108. height: 85rpx;
  109. line-height: 85rpx;
  110. justify-content: center;
  111. display: flex;
  112. align-items: center;
  113. font-size: 30rpx;
  114. color: #888;
  115. }
  116. .picker_group picker {
  117. height: 55rpx;
  118. line-height: 55rpx;
  119. margin: 0 2%;
  120. padding: 2% 5%;
  121. border-bottom: 1px solid #eee;
  122. }
  123. .view view:nth-of-type(1) {
  124. font-size: 28rpx;
  125. color: #888;
  126. }
  127. .list {
  128. position: relative;
  129. width: 644rpx;
  130. border-radius: 16rpx;
  131. margin: 40rpx auto;
  132. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  133. padding-bottom: 20rpx;
  134. overflow: hidden;
  135. }
  136. .search-tab{
  137. display: flex;
  138. justify-content: space-around;
  139. margin-top: 30px;
  140. }
  141. .search-tab-item{
  142. width: 280rpx;
  143. display: flex;
  144. justify-content: center;
  145. height: 80rpx;
  146. align-items: center;
  147. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  148. border-radius: 16rpx;
  149. }
  150. .search-tab-item-active{
  151. color: #fff;
  152. background: #409EFF;
  153. }
  154. .list >view {
  155. height: 60rpx;
  156. line-height: 60rpx;
  157. font-size: 30rpx;
  158. }
  159. .txt1 {
  160. font-size: 24rpx;
  161. font-weight: 500;
  162. color: rgba(85, 85, 85, 1);
  163. }
  164. .txt2 {
  165. font-size: 28rpx;
  166. font-weight: 500;
  167. color: rgba(255, 106, 106, 1);
  168. }
  169. .money {
  170. font-weight: 500;
  171. color: rgba(255, 106, 106, 1);
  172. font-size: 26rpx;
  173. /* width: 123rpx; */
  174. padding-right: 20rpx;
  175. }
  176. .time {
  177. font-size: 28rpx;
  178. font-weight: 500;
  179. color: rgba(125, 125, 125, 1);
  180. }
  181. .status{
  182. position: absolute;
  183. top: 60rpx;
  184. left: 250rpx;
  185. width: auto;
  186. padding: 0 20rpx;
  187. height: 50rpx;
  188. text-align: center;
  189. line-height: 50rpx;
  190. border-radius: 8rpx;
  191. transform:rotate(-30deg);
  192. }
  193. .status1 {
  194. color: #659ef6;
  195. border: 2px solid #659ef6;
  196. }
  197. .status2 {
  198. color: #eea959;
  199. }
  200. .status3 {
  201. color: #ff6a6a;
  202. border: 2px solid #ff6a6a;
  203. }
  204. .status4 {
  205. color: #8aaa6b;
  206. }
  207. .btn {
  208. float: right;
  209. height: 52rpx;
  210. line-height: 52rpx;
  211. background: rgba(101, 158, 246, 1);
  212. border-radius: 10rpx;
  213. font-size: 28rpx;
  214. font-weight: 500;
  215. padding: 0 25rpx;
  216. color: rgba(255, 255, 255, 1);
  217. }
  218. .active1 {
  219. opacity: 0.6;
  220. }
  221. .btns {
  222. width:137rpx;
  223. margin-top: 21rpx;
  224. background: #52a0fd;
  225. border-radius: 8rpx;
  226. color: #fff;
  227. font-size: 26rpx;
  228. height: 64rpx;
  229. line-height: 64rpx;
  230. }
  231. .search-top{
  232. position: fixed;
  233. width: 100%;
  234. top: 90rpx;
  235. z-index: 10;
  236. overflow: hidden;
  237. opacity: 1;
  238. background: #fff;
  239. padding-bottom: 40rpx;
  240. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  241. }
  242. .search-box{
  243. margin-top: 40rpx;
  244. width: 644rpx;
  245. margin-left: 52rpx;
  246. }
  247. .search-box .btns {
  248. width:137rpx;
  249. background: #52a0fd;
  250. border-radius: 8rpx;
  251. color: #fff;
  252. font-size: 26rpx;
  253. height: 64rpx;
  254. line-height: 64rpx;
  255. margin: 0 0 0 20rpx;
  256. }
  257. .search-box input{
  258. text-indent: 10rpx;
  259. }
  260. .active2{
  261. border: 1px solid #52a0fd!important;
  262. color: #52a0fd!important;
  263. }
  264. .recond{
  265. text-align: center;
  266. font-size: 30rpx;
  267. margin-top: 60rpx;
  268. }
  269. .active3{
  270. color: #659ef6;
  271. }
  272. .loading{
  273. text-align: center;
  274. font-size: 28rpx;
  275. color: #999;
  276. margin-bottom: 80rpx;
  277. /* padding: 20rpx 0 40rpx; */
  278. }
  279. .mr{
  280. margin-top: 200rpx!important;
  281. }
  282. .lists{
  283. height: 100%;
  284. position: relative;
  285. }
  286. .bottom{
  287. position: fixed;
  288. width: 100%;
  289. height: 80rpx;
  290. bottom: 0;
  291. left: 0;
  292. background: #fff;
  293. z-index: 1000;
  294. overflow: hidden;
  295. box-shadow: 1rpx -5rpx 11rpx rgb(202, 201, 201);
  296. }
  297. .b-left{
  298. width: 50%;
  299. line-height: 80rpx;
  300. padding-left: 20rpx;
  301. font-size: 32rpx;
  302. color: #333;
  303. float: left;
  304. box-sizing: border-box;
  305. }
  306. .b-right{
  307. width: 50%;
  308. float: left;
  309. line-height: 80rpx;
  310. text-align: right;
  311. padding-right: 30rpx;
  312. color: #ff6a6a;
  313. font-size: 32rpx;
  314. box-sizing: border-box;
  315. }
  316. .list .title{
  317. width: 100%;
  318. height: 80rpx;
  319. line-height: 80rpx;
  320. background: #409EFF;
  321. text-align: center;
  322. font-weight: bold;
  323. color: #fff;
  324. }
  325. .list .button{
  326. width: 200rpx;
  327. height: 80rpx;
  328. line-height: 80rpx;
  329. background: #409EFF;
  330. color: #fff;
  331. margin: 30rpx auto;
  332. border-radius: 50rpx;
  333. text-align: center;
  334. }
  335. .list .txt{
  336. padding-left: 30rpx;
  337. }
  338. .noList .title, .noList .button{
  339. background: #E6A23C;
  340. }
  341. .list1 .title, .list1 .button{
  342. background: #67C23A;
  343. }
  344. .info {
  345. border: 1px solid #eee;
  346. padding: 20rpx;
  347. margin: 20rpx 40rpx;
  348. font-size: 30rpx;
  349. }
  350. .info .title {
  351. font-size: 35rpx;
  352. margin-bottom: 10rpx;
  353. }
  354. .info view{
  355. display: inline-block;
  356. margin-right: 20rpx;
  357. }
  358. .subbtn .btns {
  359. width: 300rpx;
  360. /* margin-top: 300rpx; */
  361. }
  362. .orderBox {
  363. width: 96%;
  364. margin: 20rpx auto;
  365. overflow: hidden;
  366. }
  367. .orderTitle {
  368. font-size: 32rpx;
  369. font-weight: 500;
  370. }
  371. .orderItem {
  372. margin: 20rpx auto;
  373. background-color: #fff;
  374. border-radius: 12rpx;
  375. overflow: hidden;
  376. }
  377. .orderName {
  378. }
  379. .item {
  380. width: 90%;
  381. margin: 20rpx auto;
  382. font-size: 28rpx;
  383. }
  384. .courier {
  385. background-color: #fff;
  386. width: 96%;
  387. margin: 20rpx auto;
  388. height: 80rpx;
  389. border: 12rpx;
  390. overflow: hidden;
  391. }
  392. .courierInput {
  393. width: 90%;
  394. margin: 10rpx auto;
  395. height: 60rpx;
  396. line-height: 60rpx;
  397. font-size: 30rpx;
  398. }
  399. .search-box{
  400. display: flex;
  401. align-items: center;
  402. }
  403. .searchInput{
  404. width: 540rpx;
  405. height: 60rpx;
  406. line-height: 60rpx;
  407. font-size: 30rpx;
  408. border: 1px solid rgb(184, 177, 177);
  409. border-radius: 8rpx;
  410. }
  411. .expressageIdInput {
  412. width: 90%;
  413. margin: 10rpx auto;
  414. height: 60rpx;
  415. line-height: 60rpx;
  416. }
  417. .addImg {
  418. height: 340rpx;
  419. width: 310rpx;
  420. margin: 88rpx auto;
  421. border: 1px solid #52a0fd;
  422. color: #52a0fd;
  423. }
  424. .addImg image{
  425. width: 59rpx;
  426. height: 45rpx;
  427. margin: 113rpx 125rpx 35rpx 126rpx;
  428. }
  429. .addImg text {
  430. display: block;
  431. text-align: center;
  432. }
  433. .up-img{
  434. width: 600rpx;
  435. margin: 40rpx auto 0;
  436. height: auto;
  437. padding: 10rpx;
  438. border: 1px dashed #52A0FD;
  439. }
  440. .up-img image{
  441. width: 600rpx;
  442. }
  443. .submit {
  444. width: 80%;
  445. margin: 20rpx auto;
  446. text-align: center;
  447. line-height: 80rpx;
  448. height: 80rpx;
  449. border-radius: 12rpx;
  450. color: #fff;
  451. background: rgba(101, 158, 246, 1);
  452. }
  453. .goBack{
  454. background: #fff;
  455. color: #000;
  456. border: 1px solid #eee;
  457. }
  458. .codeList{
  459. position: relative;
  460. }
  461. .oprBtn {
  462. position: absolute;
  463. top: -10rpx;
  464. right: 13rpx;
  465. }
  466. .oprBtn button{
  467. width: 140rpx;
  468. height: 60rpx;
  469. line-height: 60rpx;
  470. font-size: 28rpx;
  471. display: inline-block;
  472. float: right;
  473. margin-left: 10rpx;
  474. }