shipOwnerList.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. width: 52rpx;
  45. height: 52rpx;
  46. border-radius: 50%;
  47. }
  48. .bar {
  49. width: 48rpx;
  50. height: calc(100vh - 80rpx);
  51. background: rgba(0, 137, 253, 0.07);
  52. position: fixed;
  53. top: 80rpx;
  54. right: 0;
  55. padding-top: 100rpx;
  56. text-align: center;
  57. font-size: 24rpx;
  58. font-family: PingFangSC-Medium, PingFang SC;
  59. font-weight: 500;
  60. color: #0089FD;
  61. z-index: 100;
  62. }
  63. .bar>view {
  64. width: 80%;
  65. }
  66. .letter {
  67. font-size: 32rpx;
  68. font-family: PingFangSC-Semibold, PingFang SC;
  69. font-weight: 600;
  70. color: #20252E;
  71. margin: 24rpx 28rpx;
  72. }
  73. .letter-block {
  74. width: 674rpx;
  75. background: #FFFFFF;
  76. border-radius: 12rpx;
  77. padding: 32rpx 0 32rpx 32rpx;
  78. margin-left: 20rpx;
  79. }
  80. .col-1 {
  81. width: 200rpx;
  82. font-size: 28rpx;
  83. font-family: PingFangSC-Medium, PingFang SC;
  84. font-weight: 500;
  85. color: #0089FD;
  86. }
  87. .col-2 {
  88. width: 220rpx;
  89. font-size: 28rpx;
  90. font-family: PingFangSC-Regular, PingFang SC;
  91. font-weight: 400;
  92. color: #6C6C6C;
  93. }
  94. .col-3 {
  95. width: 120rpx;
  96. font-size: 28rpx;
  97. font-family: PingFangSC-Regular, PingFang SC;
  98. font-weight: 400;
  99. color: #6C6C6C;
  100. }
  101. .col-4 {
  102. width: 40rpx;
  103. }
  104. .long-line {
  105. width: 620rpx;
  106. height: 1rpx;
  107. background: #D8D8D8;
  108. border-radius: 1rpx;
  109. opacity: 0.38;
  110. margin: 26rpx auto;
  111. }