prize_buckle.acss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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: 20rpx 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: 36rpx;
  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: 32rpx;
  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: 32rpx;
  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: 28rpx;
  103. padding: 0 6rpx;
  104. }
  105. .num{
  106. color:rgb(38, 162, 255);
  107. font-weight:600;
  108. margin-bottom:10rpx;
  109. font-size:44rpx;
  110. }
  111. .jiangfen{
  112. color: #303133;
  113. position: relative;
  114. font-size: 32rpx;
  115. }
  116. .target{
  117. color: #909399;
  118. font-size: 24rpx;
  119. }
  120. .date view::after{
  121. position: absolute;
  122. /* position: relative; */
  123. top: 50%;
  124. right: -20rpx;
  125. margin-top: -0.1rem;
  126. border: 0.06rem solid;
  127. border-color: transparent transparent #dcdee0 #dcdee0;
  128. -webkit-transform: rotate(-45deg);
  129. transform: rotate(-45deg);
  130. opacity: .8;
  131. content: '';
  132. }
  133. .date .activeView::after {
  134. margin-top: -0.02rem;
  135. -webkit-transform: rotate(135deg);
  136. transform: rotate(135deg);
  137. border-color: transparent transparent #26a2ff #26a2ff;
  138. }