captain.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. @charset "UTF-8";
  2. .text-center.data-v-119e71c6 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-119e71c6 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-119e71c6 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-119e71c6 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-119e71c6 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-119e71c6 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-119e71c6 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-119e71c6 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-119e71c6 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .captain.data-v-119e71c6 {
  39. width: 698rpx;
  40. height: 192rpx;
  41. border-radius: 16rpx;
  42. padding: 0 32rpx;
  43. margin: 20rpx 28rpx 0;
  44. background-color: #fff;
  45. }
  46. .captain .avatar.data-v-119e71c6 {
  47. width: 84rpx;
  48. height: 84rpx;
  49. border-radius: 50%;
  50. margin-right: 18rpx;
  51. -webkit-flex-shrink: 0;
  52. flex-shrink: 0;
  53. }
  54. .captain .user.data-v-119e71c6 {
  55. width: 495rpx;
  56. height: 152rpx;
  57. color: #353535;
  58. font-size: 26rpx;
  59. }
  60. .captain .user .name.data-v-119e71c6 {
  61. font-size: 30rpx;
  62. font-weight: 600;
  63. margin-bottom: 10rpx;
  64. position: relative;
  65. padding-right: 36%;
  66. }
  67. .captain .user .name .space.data-v-119e71c6 {
  68. position: absolute;
  69. top: 0;
  70. right: 0;
  71. height: 40rpx;
  72. font-size: 26rpx;
  73. line-height: 40rpx;
  74. font-weight: 400;
  75. }
  76. .captain .user .address.data-v-119e71c6 {
  77. width: 504rpx;
  78. }
  79. .captain .user .address .icon.data-v-119e71c6 {
  80. height: 25rpx;
  81. width: 19rpx;
  82. margin-right: 5rpx;
  83. }
  84. .captain .arrow-image.data-v-119e71c6 {
  85. margin-left: 36rpx;
  86. width: 12rpx;
  87. height: 24rpx;
  88. -webkit-flex-shrink: 0;
  89. flex-shrink: 0;
  90. }
  91. .empty-box.data-v-119e71c6 {
  92. width: 100%;
  93. height: 60vh;
  94. display: -webkit-box;
  95. display: -webkit-flex;
  96. display: flex;
  97. -webkit-box-pack: center;
  98. -webkit-justify-content: center;
  99. justify-content: center;
  100. -webkit-box-align: center;
  101. -webkit-align-items: center;
  102. align-items: center;
  103. -webkit-box-orient: vertical;
  104. -webkit-box-direction: normal;
  105. -webkit-flex-direction: column;
  106. flex-direction: column;
  107. }
  108. .empty-box image.data-v-119e71c6 {
  109. width: 280rpx;
  110. height: 280rpx;
  111. }
  112. .empty-box ._span.data-v-119e71c6 {
  113. margin-top: 15rpx;
  114. color: #999;
  115. font-size: 28rpx;
  116. }