indexActivity.scss 4.1 KB

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