indexActivity.scss 3.8 KB

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