gxdDetail.acss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. page{
  2. background: #fff;
  3. }
  4. .top {
  5. width: 100%;
  6. height: 140rpx;
  7. background-color: #26A2FF;
  8. margin-bottom: 60rpx;
  9. color: #fff;
  10. text-align: center;
  11. }
  12. .top image {
  13. width: 36rpx;
  14. height: 36rpx;
  15. margin-right: 10rpx;
  16. position: relative;
  17. top: 6rpx;
  18. }
  19. .dates {
  20. width: 200rpx;
  21. margin: 0 auto;
  22. text-align: center;
  23. }
  24. .head {
  25. position: absolute;
  26. top: 0rpx;
  27. left: 32rpx;
  28. right: 32rpx;
  29. border-radius: 20rpx;
  30. background-color: #fff;
  31. box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, .05);
  32. height: 200rpx;
  33. padding: 24rpx;
  34. /* text-align: center; */
  35. }
  36. .head .flex-1 view:nth-child(1) {
  37. /* color: #26A2FF; */
  38. font-weight: 600;
  39. margin-bottom: 10rpx;
  40. font-size: 36rpx;
  41. }
  42. .head .flex-1 view:nth-child(2) {
  43. color: #C0C4CC;
  44. margin-bottom: 5rpx;
  45. font-size: 24rpx;
  46. }
  47. .headed {
  48. background-color: #26A2FF;
  49. height: 140rpx;
  50. margin-bottom: 120rpx;
  51. }
  52. .headed-box {
  53. padding: 28rpx;
  54. color: #303133;
  55. }
  56. .title {
  57. color: #222;
  58. position: relative;
  59. font-size: 32rpx;
  60. font-weight: 600;
  61. padding-left: 20rpx;
  62. margin: 30rpx 0;
  63. }
  64. .title::before {
  65. position: absolute;
  66. content: "";
  67. height: 30rpx;
  68. left: 0;
  69. top: 3rpx;
  70. width: 8rpx;
  71. background-color: #26A2FF;
  72. border-radius: 50rpx;
  73. }
  74. .f2-chart {
  75. width: 100%;
  76. height: 400rpx;
  77. }
  78. /* 底部 */
  79. .list {
  80. padding: 28rpx 0;
  81. border-top: 1px solid #f1f1f1;
  82. font-size: 32rpx;
  83. }
  84. .text {
  85. margin-right: 10rpx;
  86. color: #303133;
  87. }
  88. .main .gengduo image {
  89. width: 24rpx;
  90. height: 24rpx;
  91. position: relative;
  92. top: 4rpx;
  93. }
  94. .gengduo {
  95. color: #303133;
  96. font-size: 32rpx;
  97. }
  98. .num {
  99. font-size: 40rpx;
  100. }
  101. .dates text::after {
  102. position: absolute;
  103. /* position: relative; */
  104. top: 50%;
  105. right: -20rpx;
  106. margin-top: -0.1rem;
  107. border: 0.06rem solid;
  108. border-color: transparent transparent #fff #fff;
  109. -webkit-transform: rotate(-45deg);
  110. transform: rotate(-45deg);
  111. opacity: .8;
  112. content: '';
  113. }
  114. .dates .activeView::after {
  115. margin-top: -0.02rem;
  116. -webkit-transform: rotate(135deg);
  117. transform: rotate(135deg);
  118. border-color: transparent transparent #fff #fff;
  119. }
  120. .item{
  121. padding: 24rpx;
  122. border-bottom: 1px solid #f1f1f1;
  123. }
  124. .scroll {
  125. height: calc(100vh - 2.6rem);
  126. }