createVoyage.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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 {
  118. padding: 0 30rpx;
  119. }
  120. .type2 .line-full-item {
  121. padding: 32rpx 0;
  122. border-bottom: 1rpx solid #EBEBEB;
  123. }
  124. .type2 .line {
  125. margin-bottom: 0;
  126. font-size: 30rpx;
  127. font-family: PingFangSC-Regular, PingFang SC;
  128. font-weight: 400;
  129. color: #6C6C6C;
  130. }
  131. .type2 .line-full-title {
  132. width: 200rpx;
  133. color: #20252E;
  134. }
  135. .arrow {
  136. width: 20rpx;
  137. height: 20rpx;
  138. margin-right: 30rpx;
  139. }
  140. .d-input {
  141. width: 30vw;
  142. }
  143. .update {
  144. width: 590rpx;
  145. height: 96rpx;
  146. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  147. border-radius: 20rpx;
  148. text-align: center;
  149. line-height: 96rpx;
  150. font-size: 34rpx;
  151. font-family: PingFangSC-Medium, PingFang SC;
  152. font-weight: 500;
  153. color: #FFFFFF;
  154. margin: 113rpx auto;
  155. }
  156. .type2 .unit {
  157. color: #333;
  158. }
  159. .ports {
  160. margin: 40rpx 0 39rpx 0;
  161. }
  162. .ports>view {
  163. width: 150rpx;
  164. height: 60rpx;
  165. font-size: 26rpx;
  166. font-family: PingFangSC-Medium, PingFang SC;
  167. font-weight: 500;
  168. color: #0089FD;
  169. line-height: 58rpx;
  170. text-align: center;
  171. border-top: 1rpx solid #0089FD;
  172. border-bottom: 1rpx solid #0089FD;
  173. border-left: 1rpx solid #0089FD;
  174. }
  175. .first-port {
  176. border-radius: 20rpx 0px 0px 20rpx;
  177. }
  178. .last-port {
  179. border-radius: 0px 20rpx 20rpx 0px;
  180. border-right: 1rpx solid #0089FD;
  181. }
  182. .current-port {
  183. color: #fff !important;
  184. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  185. border: none !important;
  186. line-height: 60rpx;
  187. }
  188. .one-port {
  189. border-radius: 20rpx 20rpx 20rpx 20rpx;
  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. .delete {
  242. position: absolute;
  243. right: 26rpx;
  244. top: 40rpx;
  245. width: 30rpx;
  246. height: 30rpx;
  247. z-index: 5;
  248. }