voyageCard.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. view {
  2. box-sizing: border-box;
  3. }
  4. .df {
  5. display: flex;
  6. }
  7. .aic {
  8. align-items: center;
  9. }
  10. .jcsb {
  11. justify-content: space-between;
  12. }
  13. .search {
  14. width: 686rpx;
  15. height: 76rpx;
  16. background: #FFFFFF;
  17. box-shadow: 0px 3rpx 9rpx 3rpx rgba(92, 123, 111, 0.26);
  18. border-radius: 12rpx;
  19. padding-left: 50rpx;
  20. color: #333;
  21. margin: 0 auto;
  22. display: flex;
  23. justify-content: space-between;
  24. padding-right: 20rpx;
  25. }
  26. .avatar {
  27. background: grey;
  28. width: 52rpx;
  29. height: 52rpx;
  30. border-radius: 50%;
  31. }
  32. .tabsview {
  33. height: 84rpx;
  34. line-height: 84rpx;
  35. font-size: 32rpx;
  36. font-family: PingFangSC-Semibold, PingFang SC;
  37. font-weight: 600;
  38. color: #363F4A;
  39. }
  40. .tabsview-1 {
  41. margin-left: 28rpx;
  42. margin-right: 40rpx;
  43. }
  44. .tabs {
  45. margin-bottom: 28rpx;
  46. }
  47. .list {
  48. width: 694rpx;
  49. height: 172rpx;
  50. background: #FFFFFF;
  51. border-radius: 12rpx;
  52. padding: 32rpx;
  53. margin: 0 auto;
  54. margin-bottom: 10rpx;
  55. }
  56. .icon {
  57. width: 42rpx;
  58. height: 42rpx;
  59. background: #0089FD;
  60. border-radius: 4rpx;
  61. margin-right: 20rpx;
  62. }
  63. .ship-name {
  64. font-size: 32rpx;
  65. font-family: PingFangSC-Semibold, PingFang SC;
  66. font-weight: 600;
  67. color: #20252E;
  68. margin-right: 30rpx;
  69. }
  70. .not-started {
  71. width: 117rpx;
  72. height: 42rpx;
  73. line-height: 40rpx;
  74. background: rgba(0, 137, 253, 0.13);
  75. border-radius: 2rpx;
  76. border: 1rpx solid #0089FD;
  77. text-align: center;
  78. font-size: 24rpx;
  79. font-family: PingFangSC-Medium, PingFang SC;
  80. font-weight: 500;
  81. color: #0089FD;
  82. }
  83. .go-to {
  84. flex: 1;
  85. text-align: right;
  86. font-size: 26rpx;
  87. font-family: PingFangSC-Medium, PingFang SC;
  88. font-weight: 500;
  89. color: #0089FD;
  90. }
  91. .text {
  92. font-size: 28rpx;
  93. font-family: PingFangSC-Regular, PingFang SC;
  94. font-weight: 400;
  95. color: #6C6C6C;
  96. }
  97. .shu {
  98. margin-left: 16rpx;
  99. }
  100. .finish {
  101. width: 137px;
  102. height: 42rpx;
  103. background: #15E3AB;
  104. border-radius: 2rpx;
  105. font-size: 24rpx;
  106. font-family: PingFangSC-Medium, PingFang SC;
  107. font-weight: 500;
  108. color: #FFFFFF;
  109. line-height: 40rpx;
  110. }
  111. .transit {
  112. width: 117rpx;
  113. height: 42rpx;
  114. background: rgba(17, 232, 174, 0.08);
  115. border-radius: 2rpx;
  116. border: 1rpx solid #11E8AE;
  117. font-size: 24rpx;
  118. font-family: PingFangSC-Medium, PingFang SC;
  119. font-weight: 500;
  120. color: #15E3AB;
  121. line-height: 40rpx;
  122. text-align: center;
  123. }
  124. .unload-finish {
  125. width: 137rpx;
  126. height: 42rpx;
  127. background: #15E3AB;
  128. border-radius: 2rpx;
  129. font-size: 24rpx;
  130. font-family: PingFangSC-Medium, PingFang SC;
  131. font-weight: 500;
  132. color: #FFFFFF;
  133. line-height: 42rpx;
  134. text-align: center;
  135. }