index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .tag_urgent{
  2. background-color: #01bcc3;
  3. color: #ffffff;
  4. padding: 6rpx 10rpx;
  5. border-radius: 6rpx;
  6. width: 90rpx;
  7. font-size: 22rpx;
  8. margin-bottom: 10rpx;
  9. margin-left: 25rpx;
  10. }
  11. .popup{
  12. width: 100%;
  13. display: flex;
  14. justify-content: space-around;
  15. }
  16. .popup .image{
  17. width: 130rpx;
  18. height: 130rpx;
  19. padding: 100rpx 0 170rpx;
  20. text-align: center;
  21. }
  22. .popup .image view{
  23. font-size: 32rpx;
  24. margin-top: 10rpx;
  25. color: #4a4a4a;
  26. }
  27. .popup .image image{
  28. width: 100%;
  29. }
  30. .img_box{
  31. display: flex;
  32. border-radius: 10rpx;
  33. overflow: hidden;
  34. margin-top: 10rpx;
  35. }
  36. .img_box image{
  37. width: 50%;
  38. }
  39. .index_tab{
  40. display: flex;
  41. justify-content: space-around;
  42. margin-top: 10rpx;
  43. }
  44. .index_tab_each{
  45. position: relative;
  46. text-align: center;
  47. padding: 25rpx 35rpx;
  48. }
  49. .img_index_tab{
  50. width: 90rpx;
  51. height: 90rpx;
  52. }
  53. .num_bg_index_tab, .num_index_tab{
  54. position: absolute;
  55. right: 0;
  56. top: 10rpx;
  57. width: 50rpx;
  58. height: 50rpx;
  59. text-align: center;
  60. }
  61. .num_index_tab{
  62. font-size: 22rpx;
  63. line-height: 50rpx;
  64. color: #afafaf;
  65. }
  66. .index_mian_data{
  67. margin-top: 10rpx;
  68. }
  69. .index_mian_data_each{
  70. box-sizing: border-box;
  71. width: 100%;
  72. box-shadow: 0px 8rpx 8rpx 0px #e3e3e3;
  73. border-radius: 30rpx;
  74. overflow: hidden;
  75. margin-bottom: 30rpx;
  76. padding-bottom: 30rpx;
  77. }
  78. .index_mian_title{
  79. padding: 20rpx 0;
  80. font-size: 32rpx;
  81. width: 88%;
  82. margin-left: 3%;
  83. }
  84. .data_each_top{
  85. display: flex;
  86. align-items: center;
  87. color: #4a4a4a;
  88. margin-top: 10rpx;
  89. /* background-color: #007AFF; */
  90. height: 90px;
  91. }
  92. .chart_right{
  93. color: #01bcc3;
  94. border: 2rpx solid #01bcc3;
  95. border-radius: 25rpx;
  96. line-height: 50rpx;
  97. padding: 0 15rpx;
  98. margin-left: 20rpx;
  99. font-size: 26rpx;
  100. }
  101. .needs{
  102. padding: 6rpx 16rpx;
  103. background-color: #f6f6f6;
  104. margin: 10rpx;
  105. border-radius: 10rpx;
  106. width: 160rpx;
  107. line-height: 45rpx;
  108. }
  109. .each_btn{
  110. background-color: #f7942d;
  111. color: #ffffff;
  112. line-height: 60rpx;
  113. font-size: 28rpx;
  114. text-align: center;
  115. width: 32%;
  116. border-radius: 10rpx;
  117. }
  118. .red_point{
  119. width: 20rpx;
  120. height: 20rpx;
  121. border-radius: 50%;
  122. background-color: #d82633;
  123. position: absolute;
  124. right: -8rpx;
  125. top: -8rpx;
  126. }
  127. .data_each_bot{
  128. display: flex;justify-content: space-between;margin-top: 20rpx;width: 94%;margin-left: 3%;
  129. }
  130. .cancel_btn{
  131. position: absolute;right: 40rpx;top: 0;font-size: 34rpx;
  132. background-color: #01bcc3;
  133. color: #ffffff;
  134. padding: 3px 20rpx;
  135. border-radius: 10rpx;
  136. }