detail.wxss 4.9 KB

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