prize_buckle.acss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .top {
  2. width: 100%;
  3. background-color: #fff;
  4. color: #303133;
  5. text-align: center;
  6. margin-bottom: 24rpx;
  7. padding: 10rpx 0;
  8. }
  9. .top text{
  10. position: relative;
  11. top: 6rpx;
  12. }
  13. .top image{
  14. width: 36rpx;
  15. height: 36rpx;
  16. margin-right: 10rpx;
  17. }
  18. .date{
  19. padding: 10rpx 0;
  20. }
  21. .headed-box{
  22. padding:28rpx 28rpx;
  23. color: #303133;
  24. background-color: #fff;
  25. }
  26. .title{
  27. color: #222;
  28. position: relative;
  29. padding: 0rpx 16rpx 28rpx 16rpx;
  30. font-size: 28rpx;
  31. }
  32. .title::before{
  33. position: absolute;
  34. content: "";
  35. height: 24rpx;
  36. left: 0;
  37. top: 5rpx;
  38. width: 6rpx;
  39. background-color: #26A2FF;
  40. border-radius: 50rpx;
  41. }
  42. .f2-chart {
  43. width: 100%;
  44. height: 400rpx;
  45. }
  46. /* 底部 */
  47. .main{
  48. padding: 28rpx;
  49. background-color: #fff;
  50. }
  51. .list{
  52. padding: 28rpx 0;
  53. border-top: 1px solid #f1f1f1;
  54. }
  55. .text{
  56. margin-right: 10rpx;
  57. color: #303133;
  58. }
  59. .text1{
  60. font-size: 28rpx;
  61. margin-left: 30rpx;
  62. position: relative;
  63. }
  64. .text1::before{
  65. position: absolute;
  66. content: "";
  67. height: 10rpx;
  68. left: -16rpx;
  69. top: 50%;
  70. margin-top: -5rpx;
  71. width: 10rpx;
  72. background-color: #F56C6C;
  73. border-radius: 50rpx;
  74. }
  75. .text2{
  76. font-size: 28rpx;
  77. margin-left: 30rpx;
  78. position: relative;
  79. }
  80. .text2::before{
  81. position: absolute;
  82. content: "";
  83. height: 10rpx;
  84. left: -16rpx;
  85. top: 50%;
  86. margin-top: -5rpx;
  87. width: 10rpx;
  88. background-color: #67C23A;
  89. border-radius: 50rpx;
  90. }
  91. .target_items{
  92. text-align: center;
  93. padding-top: 28rpx;
  94. }
  95. .name{
  96. margin: 0 10rpx;
  97. }
  98. .index{
  99. border-radius: 6rpx;
  100. background: #67C23A;
  101. color: #fff;
  102. font-size: 24rpx;
  103. padding: 0 6rpx;
  104. }
  105. .num{
  106. font-size: 34rpx;
  107. color: #26A2FF;
  108. }
  109. .jiangfen{
  110. color: #303133;
  111. position: relative;
  112. font-size: 28rpx;
  113. }
  114. .target{
  115. color: #909399;
  116. font-size: 24rpx;
  117. }
  118. /* .jiangfen::after{
  119. position: absolute;
  120. content: "?";
  121. color: #909399;
  122. width: 20rpx;
  123. height: 20rpx;
  124. font-size: 20rpx;
  125. top: 50%;
  126. border-radius: 50rpx;
  127. right: 0rpx;
  128. margin-top: -10rpx;
  129. line-height: 20rpx;
  130. border:1px solid #909399;
  131. } */