glz_execute.acss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .header{
  2. position: sticky;
  3. top: 0;
  4. }
  5. .staff-all {
  6. background: rgba(245, 247, 250, 1);
  7. padding: 0.16rem 0.32rem 0 0;
  8. font-size: 0.28rem;
  9. color: #909399;
  10. }
  11. .rule-all-text{
  12. font-size: 28rpx;
  13. color: #999;
  14. position: relative;
  15. right: 10rpx;
  16. /* bottom: 5rpx; */
  17. }
  18. .titles{
  19. font-size: 24rpx;
  20. color: #909399;
  21. background:rgba(245,247,250,1);
  22. }
  23. .titles .flex-2{
  24. padding: 20rpx 0;
  25. padding-left: 28rpx;
  26. }
  27. .main{
  28. background: #fff;
  29. }
  30. .item{
  31. padding: 16rpx 0;
  32. }
  33. .item .flex-2{
  34. padding-left: 28rpx;
  35. }
  36. .users{
  37. margin-left: 20rpx;
  38. }
  39. .num2{
  40. font-size: 28rpx;
  41. color: #909399;
  42. }
  43. .scroll {
  44. height: calc(100vh - 160rpx);
  45. }
  46. .text2 {
  47. border-radius: 50%;
  48. border: 1px solid #909399;
  49. color: #909399;
  50. width: 26rpx;
  51. height: 26rpx;
  52. font-size: 22rpx;
  53. text-align: center;
  54. display: inline-block;
  55. margin-left: 10rpx;
  56. position: relative;
  57. line-height: 26rpx;
  58. box-sizing: border-box;
  59. }
  60. .selectItems{
  61. padding-top: 20rpx;
  62. background-color: #fff;
  63. }
  64. .selectItems .selectImg{
  65. border-left: 1px solid #f1f1f1;
  66. padding: 0 20rpx;
  67. }
  68. .selectImg image{
  69. width: 30rpx;
  70. height: 30rpx;
  71. }
  72. .selectItems .flex-1{
  73. padding: 20rpx 0;
  74. text-align: center;
  75. position: relative;
  76. }
  77. .headed-box{
  78. padding:28rpx 28rpx;
  79. color: #303133;
  80. background-color: #fff;
  81. }
  82. .target_items {
  83. text-align: center;
  84. padding-top: 0.28rem;
  85. }
  86. .selectItems .active::before{
  87. position: absolute;
  88. content: " ";
  89. height: 4rpx;
  90. width: 100rpx;
  91. background: #26A2FF;
  92. bottom: 0rpx;
  93. left: 50%;
  94. margin-left: -50rpx;
  95. }
  96. .name{
  97. margin: 0 10rpx;
  98. }
  99. .index{
  100. border-radius: 6rpx;
  101. background: #67C23A;
  102. color: #fff;
  103. font-size: 28rpx;
  104. padding: 0 6rpx;
  105. }
  106. .num{
  107. color:rgb(38, 162, 255);
  108. font-weight:600;
  109. margin-bottom:10rpx;
  110. font-size:44rpx;
  111. }
  112. .jiangfen{
  113. color: #303133;
  114. position: relative;
  115. font-size: 32rpx;
  116. }
  117. .target{
  118. color: #909399;
  119. font-size: 24rpx;
  120. }