index.css 2.3 KB

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