voyageList.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .search {
  2. width: 686rpx;
  3. height: 76rpx;
  4. background: #FFFFFF;
  5. box-shadow: 0px 3rpx 9rpx 3rpx rgba(92, 123, 111, 0.26);
  6. border-radius: 12rpx;
  7. padding-left: 50rpx;
  8. color: #333;
  9. margin: 0 auto;
  10. display: flex;
  11. justify-content: space-between;
  12. padding-right: 20rpx;
  13. }
  14. .avatar {
  15. background: grey;
  16. width: 52rpx;
  17. height: 52rpx;
  18. border-radius: 50%;
  19. }
  20. .tabsview {
  21. height: 84rpx;
  22. line-height: 84rpx;
  23. font-size: 32rpx;
  24. font-family: PingFangSC-Semibold, PingFang SC;
  25. font-weight: 600;
  26. color: #363F4A;
  27. }
  28. .tabsview-1 {
  29. margin-left: 28rpx;
  30. margin-right: 40rpx;
  31. }
  32. .tabs {
  33. margin-bottom: 28rpx;
  34. }
  35. .list {
  36. width: 694rpx;
  37. height: 172rpx;
  38. background: #FFFFFF;
  39. border-radius: 12rpx;
  40. padding: 32rpx;
  41. margin: 0 auto;
  42. margin-bottom: 10rpx;
  43. }
  44. .icon {
  45. width: 42rpx;
  46. height: 42rpx;
  47. background: #0089FD;
  48. border-radius: 4rpx;
  49. margin-right: 20rpx;
  50. }
  51. .ship-name {
  52. font-size: 32rpx;
  53. font-family: PingFangSC-Semibold, PingFang SC;
  54. font-weight: 600;
  55. color: #20252E;
  56. margin-right: 30rpx;
  57. }
  58. .trans {
  59. width: 117rpx;
  60. height: 42rpx;
  61. line-height: 40rpx;
  62. background: rgba(0, 137, 253, 0.13);
  63. border-radius: 2rpx;
  64. border: 1rpx solid #0089FD;
  65. text-align: center;
  66. font-size: 24rpx;
  67. font-family: PingFangSC-Medium, PingFang SC;
  68. font-weight: 500;
  69. color: #0089FD;
  70. }
  71. .go-to {
  72. flex: 1;
  73. text-align: right;
  74. font-size: 26rpx;
  75. font-family: PingFangSC-Medium, PingFang SC;
  76. font-weight: 500;
  77. color: #0089FD;
  78. }
  79. .text {
  80. font-size: 28rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. color: #6C6C6C;
  84. }
  85. .shu {
  86. margin-left: 16rpx;
  87. }
  88. .finish {
  89. width: 137px;
  90. height: 42rpx;
  91. background: #15E3AB;
  92. border-radius: 2rpx;
  93. font-size: 24rpx;
  94. font-family: PingFangSC-Medium, PingFang SC;
  95. font-weight: 500;
  96. color: #FFFFFF;
  97. line-height: 40rpx;
  98. }