indexActivity.scss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .collect-ul {
  2. padding: 0 34rpx;
  3. .collect-ltem {
  4. width: 682rpx;
  5. height: 390rpx;
  6. background: #ffffff;
  7. box-shadow: 0rpx 3rpx 6rpx rgba(141, 141, 141, 0.16);
  8. border-radius: 16rpx;
  9. padding: 0 20rpx 20rpx;
  10. margin-top: 30rpx;
  11. }
  12. .title-date {
  13. height: 90rpx;
  14. display: flex;
  15. align-items: center;
  16. font-size: 28rpx;
  17. color: #333;
  18. border-bottom: 1px solid #e5e5e5;
  19. text {
  20. background: linear-gradient(264deg, #01baff 0%, #0044ff 100%);
  21. width: 95rpx;
  22. height: 40rpx;
  23. text-align: center;
  24. margin-right: 20rpx;
  25. font-size: 24rpx;
  26. line-height: 40rpx;
  27. color: #fff;
  28. border-radius: 8rpx;
  29. }
  30. .xianxia {
  31. background: linear-gradient(264deg, #ff8801 0%, #ffb950 100%);
  32. }
  33. }
  34. .item-li {
  35. display: flex;
  36. padding: 20rpx 0 16rpx;
  37. .item-img {
  38. flex-shrink: 0;
  39. width: 191rpx;
  40. height: 254rpx;
  41. border-radius: 8rpx;
  42. overflow: hidden;
  43. position: relative;
  44. background: #efefef;
  45. image {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .img-type {
  50. position: absolute;
  51. top: 0;
  52. left: 0;
  53. color: #fff;
  54. height: 100%;
  55. width: 100%;
  56. image {
  57. height: 100%;
  58. width: 100%;
  59. }
  60. }
  61. .img-status {
  62. position: absolute;
  63. top: 0;
  64. left: 0;
  65. width: 95rpx;
  66. height: 40rpx;
  67. background: #c9c9c9;
  68. border-radius: 8rpx 0rpx 8rpx 0rpx;
  69. font-size: 20rpx;
  70. text-align: center;
  71. line-height: 40rpx;
  72. color: #fff;
  73. z-index: 5;
  74. }
  75. .proceed {
  76. background-color: #ffb54a;
  77. }
  78. .begin {
  79. background-color: #01a7ff;
  80. }
  81. }
  82. .item {
  83. width: 450rpx;
  84. display: flex;
  85. flex-direction: column;
  86. justify-content: space-between;
  87. padding-left: 20rpx;
  88. font-size: 28rpx;
  89. color: #666666;
  90. .item-text {
  91. min-height: 200rpx;
  92. .activity-title {
  93. color: #333333;
  94. font-weight: 700;
  95. margin-bottom: 20rpx;
  96. image {
  97. width: 83rpx;
  98. height: 33rpx;
  99. vertical-align: bottom;
  100. margin-right: 16rpx;
  101. margin-bottom: 4rpx;
  102. }
  103. }
  104. }
  105. }
  106. .real-time {
  107. justify-content: flex-end !important;
  108. }
  109. .bottom-box {
  110. display: flex;
  111. justify-content: flex-end;
  112. align-items: center;
  113. color: #3385ff;
  114. overflow: hidden;
  115. overflow-x: auto;
  116. text {
  117. display: flex;
  118. align-items: center;
  119. justify-content: center;
  120. width: 113rpx;
  121. height: 42rpx;
  122. background: #ffffff;
  123. border: 2rpx solid #3385ff;
  124. border-radius: 4rpx;
  125. font-size: 24rpx;
  126. flex-shrink: 0;
  127. margin-right: 20rpx;
  128. }
  129. text:last-child {
  130. margin-right: 0rpx !important;
  131. }
  132. image {
  133. width: 27rpx;
  134. height: 32rpx;
  135. margin-right: 12rpx;
  136. }
  137. .button {
  138. background: #3385ff;
  139. color: #fff;
  140. }
  141. }
  142. .city {
  143. justify-content: space-between !important;
  144. .city-img {
  145. display: flex;
  146. align-items: center;
  147. flex-shrink: 0;
  148. }
  149. }
  150. }
  151. }
  152. .expert-item {
  153. justify-content: flex-start !important;
  154. }
  155. .four-btn {
  156. justify-content: space-between !important;
  157. text:last-child {
  158. margin-right: 20rpx !important;
  159. }
  160. }
  161. .select-box {
  162. width: 100%;
  163. view {
  164. height: 95prx;
  165. line-height: 95rpx;
  166. text-align: center;
  167. font-size: 32rpx;
  168. border-bottom: 1rpx solid #ebebeb;
  169. }
  170. }
  171. .light-hint {
  172. color: #999;
  173. font-size: 24rpx;
  174. }
  175. .collect-ltem {
  176. position: relative;
  177. .reminder-item {
  178. position: absolute;
  179. top: 0;
  180. right: 0;
  181. width: 204rpx;
  182. height: 118rpx;
  183. z-index: 9;
  184. .item {
  185. width: 100%;
  186. height: 100%;
  187. }
  188. .reminder {
  189. position: absolute;
  190. top: 0rpx;
  191. right: 0rpx;
  192. width: 28rpx;
  193. height: 28rpx;
  194. z-index: 10;
  195. padding: 10rpx 10rpx 20rpx 20rpx;
  196. }
  197. }
  198. }