detail.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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: 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. picker,
  80. .d-input {
  81. border: 1rpx solid grey;
  82. padding: 0rpx 10rpx;
  83. }
  84. .upload {
  85. width: 60%;
  86. height: 100rpx;
  87. text-align: center;
  88. line-height: 100rpx;
  89. border: 1px solid grey;
  90. margin: 3vw auto;
  91. }
  92. .ship-owner-title {
  93. width: 300rpx;
  94. text-align: center;
  95. font-size: 34rpx;
  96. font-family: PingFangSC-Medium, PingFang SC;
  97. font-weight: 500;
  98. color: #20252E;
  99. margin: 40rpx auto;
  100. }
  101. .btns {
  102. height: 113rpx;
  103. border-bottom-left-radius: 10rpx;
  104. border-bottom-right-radius: 10rpx;
  105. border-top: 1rpx solid rgba(0, 0, 0, 0.25);
  106. margin-top: 50rpx;
  107. }
  108. .btn {
  109. width: 50%;
  110. line-height: 100rpx;
  111. font-size: 34rpx;
  112. font-family: PingFangSC-Medium, PingFang SC;
  113. font-weight: 500;
  114. color: #0089FD;
  115. text-align: center;
  116. }
  117. .btn-1 {
  118. color: #20252E;
  119. height: 102rpx;
  120. border-right: 1rpx solid rgba(0, 0, 0, 0.25);
  121. }