index.scss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. .activity-content {
  2. background-color: #f7f7f7;
  3. .dynamic-content {
  4. padding: 100rpx 0rpx 10rpx 20rpx;
  5. width: 100%;
  6. background-color: #fff;
  7. border-bottom: 3px solid #f7f7f7;
  8. .target-title {
  9. display: flex;
  10. justify-content: space-between;
  11. margin-bottom: 20rpx;
  12. padding: 0 14rpx;
  13. .box {
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. font-size: 28rpx;
  18. color: #2c83ff;
  19. image {
  20. width: 30rpx;
  21. height: 30rpx;
  22. }
  23. }
  24. .foreshow {
  25. font-size: 30rpx;
  26. color: #333;
  27. font-family: PingFang SC;
  28. }
  29. }
  30. .target-item {
  31. width: 100%;
  32. padding-bottom: 20rpx;
  33. display: flex;
  34. font-size: 30rpx;
  35. font-weight: 400;
  36. color: #2c83ff;
  37. .target-ul {
  38. position: relative;
  39. width: 50%;
  40. }
  41. .lucency {
  42. position: absolute;
  43. top: 0;
  44. right: 0rpx;
  45. width: 80rpx;
  46. height: 100%;
  47. image {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. }
  52. .target-left {
  53. border-right: 2rpx solid #e5e5e5;
  54. }
  55. .target-right {
  56. padding-left: 30rpx;
  57. }
  58. .even-more {
  59. padding: 4rpx 14rpx;
  60. display: flex;
  61. align-items: center;
  62. image {
  63. width: 30rpx;
  64. height: 30rpx;
  65. }
  66. }
  67. .target-text {
  68. margin-top: 10rpx;
  69. overflow: hidden;
  70. text {
  71. line-height: 37rpx;
  72. display: inline-block;
  73. white-space: nowrap;
  74. padding: 4rpx 14rpx;
  75. }
  76. .active {
  77. background-color: #cbe2ff;
  78. }
  79. }
  80. }
  81. }
  82. .head {
  83. padding-top: 80rpx !important;
  84. }
  85. .top-content {
  86. width: 100%;
  87. background-color: #fff;
  88. padding: 0 30rpx;
  89. position: fixed;
  90. top: 0;
  91. left: 0;
  92. z-index: 999;
  93. .search-cont-top {
  94. margin-top: 30rpx;
  95. .cont-tit {
  96. color: #666;
  97. font-size: 28rpx;
  98. margin-bottom: 30rpx;
  99. display: flex;
  100. justify-content: space-between;
  101. .empty_ico {
  102. width: 32rpx;
  103. height: 33rpx;
  104. }
  105. }
  106. .targetList {
  107. display: flex;
  108. flex-wrap: wrap;
  109. max-height: 138rpx;
  110. overflow: hidden;
  111. .target-item {
  112. padding: 4rpx 18rpx;
  113. color: #4a4a4a;
  114. font-size: 26rpx;
  115. background-color: #f7f7f7;
  116. margin-bottom: 30rpx;
  117. margin-right: 30rpx;
  118. border-radius: 20rpx;
  119. }
  120. }
  121. }
  122. .searchTarget-header {
  123. position: relative;
  124. width: 100%;
  125. background-color: #fff;
  126. padding: 20rpx 0;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. .sea_ipt_placeholder {
  131. color: #8d8d8d;
  132. }
  133. .sea_ipt {
  134. width: 682rpx;
  135. height: 70rpx;
  136. line-height: 70rpx;
  137. box-sizing: border-box;
  138. border: 1rpx solid #e5e5e5;
  139. background-color: rgba(245, 245, 245, 0.2);
  140. font-size: 26rpx;
  141. color: #4a4a4a;
  142. padding: 0 180rpx 0 78rpx;
  143. border-radius: 70rpx;
  144. }
  145. .sea_ico {
  146. width: 31rpx;
  147. height: 31rpx;
  148. position: absolute;
  149. left: 48rpx;
  150. top: 50%;
  151. transform: translateY(-50%);
  152. }
  153. .ipt-right {
  154. display: flex;
  155. align-items: center;
  156. position: absolute;
  157. right: 59rpx;
  158. top: 50%;
  159. transform: translateY(-50%);
  160. color: #3385ff;
  161. .line {
  162. margin: 0 21rpx;
  163. color: #e0e0e0;
  164. }
  165. }
  166. }
  167. .select-conyent {
  168. .decide {
  169. background-color: #f8f8fa;
  170. display: flex;
  171. align-items: center;
  172. margin: 0 auto;
  173. height: 110rpx;
  174. width: 100%;
  175. padding-left: 30rpx;
  176. }
  177. .items-box {
  178. width: 40rpx;
  179. }
  180. .menu-items {
  181. background-color: #f8f8fa;
  182. width: 100%;
  183. display: flex;
  184. flex-wrap: wrap;
  185. padding: 30rpx 30rpx 0;
  186. .menu-items-box {
  187. display: flex;
  188. width: 50%;
  189. font-size: 28rpx;
  190. font-weight: 400;
  191. margin-bottom: 40rpx;
  192. }
  193. }
  194. .replacement-box {
  195. background-color: #fff;
  196. border-radius: 0rpx 0rpx 16rpx 16rpx;
  197. }
  198. .replacement {
  199. margin: 0rpx 30rpx 20rpx;
  200. display: flex;
  201. background-color: #2c83ff;
  202. opacity: 1;
  203. height: 60rpx;
  204. line-height: 58rpx;
  205. font-size: 28rpx;
  206. font-weight: 400;
  207. color: #ffffff;
  208. border-radius: 30rpx;
  209. text {
  210. flex: 1;
  211. text-align: center;
  212. }
  213. .replacement-box {
  214. border: 1rpx solid #2c83ff;
  215. opacity: 1;
  216. color: #2c83ff;
  217. background: #ffffff;
  218. border-radius: 28rpx 0rpx 28rpx 28rpx;
  219. }
  220. }
  221. }
  222. }
  223. .nodata {
  224. padding-top: 350rpx;
  225. image {
  226. width: 374rpx;
  227. height: 288rpx;
  228. }
  229. }
  230. }
  231. /deep/.van-dropdown-menu {
  232. background-color: #fff;
  233. box-shadow: none !important;
  234. padding-top: 20rpx;
  235. }
  236. /deep/.van-dropdown-menu__item {
  237. box-sizing: border-box;
  238. width: 190rpx;
  239. margin-right: 40rpx;
  240. padding-right: 20rpx;
  241. height: 51rpx;
  242. border-radius: 26rpx;
  243. background: #f8f8fa;
  244. }
  245. /deep/.van-dropdown-item {
  246. margin-top: -10rpx;
  247. }
  248. /deep/[data-index="2"] {
  249. margin-right: 0rpx;
  250. }
  251. /deep/ .van-ellipsis {
  252. font-size: 24rpx;
  253. }