sharePage.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. /* components/voyages/Voyages.wxss */
  2. .df {
  3. display: flex;
  4. }
  5. .jcsb {
  6. justify-content: space-between;
  7. }
  8. .jcc {
  9. justify-content: center;
  10. }
  11. .jcfe {
  12. justify-content: flex-end;
  13. }
  14. .jcsa {
  15. justify-content: space-around;
  16. }
  17. .aic {
  18. align-items: center;
  19. }
  20. .search {
  21. border: 1rpx solid grey;
  22. width: 80%;
  23. background: #fff;
  24. }
  25. .tabsview {
  26. width: 130rpx;
  27. height: 50rpx;
  28. font-size: 28rpx;
  29. text-align: center;
  30. color: #333;
  31. }
  32. .line {
  33. display: flex;
  34. justify-content: space-between;
  35. align-items: center;
  36. margin-bottom: 30rpx;
  37. color: #333;
  38. }
  39. .line-item {
  40. display: flex;
  41. align-items: center;
  42. justify-content: space-between;
  43. width: 45%;
  44. }
  45. .line-full-item {
  46. width: 100%;
  47. display: flex;
  48. align-items: center;
  49. }
  50. .line-full-title {
  51. width: 25%;
  52. }
  53. .line-title,
  54. .line-text {
  55. width: 50%;
  56. }
  57. .line-title,
  58. .line-full-title {
  59. color: #444;
  60. }
  61. .type2 .line-full-title {
  62. width: 50%;
  63. }
  64. .ship-discharge-list>view:first-child {
  65. font-size: 26rpx;
  66. }
  67. .ship-discharge-list>view>view {
  68. width: 160rpx;
  69. text-align: center;
  70. color: #444;
  71. }
  72. .truck-load-list>view:first-child {
  73. font-size: 26rpx;
  74. }
  75. .truck-load-list>view>view {
  76. width: 160rpx;
  77. text-align: center;
  78. color: #444;
  79. }
  80. .bottom-text {
  81. text-align: center;
  82. padding-top: 30rpx;
  83. padding-bottom: 50rpx;
  84. font-size: 22rpx;
  85. color: #777;
  86. }
  87. page {
  88. box-sizing: border-box;
  89. }
  90. .item {
  91. padding: 0 20rpx;
  92. width: 50%;
  93. }
  94. .item>view {
  95. width: 90rpx;
  96. text-align: justify;
  97. text-align-last: justify;
  98. margin-right: 16rpx;
  99. }
  100. .card {
  101. width: 694rpx;
  102. background: #FFFFFF;
  103. border-radius: 12rpx;
  104. margin: 0 auto;
  105. padding: 32rpx 24rpx;
  106. }
  107. .circle {
  108. width: 20rpx;
  109. height: 20rpx;
  110. border-radius: 50%;
  111. background: #999;
  112. position: relative;
  113. left: 4rpx;
  114. margin-right: 38rpx;
  115. z-index: 55;
  116. }
  117. .greyback {
  118. background: #999 !important;
  119. }
  120. .title-circle {
  121. width: 28rpx;
  122. height: 28rpx;
  123. border-radius: 50%;
  124. background: #999;
  125. position: relative;
  126. z-index: 55;
  127. }
  128. .in-text {
  129. font-size: 22rpx;
  130. color: #666;
  131. }
  132. .long-line {
  133. border: 2rpx dashed #B0CDF0;
  134. height: calc(100vh - 800rpx);
  135. position: absolute;
  136. left: 36rpx;
  137. top: 24rpx;
  138. z-index: 22;
  139. }
  140. .card-title {
  141. font-size: 26rpx;
  142. margin-bottom: 8rpx;
  143. line-height: 30rpx;
  144. z-index: 55;
  145. }
  146. .transInfos {
  147. background: rgb(197, 56, 56);
  148. z-index: 55;
  149. }
  150. .port-btns {
  151. width: 180rpx !important;
  152. height: 70rpx;
  153. line-height: 70rpx;
  154. text-align: center;
  155. margin-bottom: 20rpx;
  156. border-radius: 10rpx;
  157. border: 1rpx solid grey;
  158. display: inline-block;
  159. }
  160. .current-port-btn {
  161. color: #fff;
  162. background: #008ebd;
  163. border: none;
  164. }
  165. .cancel-voyage {
  166. width: 100vw;
  167. height: 80rpx;
  168. background: rgba(255, 100, 47, 0.15);
  169. text-align: center;
  170. line-height: 80rpx;
  171. font-size: 28rpx;
  172. font-family: PingFangSC-Medium, PingFang SC;
  173. font-weight: 500;
  174. color: #FF6E38;
  175. position: fixed;
  176. top: 0;
  177. z-index: 100;
  178. }
  179. .tabsview {
  180. height: 80rpx;
  181. line-height: 84rpx;
  182. font-size: 28rpx;
  183. font-family: PingFangSC-Semibold, PingFang SC;
  184. font-weight: 600;
  185. color: #9199A3;
  186. }
  187. .current-tab {
  188. color: #363F4A;
  189. border-bottom: 6rpx solid #0089FD;
  190. font-size: 32rpx;
  191. }
  192. .scroll {
  193. width: 100vw;
  194. border-radius: 12rpx;
  195. height: calc(100vh - 410rpx);
  196. font-size: 28rpx;
  197. color: #222;
  198. padding-bottom: 50rpx;
  199. border-radius: 12rpx;
  200. padding: 0 30rpx 40rpx 30rpx;
  201. }
  202. .line {
  203. margin-bottom: 20rpx;
  204. }
  205. .line-full-item {
  206. display: flex;
  207. align-items: center;
  208. }
  209. .line-full-title {
  210. width: 240rpx;
  211. font-size: 30rpx;
  212. font-family: PingFangSC-Regular, PingFang SC;
  213. font-weight: 400;
  214. color: #BDC2C8;
  215. }
  216. .line-text {
  217. flex: 1;
  218. font-size: 30rpx;
  219. font-family: PingFangSC-Regular, PingFang SC;
  220. font-weight: 400;
  221. color: #6C6C6C;
  222. }
  223. .mask {
  224. position: absolute;
  225. top: 0;
  226. right: 0;
  227. bottom: 0;
  228. left: 0;
  229. z-index: 101;
  230. background: rgba(0, 0, 0, 0.4);
  231. }
  232. .mask>view {
  233. width: 640rpx;
  234. height: 362rpx;
  235. background: #FFFFFF;
  236. border-radius: 16rpx;
  237. position: fixed;
  238. top: 358rpx;
  239. left: calc(50vw - 320rpx);
  240. }
  241. .upload {
  242. width: 60%;
  243. height: 100rpx;
  244. text-align: center;
  245. line-height: 100rpx;
  246. border: 1px solid grey;
  247. margin: 3vw auto;
  248. }
  249. .ship-owner-title {
  250. width: 300rpx;
  251. text-align: center;
  252. font-size: 34rpx;
  253. font-family: PingFangSC-Medium, PingFang SC;
  254. font-weight: 500;
  255. color: #20252E;
  256. margin: 40rpx auto;
  257. }
  258. .btns {
  259. height: 113rpx;
  260. border-bottom-left-radius: 10rpx;
  261. border-bottom-right-radius: 10rpx;
  262. border-top: 1rpx solid rgba(0, 0, 0, 0.25);
  263. margin-top: 50rpx;
  264. }
  265. .btn {
  266. width: 50%;
  267. line-height: 100rpx;
  268. font-size: 34rpx;
  269. font-family: PingFangSC-Medium, PingFang SC;
  270. font-weight: 500;
  271. color: #0089FD;
  272. text-align: center;
  273. }
  274. .btn-1 {
  275. color: #20252E;
  276. height: 102rpx;
  277. border-right: 1rpx solid rgba(0, 0, 0, 0.25);
  278. }
  279. .type2 .line-full-item {
  280. padding: 32rpx 0;
  281. border-bottom: 1rpx solid #EBEBEB;
  282. }
  283. .type2 .line {
  284. font-size: 30rpx;
  285. font-family: PingFangSC-Regular, PingFang SC;
  286. font-weight: 400;
  287. color: #6C6C6C;
  288. }
  289. .type2 .line-full-title {
  290. width: 260rpx;
  291. color: #20252E;
  292. }
  293. .arrow {
  294. width: 20rpx;
  295. height: 20rpx;
  296. margin-right: 30rpx;
  297. }
  298. .d-input {
  299. width: 30vw;
  300. }
  301. .update {
  302. width: 590rpx;
  303. height: 96rpx;
  304. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  305. border-radius: 20rpx;
  306. text-align: center;
  307. line-height: 96rpx;
  308. font-size: 34rpx;
  309. font-family: PingFangSC-Medium, PingFang SC;
  310. font-weight: 500;
  311. color: #FFFFFF;
  312. margin: 0 auto;
  313. }
  314. .type2 .unit {
  315. color: #333;
  316. }
  317. .ports {
  318. margin: 40rpx 0 39rpx 0;
  319. }
  320. .ports>view {
  321. width: 150rpx;
  322. height: 60rpx;
  323. font-size: 26rpx;
  324. font-family: PingFangSC-Medium, PingFang SC;
  325. font-weight: 500;
  326. color: #0089FD;
  327. line-height: 58rpx;
  328. text-align: center;
  329. border-top: 1rpx solid #0089FD;
  330. border-bottom: 1rpx solid #0089FD;
  331. border-left: 1rpx solid #0089FD;
  332. }
  333. .first-port {
  334. border-radius: 20rpx 0px 0px 20rpx;
  335. }
  336. .last-port {
  337. border-radius: 0px 20rpx 20rpx 0px;
  338. border-right: 1rpx solid #0089FD;
  339. }
  340. .current-port {
  341. color: #fff !important;
  342. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  343. border: none !important;
  344. line-height: 60rpx;
  345. }
  346. .one-port {
  347. border-radius: 20rpx 20rpx 20rpx 20rpx;
  348. }
  349. picker {
  350. width: 45vw;
  351. }
  352. .info-types {
  353. margin-bottom: 33rpx;
  354. }
  355. .info-types>view {
  356. font-size: 28rpx;
  357. font-family: PingFangSC-Regular, PingFang SC;
  358. font-weight: 400;
  359. color: #333333;
  360. }
  361. .current-type {
  362. font-size: 30rpx !important;
  363. font-weight: 500 !important;
  364. color: #239AFE !important;
  365. }
  366. .th {
  367. font-size: 28rpx;
  368. font-family: PingFangSC-Regular, PingFang SC;
  369. font-weight: 400;
  370. color: #BDC2C8;
  371. margin-bottom: 22rpx;
  372. }
  373. .td {
  374. font-size: 28rpx;
  375. font-family: PingFangSC-Regular, PingFang SC;
  376. font-weight: 400;
  377. color: #363F4A;
  378. margin-bottom: 20rpx;
  379. }
  380. .tr {
  381. text-align: center;
  382. }
  383. .tr-time {
  384. width: 170rpx;
  385. }
  386. .tr-2 {
  387. min-width: 56rpx;
  388. }
  389. .tr-3 {
  390. width: 90rpx;
  391. }
  392. .tr-4 {
  393. width: 112rpx;
  394. }
  395. .tr-car-num {
  396. min-width: 160rpx;
  397. }
  398. .no-data {
  399. text-align: center;
  400. color: #9199A3;
  401. }
  402. .type3 {
  403. padding-top: 32rpx;
  404. }
  405. .type3 .title {
  406. height: 27rpx;
  407. line-height: 27rpx;
  408. font-size: 30rpx;
  409. font-family: PingFangSC-Regular, PingFang SC;
  410. font-weight: 400;
  411. color: #239AFE;
  412. padding-left: 18rpx;
  413. border-left: 4rpx solid #0089FD;
  414. margin-bottom: 30rpx;
  415. }
  416. .type5 {
  417. padding-top: 32rpx;
  418. }
  419. .type5 .timer {
  420. font-size: 30rpx;
  421. font-family: PingFangSC-Regular, PingFang SC;
  422. font-weight: 400;
  423. color: #239AFE;
  424. }
  425. .type5-img {
  426. margin-top: 24rpx;
  427. margin-bottom: 32rpx;
  428. height: 265rpx;
  429. }
  430. .mb20 {
  431. margin-bottom: 20rpx;
  432. }
  433. .content {
  434. font-size: 30rpx;
  435. font-family: PingFangSC-Regular, PingFang SC;
  436. font-weight: 400;
  437. color: #6C6C6C;
  438. flex: 1;
  439. }
  440. .title {
  441. width: 180rpx;
  442. font-size: 30rpx;
  443. font-family: PingFangSC-Regular, PingFang SC;
  444. font-weight: 400;
  445. color: #BDC2C8;
  446. margin-right: 40rpx;
  447. }