statistics_B.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .top {
  2. width: 100%;
  3. height: 140rpx;
  4. background-color: #26A2FF;
  5. margin-bottom: 70rpx;
  6. color: #fff;
  7. text-align: center;
  8. }
  9. .top image{
  10. width: 36rpx;
  11. height: 36rpx;
  12. margin-right: 10rpx;
  13. position: relative;
  14. top: 6rpx;
  15. }
  16. .text2 {
  17. border-radius: 50%;
  18. border: 1px solid #909399;
  19. color: #909399;
  20. width: 26rpx;
  21. height: 26rpx;
  22. font-size: 22rpx;
  23. text-align: center;
  24. display: inline-block;
  25. margin-left: 10rpx;
  26. position: relative;
  27. line-height: 26rpx;
  28. box-sizing: border-box;
  29. }
  30. .dates{
  31. width: 200rpx;
  32. margin: 0 auto;
  33. text-align: center;
  34. }
  35. .head{
  36. position: absolute;
  37. top: 70rpx;
  38. left: 32rpx;
  39. right: 32rpx;
  40. border-radius: 20rpx;
  41. background-color: #fff;
  42. box-shadow: 0 0.04rem 0.12rem 0 rgba(0,0,0,.05);
  43. height: 140rpx;
  44. text-align: center;
  45. }
  46. .head .flex-1 view:nth-child(1){
  47. color: #26A2FF;
  48. font-weight: 600;
  49. margin-bottom: 10rpx;
  50. font-size: 40rpx;
  51. }
  52. .head .flex-1 view:nth-child(2){
  53. color: #C0C4CC;
  54. margin-bottom: 5rpx;
  55. font-size: 28rpx;
  56. }
  57. .headed{
  58. background-color: #fff;
  59. }
  60. .headed-box{
  61. padding:28rpx;
  62. color: #303133;
  63. }
  64. .title{
  65. color: #222;
  66. position: relative;
  67. padding: 0rpx 16rpx 28rpx 16rpx;
  68. font-size: 32rpx;
  69. }
  70. .title::before{
  71. position: absolute;
  72. content: "";
  73. height: 24rpx;
  74. left: 0;
  75. top: 5rpx;
  76. width: 6rpx;
  77. background-color: #26A2FF;
  78. border-radius: 50rpx;
  79. }
  80. .f2-chart {
  81. width: 100%;
  82. height: 400rpx;
  83. }
  84. /* 底部 */
  85. .main{
  86. padding: 28rpx;
  87. background-color: #fff;
  88. }
  89. .list{
  90. padding: 28rpx 0;
  91. border-top: 1px solid #f1f1f1;
  92. font-size: 32rpx;
  93. }
  94. .text{
  95. margin-right: 10rpx;
  96. color: #303133;
  97. }
  98. .main .gengduo image{
  99. width: 24rpx;
  100. height: 24rpx;
  101. position: relative;
  102. top: 4rpx;
  103. }
  104. .gengduo{
  105. color: #303133;
  106. font-size: 32rpx;
  107. }
  108. .num{
  109. font-size: 40rpx;
  110. }
  111. .dates text::after{
  112. position: absolute;
  113. /* position: relative; */
  114. top: 50%;
  115. right: -20rpx;
  116. margin-top: -0.1rem;
  117. border: 0.06rem solid;
  118. border-color: transparent transparent #fff #fff;
  119. -webkit-transform: rotate(-45deg);
  120. transform: rotate(-45deg);
  121. opacity: .8;
  122. content: '';
  123. }
  124. .dates .activeView::after {
  125. margin-top: -0.02rem;
  126. -webkit-transform: rotate(135deg);
  127. transform: rotate(135deg);
  128. border-color: transparent transparent #fff #fff;
  129. }
  130. .windows-box {
  131. background: #fff;
  132. border-radius: 20rpx;
  133. position: absolute;
  134. left: 10%;
  135. right: 10%;
  136. top: 40%;
  137. margin-top: -25%;
  138. }
  139. .windows-title {
  140. padding: 32rpx;
  141. color: #999;
  142. font-size: 24rpx;
  143. }
  144. .windows-btn {
  145. /* border-top: 1px solid #f1f1f1; */
  146. }
  147. .windows-btn view:nth-child(1) {
  148. text-align: right;
  149. padding: 32rpx;
  150. color: #26A2FF;
  151. }
  152. .windows-content {
  153. height: 1rem;
  154. padding: 0 28rpx;
  155. font-size: 32rpx;
  156. }
  157. .windows-content2 {
  158. height: auto;
  159. max-height: 4rem;
  160. overflow-y: auto;
  161. padding:28rpx;
  162. font-size: 32rpx;
  163. }