detail.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. .cancel-voyage {
  2. width: 163rpx;
  3. height: 56rpx;
  4. border-radius: 12rpx;
  5. background: rgba(255, 110, 0, 0.2);
  6. text-align: center;
  7. line-height: 56rpx;
  8. font-family: PingFangSC-Medium, PingFang SC;
  9. font-weight: 500;
  10. position: fixed;
  11. right: 20rpx;
  12. top: 220rpx;
  13. z-index: 100;
  14. color: #FF6E00;
  15. font-size: 26rpx;
  16. }
  17. .back-blue {
  18. width: 100vw;
  19. height: 80rpx;
  20. background: rgba(0, 137, 253, 0.1);
  21. text-align: center;
  22. line-height: 80rpx;
  23. font-size: 28rpx;
  24. font-family: PingFangSC-Medium, PingFang SC;
  25. font-weight: 500;
  26. color: #FF6E38;
  27. position: fixed;
  28. top: 0;
  29. z-index: 100;
  30. }
  31. .tabsview {
  32. height: 80rpx;
  33. line-height: 84rpx;
  34. font-size: 28rpx;
  35. font-family: PingFangSC-Semibold, PingFang SC;
  36. font-weight: 600;
  37. color: #9199A3;
  38. }
  39. .current-tab {
  40. color: #363F4A;
  41. border-bottom: 6rpx solid #0089FD;
  42. font-size: 32rpx;
  43. }
  44. .scroll {
  45. width: 100vw;
  46. background: #FFFFFF;
  47. border-radius: 12rpx;
  48. height: calc(100vh - 410rpx);
  49. font-size: 28rpx;
  50. color: #222;
  51. padding-bottom: 50rpx;
  52. background: #FFFFFF;
  53. border-radius: 12rpx;
  54. padding: 0 30rpx 40rpx 30rpx;
  55. }
  56. .line {
  57. margin-bottom: 20rpx;
  58. }
  59. .line-full-item {
  60. display: flex;
  61. align-items: center;
  62. }
  63. .line-full-title {
  64. width: 240rpx;
  65. font-size: 30rpx;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. color: #BDC2C8;
  69. }
  70. .line-text {
  71. flex: 1;
  72. font-size: 30rpx;
  73. font-family: PingFangSC-Regular, PingFang SC;
  74. font-weight: 400;
  75. color: #6C6C6C;
  76. }
  77. .mask {
  78. position: absolute;
  79. top: 0;
  80. right: 0;
  81. bottom: 0;
  82. left: 0;
  83. z-index: 101;
  84. background: rgba(0, 0, 0, 0.4);
  85. }
  86. .mask>view {
  87. width: 640rpx;
  88. height: 362rpx;
  89. background: #FFFFFF;
  90. border-radius: 16rpx;
  91. position: fixed;
  92. top: 358rpx;
  93. left: calc(50vw - 320rpx);
  94. }
  95. .upload {
  96. width: 60%;
  97. height: 100rpx;
  98. text-align: center;
  99. line-height: 100rpx;
  100. border: 1px solid grey;
  101. margin: 3vw auto;
  102. }
  103. .ship-owner-title {
  104. width: 300rpx;
  105. text-align: center;
  106. font-size: 34rpx;
  107. font-family: PingFangSC-Medium, PingFang SC;
  108. font-weight: 500;
  109. color: #20252E;
  110. margin: 40rpx auto;
  111. }
  112. .btns {
  113. height: 113rpx;
  114. border-bottom-left-radius: 10rpx;
  115. border-bottom-right-radius: 10rpx;
  116. border-top: 1rpx solid rgba(0, 0, 0, 0.25);
  117. margin-top: 50rpx;
  118. }
  119. .btn {
  120. width: 50%;
  121. line-height: 100rpx;
  122. font-size: 34rpx;
  123. font-family: PingFangSC-Medium, PingFang SC;
  124. font-weight: 500;
  125. color: #0089FD;
  126. text-align: center;
  127. }
  128. .btn-1 {
  129. color: #20252E;
  130. height: 102rpx;
  131. border-right: 1rpx solid rgba(0, 0, 0, 0.25);
  132. }
  133. .type2 .line-full-item {
  134. padding: 32rpx 0;
  135. border-bottom: 1rpx solid #EBEBEB;
  136. }
  137. .type2 .line {
  138. margin-bottom: 0;
  139. font-size: 30rpx;
  140. font-family: PingFangSC-Regular, PingFang SC;
  141. font-weight: 400;
  142. color: #6C6C6C;
  143. }
  144. .type2 .line-full-title {
  145. width: 260rpx;
  146. color: #20252E;
  147. }
  148. .arrow {
  149. width: 20rpx;
  150. height: 20rpx;
  151. margin-right: 30rpx;
  152. }
  153. .d-input {
  154. width: 30vw;
  155. }
  156. .update {
  157. width: 590rpx;
  158. height: 96rpx;
  159. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  160. border-radius: 20rpx;
  161. text-align: center;
  162. line-height: 96rpx;
  163. font-size: 34rpx;
  164. font-family: PingFangSC-Medium, PingFang SC;
  165. font-weight: 500;
  166. color: #FFFFFF;
  167. margin: 0 auto;
  168. }
  169. .type2 .unit {
  170. color: #333;
  171. }
  172. .ports {
  173. margin: 40rpx 0 39rpx 0;
  174. }
  175. .ports>view {
  176. width: 150rpx;
  177. height: 60rpx;
  178. font-size: 26rpx;
  179. font-family: PingFangSC-Medium, PingFang SC;
  180. font-weight: 500;
  181. color: #0089FD;
  182. line-height: 58rpx;
  183. text-align: center;
  184. border-top: 1rpx solid #0089FD;
  185. border-bottom: 1rpx solid #0089FD;
  186. border-left: 1rpx solid #0089FD;
  187. }
  188. .first-port {
  189. border-radius: 20rpx 0px 0px 20rpx;
  190. }
  191. .last-port {
  192. border-radius: 0px 20rpx 20rpx 0px;
  193. border-right: 1rpx solid #0089FD;
  194. }
  195. .current-port {
  196. color: #fff !important;
  197. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  198. border: none !important;
  199. line-height: 60rpx;
  200. }
  201. .one-port {
  202. border-radius: 20rpx 20rpx 20rpx 20rpx;
  203. }
  204. .picker {
  205. width: 45vw;
  206. }
  207. .info-types {
  208. margin-bottom: 33rpx;
  209. }
  210. .info-types>view {
  211. font-size: 28rpx;
  212. font-family: PingFangSC-Regular, PingFang SC;
  213. font-weight: 400;
  214. color: #333333;
  215. }
  216. .current-type {
  217. font-size: 30rpx !important;
  218. font-weight: 500 !important;
  219. color: #239AFE !important;
  220. }
  221. .th {
  222. font-size: 28rpx;
  223. font-family: PingFangSC-Regular, PingFang SC;
  224. font-weight: 400;
  225. color: #BDC2C8;
  226. margin-bottom: 22rpx;
  227. }
  228. .td {
  229. font-size: 28rpx;
  230. font-family: PingFangSC-Regular, PingFang SC;
  231. font-weight: 400;
  232. color: #363F4A;
  233. margin-bottom: 20rpx;
  234. }
  235. .tr {
  236. text-align: center;
  237. }
  238. .tr-time {
  239. width: 170rpx;
  240. }
  241. .tr-2 {
  242. min-width: 56rpx;
  243. }
  244. .tr-3 {
  245. width: 90rpx;
  246. }
  247. .tr-4 {
  248. width: 112rpx;
  249. }
  250. .tr-car-num {
  251. min-width: 160rpx;
  252. }
  253. .no-data {
  254. text-align: center;
  255. color: #9199A3;
  256. }
  257. .type3 {
  258. padding-top: 32rpx;
  259. }
  260. .type3 .title {
  261. height: 27rpx;
  262. line-height: 27rpx;
  263. font-size: 30rpx;
  264. font-family: PingFangSC-Regular, PingFang SC;
  265. font-weight: 400;
  266. color: #239AFE;
  267. padding-left: 18rpx;
  268. border-left: 4rpx solid #0089FD;
  269. margin-bottom: 30rpx;
  270. }
  271. .type5 {
  272. padding-top: 32rpx;
  273. }
  274. .type5 .timer {
  275. font-size: 30rpx;
  276. font-family: PingFangSC-Regular, PingFang SC;
  277. font-weight: 400;
  278. color: #239AFE;
  279. }
  280. .type5-img {
  281. margin-top: 24rpx;
  282. margin-bottom: 32rpx;
  283. height: 265rpx;
  284. }
  285. .add-discharge-port {
  286. width: 180rpx;
  287. height: 56rpx;
  288. background: #0089FD;
  289. border-radius: 12rpx;
  290. font-size: 26rpx;
  291. font-family: PingFangSC-Medium, PingFang SC;
  292. font-weight: 500;
  293. color: #FFFFFF;
  294. line-height: 56rpx;
  295. text-align: center
  296. }
  297. .discharge-modal {
  298. position: fixed;
  299. top: 0;
  300. width: 100vw;
  301. height: 100vh;
  302. background: rgba(0, 0, 0, 0.5);
  303. z-index: 101;
  304. }
  305. .discharge-card {
  306. width: 500rpx;
  307. height: 340rpx;
  308. background: #fff;
  309. border-radius: 20rpx;
  310. text-align: center;
  311. position: absolute;
  312. top: 40%;
  313. left: calc(50vw - 250rpx);
  314. padding-top: 50rpx;
  315. }
  316. .disc-title {
  317. width: 300rpx;
  318. text-align: left;
  319. margin-left: 40rpx;
  320. color: #777;
  321. }
  322. .disc-btn {
  323. width: 160rpx;
  324. height: 70rpx;
  325. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  326. border-radius: 10rpx;
  327. text-align: center;
  328. line-height: 70rpx;
  329. font-size: 30rpx;
  330. font-family: PingFangSC-Medium, PingFang SC;
  331. font-weight: 500;
  332. color: #FFFFFF;
  333. }