gxdDetail.acss 2.1 KB

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