city-map.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "UTF-8";
  2. .text-center.data-v-fb76bef6 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-fb76bef6 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-fb76bef6 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-fb76bef6 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-fb76bef6 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-fb76bef6 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-fb76bef6 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-fb76bef6 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-fb76bef6 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .top-box.data-v-fb76bef6 {
  39. background-color: #ffffff;
  40. border-radius: 16rpx;
  41. margin: 20rpx 24rpx;
  42. padding: 24rpx;
  43. }
  44. .top-box .goods-image.data-v-fb76bef6 {
  45. width: 68rpx;
  46. height: 68rpx;
  47. margin-right: 16rpx;
  48. }
  49. .top-box .goods-name.data-v-fb76bef6 {
  50. font-size: 24rpx;
  51. color: #353535;
  52. margin-bottom: 15rpx;
  53. }
  54. .top-box .goods-num.data-v-fb76bef6 {
  55. color: #999999;
  56. font-size: 20rpx;
  57. }
  58. .city-box.data-v-fb76bef6 {
  59. margin: 24rpx;
  60. background-color: #ffffff;
  61. padding: 30rpx;
  62. border-radius: 16rpx;
  63. }
  64. .city-box .status-label.data-v-fb76bef6 {
  65. font-weight: 800;
  66. font-size: 32rpx;
  67. color: #353535;
  68. }
  69. .city-box .time-label.data-v-fb76bef6 {
  70. font-size: 28rpx;
  71. color: #353535;
  72. margin-top: 21rpx;
  73. }
  74. .city-box .corporation-box.data-v-fb76bef6 {
  75. margin-top: 40rpx;
  76. margin-bottom: 20rpx;
  77. }
  78. .city-box .corporation-box .corporation-icon.data-v-fb76bef6 {
  79. width: 40rpx;
  80. height: 40rpx;
  81. margin-right: 14rpx;
  82. }
  83. .city-box .corporation-box .corporation-name.data-v-fb76bef6 {
  84. font-size: 28rpx;
  85. color: #666666;
  86. }
  87. .city-service.data-v-fb76bef6 {
  88. width: 100%;
  89. margin-bottom: 10rpx;
  90. }
  91. .city-service .await-man.data-v-fb76bef6 {
  92. margin-left: 12rpx;
  93. font-size: 28rpx;
  94. color: #666666;
  95. }
  96. .city-service .info-box.data-v-fb76bef6 {
  97. margin-left: 12rpx;
  98. }
  99. .city-service .info-box .info-label.data-v-fb76bef6 {
  100. margin-bottom: 10rpx;
  101. color: #999999;
  102. font-size: 28rpx;
  103. }
  104. .city-service .info-box .info-man.data-v-fb76bef6 {
  105. font-size: 28rpx;
  106. color: #666666;
  107. }
  108. .city-service .head.data-v-fb76bef6 {
  109. width: 75rpx;
  110. height: 75rpx;
  111. }
  112. .city-service .icon-box.data-v-fb76bef6 {
  113. padding: 0 30rpx;
  114. border-left: 1rpx solid #f7f7f7;
  115. }
  116. .city-service .icon-box .icon.data-v-fb76bef6 {
  117. width: 45rpx;
  118. height: 45rpx;
  119. }