myGrant.acss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. .top {
  2. width: 100%;
  3. height: 100rpx;
  4. background-color: #26A2FF;
  5. margin-bottom: 100rpx;
  6. color: #fff;
  7. text-align: center;
  8. }
  9. .li{
  10. background: #fff;
  11. margin-bottom: 0.2rem;
  12. border-radius: 5px;
  13. }
  14. .context {
  15. overflow: hidden;
  16. text-overflow: ellipsis;
  17. display: -webkit-box;
  18. -webkit-line-clamp: 2;
  19. -webkit-box-orient: vertical;
  20. margin-bottom: 0.1rem;
  21. height: 0.8rem;
  22. }
  23. .dates image {
  24. width: 36rpx;
  25. height: 36rpx;
  26. margin-right: 10rpx;
  27. position: relative;
  28. top: 6rpx;
  29. }
  30. .dates {
  31. width: 200rpx;
  32. margin: 0 auto;
  33. text-align: center;
  34. }
  35. .head {
  36. position: absolute;
  37. top: 30rpx;
  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{
  47. position: relative;
  48. }
  49. .activeIndex::after{
  50. content: "";
  51. position: absolute;
  52. bottom: -0.1rem;
  53. height: 4rpx;
  54. width: 1rem;
  55. background: #26A2FF;
  56. left: 50%;
  57. margin-left: -0.5rem;
  58. }
  59. .head .flex-1 view:nth-child(1) {
  60. color: #26A2FF;
  61. font-weight: 600;
  62. margin-bottom: 10rpx;
  63. font-size: 40rpx;
  64. }
  65. .head .flex-1 view:nth-child(2) {
  66. color: #C0C4CC;
  67. margin-bottom: 5rpx;
  68. font-size: 28rpx;
  69. }
  70. .headed {
  71. background-color: #fff;
  72. }
  73. .headed-box {
  74. padding: 28rpx;
  75. color: #303133;
  76. }
  77. .title {
  78. color: #222;
  79. position: relative;
  80. font-size: 32rpx;
  81. font-weight: 600;
  82. padding-left: 20rpx;
  83. margin: 24rpx 0;
  84. }
  85. .text::after {
  86. position: absolute;
  87. top: 50%;
  88. right: -20rpx;
  89. margin-top: -0.1rem;
  90. border: 0.06rem solid;
  91. border-color: transparent transparent #C0C4CC #C0C4CC;
  92. -webkit-transform: rotate(-45deg);
  93. transform: rotate(-45deg);
  94. opacity: .8;
  95. content: '';
  96. }
  97. .title::before {
  98. position: absolute;
  99. content: "";
  100. height: 30rpx;
  101. left: 0;
  102. top: 3rpx;
  103. width: 8rpx;
  104. background-color: #26A2FF;
  105. border-radius: 50rpx;
  106. }
  107. .f2-chart {
  108. width: 100%;
  109. height: 400rpx;
  110. }
  111. /* 底部 */
  112. .main {
  113. padding:0 28rpx;
  114. }
  115. .list {
  116. padding: 28rpx 0;
  117. border-top: 1px solid #f1f1f1;
  118. font-size: 32rpx;
  119. }
  120. .text {
  121. margin-right: 10rpx;
  122. color: #303133;
  123. }
  124. .main .gengduo image {
  125. width: 24rpx;
  126. height: 24rpx;
  127. position: relative;
  128. top: 4rpx;
  129. }
  130. .gengduo {
  131. color: #303133;
  132. font-size: 32rpx;
  133. }
  134. .num {
  135. font-size: 40rpx;
  136. }
  137. .dates text::after {
  138. position: absolute;
  139. /* position: relative; */
  140. top: 50%;
  141. right: -20rpx;
  142. margin-top: -0.1rem;
  143. border: 0.06rem solid;
  144. border-color: transparent transparent #fff #fff;
  145. -webkit-transform: rotate(-45deg);
  146. transform: rotate(-45deg);
  147. opacity: .8;
  148. content: '';
  149. }
  150. .dates .activeView::after {
  151. margin-top: -0.02rem;
  152. -webkit-transform: rotate(135deg);
  153. transform: rotate(135deg);
  154. border-color: transparent transparent #fff #fff;
  155. }
  156. .ticket-list__item {
  157. margin-bottom: .24rem;
  158. background: #fff;
  159. border-radius: .2rem;
  160. width: 100%;
  161. }
  162. .ticket_left {
  163. padding: 0 .24rem;
  164. margin: .24rem 0;
  165. display: -webkit-box;
  166. text-overflow: ellipsis;
  167. overflow: hidden;
  168. -webkit-line-clamp: 2;
  169. -webkit-box-orient: vertical;
  170. line-height: .6rem;
  171. }
  172. .ticket_right {
  173. padding: .24rem;
  174. font-size: .32rem;
  175. text-align: center;
  176. border-top-right-radius: .2rem;
  177. border-bottom-right-radius: .2rem;
  178. color: #fff;
  179. background: #c6edff;
  180. background: linear-gradient(-160deg, #26a2ff, #5cb6f9);
  181. }
  182. .scroll {
  183. height: calc(100vh - 2.9rem);
  184. }