indexActivity.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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: 50%;
  52. left: 50%;
  53. transform: translate(-50%,-50%);
  54. color: #fff;
  55. font-size: 28rpx;
  56. z-index: 9;
  57. width: 100%;
  58. text-align: center;
  59. .type-icn {
  60. width: 109rpx;
  61. height: 40rpx;
  62. border: 1rpx solid #FFFFFF;
  63. opacity: 1;
  64. border-radius: 4rpx;
  65. margin: 10rpx auto;
  66. line-height: 38rpx;
  67. font-size: 22rpx;
  68. }
  69. }
  70. .img-status {
  71. position: absolute;
  72. top: 0;
  73. left: 0;
  74. width: 95rpx;
  75. height: 40rpx;
  76. background: #c9c9c9;
  77. border-radius: 8rpx 0rpx 8rpx 0rpx;
  78. font-size: 20rpx;
  79. text-align: center;
  80. line-height: 40rpx;
  81. color: #fff;
  82. }
  83. .proceed {
  84. background-color: #ffb54a;
  85. }
  86. .begin {
  87. background-color: #01a7ff;
  88. }
  89. }
  90. .item {
  91. width: 450rpx;
  92. display: flex;
  93. flex-direction: column;
  94. justify-content: space-between;
  95. padding-left: 20rpx;
  96. font-size: 28rpx;
  97. color: #666666;
  98. .item-text {
  99. min-height: 200rpx;
  100. .activity-title {
  101. color: #333333;
  102. font-weight: 700;
  103. margin-bottom: 20rpx;
  104. }
  105. }
  106. }
  107. .bottom-box {
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. color: #3385FF;
  112. text {
  113. width: 130rpx;
  114. height: 46rpx;
  115. background: #ffffff;
  116. border: 2rpx solid #3385ff;
  117. border-radius: 8rpx;
  118. text-align: center;
  119. line-height: 40rpx;
  120. font-size: 26rpx;
  121. }
  122. image {
  123. width: 27rpx;
  124. height: 32rpx;
  125. margin-right: 12rpx;
  126. }
  127. .button {
  128. background: #3385ff;
  129. color: #fff;
  130. }
  131. }
  132. .city {
  133. justify-content: space-between !important;
  134. .city-img {
  135. display: flex;
  136. align-items: center;
  137. }
  138. }
  139. }
  140. }
  141. .select-box {
  142. width: 100%;
  143. view {
  144. height: 95prx;
  145. line-height: 95rpx;
  146. text-align: center;
  147. font-size: 32rpx;
  148. border-bottom: 1rpx solid #ebebeb;
  149. }
  150. }