shipOwnerList.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .timer {
  2. width: 100vw;
  3. height: 80rpx;
  4. background: #0089FD;
  5. font-size: 28rpx;
  6. font-family: PingFangSC-Medium, PingFang SC;
  7. font-weight: 500;
  8. color: #FFFFFF;
  9. line-height: 80rpx;
  10. text-align: center;
  11. margin-bottom: 32rpx;
  12. }
  13. .search {
  14. width: 450rpx;
  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-left: 24rpx;
  22. margin-right: 20rpx;
  23. }
  24. .placeholder {
  25. font-size: 28rpx;
  26. font-family: PingFangSC-Medium, PingFang SC;
  27. font-weight: 500;
  28. color: #777;
  29. }
  30. .create {
  31. width: 190rpx;
  32. height: 76rpx;
  33. line-height: 76rpx;
  34. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  35. box-shadow: 0px 4rpx 10rpx 1rpx rgba(0, 137, 253, 0.41);
  36. border-radius: 20rpx;
  37. font-size: 30rpx;
  38. font-family: PingFangSC-Medium, PingFang SC;
  39. font-weight: 500;
  40. color: #FFFFFF;
  41. text-align: center;
  42. }
  43. .avatar {
  44. background: grey;
  45. width: 52rpx;
  46. height: 52rpx;
  47. border-radius: 50%;
  48. }
  49. .bar {
  50. width: 48rpx;
  51. height: calc(100vh - 80rpx);
  52. background: rgba(0, 137, 253, 0.07);
  53. position: fixed;
  54. top: 80rpx;
  55. right: 0;
  56. padding-top: 100rpx;
  57. text-align: center;
  58. font-size: 24rpx;
  59. font-family: PingFangSC-Medium, PingFang SC;
  60. font-weight: 500;
  61. color: #0089FD;
  62. z-index: 100;
  63. }
  64. .bar>view {
  65. width: 80%;
  66. }
  67. .letter {
  68. font-size: 32rpx;
  69. font-family: PingFangSC-Semibold, PingFang SC;
  70. font-weight: 600;
  71. color: #20252E;
  72. margin: 24rpx 28rpx;
  73. }
  74. .letter-block {
  75. width: 674rpx;
  76. background: #FFFFFF;
  77. border-radius: 12rpx;
  78. padding: 32rpx 0 32rpx 32rpx;
  79. margin-left: 20rpx;
  80. }
  81. .col-1 {
  82. width: 200rpx;
  83. font-size: 28rpx;
  84. font-family: PingFangSC-Medium, PingFang SC;
  85. font-weight: 500;
  86. color: #0089FD;
  87. }
  88. .col-2 {
  89. width: 220rpx;
  90. font-size: 28rpx;
  91. font-family: PingFangSC-Regular, PingFang SC;
  92. font-weight: 400;
  93. color: #6C6C6C;
  94. }
  95. .col-3 {
  96. width: 120rpx;
  97. font-size: 28rpx;
  98. font-family: PingFangSC-Regular, PingFang SC;
  99. font-weight: 400;
  100. color: #6C6C6C;
  101. }
  102. .col-4 {
  103. width: 40rpx;
  104. }
  105. .long-line {
  106. width: 620rpx;
  107. height: 1rpx;
  108. background: #D8D8D8;
  109. border-radius: 1rpx;
  110. opacity: 0.38;
  111. margin: 26rpx auto;
  112. }