createVoyage.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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: 280rpx;
  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. border-bottom: 1rpx solid #EBEBEB;
  122. }
  123. .type2 .line {
  124. margin-bottom: 0;
  125. font-size: 30rpx;
  126. font-family: PingFangSC-Regular, PingFang SC;
  127. font-weight: 400;
  128. color: #6C6C6C;
  129. }
  130. .type2 .line-full-title {
  131. color: #20252E;
  132. }
  133. .arrow {
  134. width: 20rpx;
  135. height: 20rpx;
  136. margin-right: 30rpx;
  137. }
  138. .d-input {
  139. width: 30vw;
  140. }
  141. .update {
  142. width: 590rpx;
  143. height: 96rpx;
  144. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  145. border-radius: 20rpx;
  146. text-align: center;
  147. line-height: 96rpx;
  148. font-size: 34rpx;
  149. font-family: PingFangSC-Medium, PingFang SC;
  150. font-weight: 500;
  151. color: #FFFFFF;
  152. margin: 113rpx auto;
  153. }
  154. .type2 .unit {
  155. color: #333;
  156. }
  157. .ports {
  158. margin: 40rpx 0 39rpx 0;
  159. }
  160. .ports>view {
  161. width: 150rpx;
  162. height: 60rpx;
  163. font-size: 26rpx;
  164. font-family: PingFangSC-Medium, PingFang SC;
  165. font-weight: 500;
  166. color: #0089FD;
  167. line-height: 58rpx;
  168. text-align: center;
  169. border-top: 1rpx solid #0089FD;
  170. border-bottom: 1rpx solid #0089FD;
  171. border-left: 1rpx solid #0089FD;
  172. }
  173. .first-port {
  174. border-radius: 20rpx 0px 0px 20rpx;
  175. }
  176. .last-port {
  177. border-radius: 0px 20rpx 20rpx 0px;
  178. border-right: 1rpx solid #0089FD;
  179. }
  180. .current-port {
  181. color: #fff !important;
  182. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  183. border: none !important;
  184. line-height: 60rpx;
  185. }
  186. .one-port {
  187. border-radius: 20rpx 20rpx 20rpx 20rpx;
  188. }
  189. .info-types {
  190. margin-bottom: 33rpx;
  191. }
  192. .info-types>view {
  193. font-size: 28rpx;
  194. font-family: PingFangSC-Regular, PingFang SC;
  195. font-weight: 400;
  196. color: #333333;
  197. }
  198. .current-type {
  199. font-size: 30rpx !important;
  200. font-weight: 500 !important;
  201. color: #239AFE !important;
  202. }
  203. .th {
  204. font-size: 28rpx;
  205. font-family: PingFangSC-Regular, PingFang SC;
  206. font-weight: 400;
  207. color: #BDC2C8;
  208. margin-bottom: 22rpx;
  209. }
  210. .td {
  211. font-size: 28rpx;
  212. font-family: PingFangSC-Regular, PingFang SC;
  213. font-weight: 400;
  214. color: #363F4A;
  215. margin-bottom: 20rpx;
  216. }
  217. .tr {
  218. text-align: center;
  219. }
  220. .tr-time {
  221. width: 170rpx;
  222. }
  223. .tr-2 {
  224. min-width: 56rpx;
  225. }
  226. .tr-3 {
  227. width: 90rpx;
  228. }
  229. .tr-4 {
  230. width: 112rpx;
  231. }
  232. .tr-car-num {
  233. min-width: 160rpx;
  234. }
  235. .no-data {
  236. text-align: center;
  237. color: #9199A3;
  238. }
  239. .delete {
  240. position: absolute;
  241. right: 26rpx;
  242. top: 40rpx;
  243. width: 30rpx;
  244. height: 30rpx;
  245. z-index: 5;
  246. }
  247. input {
  248. height: 100rpx;
  249. }