myGrant.acss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. .dates {
  17. width: 200rpx;
  18. margin: 0 auto;
  19. text-align: center;
  20. }
  21. .head {
  22. position: absolute;
  23. top: 70rpx;
  24. left: 32rpx;
  25. right: 32rpx;
  26. border-radius: 20rpx;
  27. background-color: #fff;
  28. box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, .05);
  29. height: 140rpx;
  30. text-align: center;
  31. }
  32. .head .flex-1 view:nth-child(1) {
  33. color: #26A2FF;
  34. font-weight: 600;
  35. margin-bottom: 10rpx;
  36. font-size: 40rpx;
  37. }
  38. .head .flex-1 view:nth-child(2) {
  39. color: #C0C4CC;
  40. margin-bottom: 5rpx;
  41. font-size: 28rpx;
  42. }
  43. .headed {
  44. background-color: #fff;
  45. }
  46. .headed-box {
  47. padding: 28rpx;
  48. color: #303133;
  49. }
  50. .title {
  51. color: #222;
  52. position: relative;
  53. font-size: 32rpx;
  54. font-weight: 600;
  55. padding-left: 20rpx;
  56. margin: 30rpx 0;
  57. }
  58. .title::before {
  59. position: absolute;
  60. content: "";
  61. height: 30rpx;
  62. left: 0;
  63. top: 3rpx;
  64. width: 8rpx;
  65. background-color: #26A2FF;
  66. border-radius: 50rpx;
  67. }
  68. .f2-chart {
  69. width: 100%;
  70. height: 400rpx;
  71. }
  72. /* 底部 */
  73. .main {
  74. padding: 28rpx;
  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. .ticket-list__item {
  118. margin-bottom: .24rem;
  119. background: #fff;
  120. border-radius: .2rem;
  121. width: 100%;
  122. }
  123. .ticket_left {
  124. padding: 0 .24rem;
  125. margin: .24rem 0;
  126. display: -webkit-box;
  127. text-overflow: ellipsis;
  128. overflow: hidden;
  129. -webkit-line-clamp: 2;
  130. -webkit-box-orient: vertical;
  131. line-height: .6rem;
  132. }
  133. .ticket_right {
  134. padding: .24rem;
  135. font-size: .32rem;
  136. text-align: center;
  137. border-top-right-radius: .2rem;
  138. border-bottom-right-radius: .2rem;
  139. color: #fff;
  140. background: #c6edff;
  141. background: linear-gradient(-160deg, #26a2ff, #5cb6f9);
  142. }