index.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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. // padding-right: 50rpx;
  54. border-right: 2rpx solid #e5e5e5;
  55. }
  56. .target-right {
  57. padding-left: 30rpx;
  58. }
  59. .even-more {
  60. padding: 4rpx 14rpx;
  61. display: flex;
  62. align-items: center;
  63. image {
  64. width: 30rpx;
  65. height: 30rpx;
  66. }
  67. }
  68. .target-text {
  69. margin-top: 10rpx;
  70. overflow: hidden;
  71. text {
  72. line-height: 37rpx;
  73. display: inline-block;
  74. // max-width: 305rpx;
  75. // text-overflow:ellipsis;
  76. white-space: nowrap;
  77. padding: 4rpx 14rpx;
  78. }
  79. .active {
  80. background-color: #cbe2ff;
  81. }
  82. }
  83. }
  84. }
  85. // .top-content {
  86. // padding-bottom: 2rpx;
  87. // .tab {
  88. // display: flex;
  89. // font-size: 32rpx;
  90. // color: #707070;
  91. // .tab-item {
  92. // flex: 1;
  93. // text-align: center;
  94. // .scroll-tab-item {
  95. // height: 78rpx;
  96. // line-height: 48rpx;
  97. // position: relative;
  98. // .border_act {
  99. // position: absolute;
  100. // height: 6rpx;
  101. // width: 340rpx;
  102. // left: 0;
  103. // bottom: 0rpx;
  104. // }
  105. // }
  106. // .active {
  107. // color: #3385ff;
  108. // font-weight: bold;
  109. // font-size: 34rpx;
  110. // }
  111. // }
  112. // }
  113. // .index-fixed {
  114. // margin-top: 40rpx;
  115. // width: 100%;
  116. // display: flex;
  117. // align-items: center;
  118. // height: 70rpx;
  119. // background: #f6f6f6;
  120. // border: 1rpx solid #e5e5e5;
  121. // opacity: 1;
  122. // border-radius: 35rpx;
  123. // padding-left: 34rpx;
  124. // color: #8d8d8d;
  125. // font-size: 28rpx;
  126. // .search_ico {
  127. // padding-right: 16rpx;
  128. // }
  129. // }
  130. // }
  131. .head {
  132. padding-top: 80rpx !important;
  133. }
  134. .top-content {
  135. width: 100%;
  136. background-color: #fff;
  137. padding: 0 30rpx;
  138. position: fixed;
  139. top: 0;
  140. left: 0;
  141. z-index: 999;
  142. .search-cont-top {
  143. margin-top: 30rpx;
  144. .cont-tit {
  145. color: #666;
  146. font-size: 28rpx;
  147. margin-bottom: 30rpx;
  148. display: flex;
  149. justify-content: space-between;
  150. .empty_ico {
  151. width: 32rpx;
  152. height: 33rpx;
  153. }
  154. }
  155. .targetList {
  156. display: flex;
  157. flex-wrap: wrap;
  158. max-height: 138rpx;
  159. overflow: hidden;
  160. .target-item {
  161. padding: 4rpx 18rpx;
  162. color: #4a4a4a;
  163. font-size: 26rpx;
  164. background-color: #f7f7f7;
  165. margin-bottom: 30rpx;
  166. margin-right: 30rpx;
  167. border-radius: 20rpx;
  168. }
  169. }
  170. }
  171. .searchTarget-header {
  172. position: relative;
  173. width: 100%;
  174. background-color: #fff;
  175. padding: 20rpx 0;
  176. display: flex;
  177. justify-content: center;
  178. align-items: center;
  179. .sea_ipt_placeholder {
  180. color: #8d8d8d;
  181. }
  182. .sea_ipt {
  183. width: 682rpx;
  184. height: 70rpx;
  185. line-height: 70rpx;
  186. box-sizing: border-box;
  187. border: 1rpx solid #e5e5e5;
  188. background-color: rgba(245, 245, 245, 0.2);
  189. font-size: 26rpx;
  190. color: #4a4a4a;
  191. padding: 0 180rpx 0 78rpx;
  192. border-radius: 70rpx;
  193. }
  194. .sea_ico {
  195. width: 31rpx;
  196. height: 31rpx;
  197. position: absolute;
  198. left: 48rpx;
  199. top: 50%;
  200. transform: translateY(-50%);
  201. }
  202. .ipt-right {
  203. display: flex;
  204. align-items: center;
  205. position: absolute;
  206. right: 59rpx;
  207. top: 50%;
  208. transform: translateY(-50%);
  209. color: #3385ff;
  210. .line {
  211. margin: 0 21rpx;
  212. color: #e0e0e0;
  213. }
  214. }
  215. }
  216. .select-conyent {
  217. .decide {
  218. background-color: #f8f8fa;
  219. display: flex;
  220. align-items: center;
  221. margin: 0 auto;
  222. height: 110rpx;
  223. width: 100%;
  224. padding-left: 30rpx;
  225. }
  226. .items-box {
  227. width: 40rpx;
  228. }
  229. .menu-items {
  230. background-color: #f8f8fa;
  231. width: 100%;
  232. display: flex;
  233. flex-wrap: wrap;
  234. padding: 30rpx 30rpx 0;
  235. .menu-items-box {
  236. display: flex;
  237. width: 50%;
  238. font-size: 28rpx;
  239. font-weight: 400;
  240. margin-bottom: 40rpx;
  241. }
  242. }
  243. .replacement-box {
  244. background-color: #fff;
  245. border-radius: 0rpx 0rpx 16rpx 16rpx;
  246. }
  247. .replacement {
  248. margin: 0rpx 30rpx 20rpx;
  249. display: flex;
  250. background-color: #2c83ff;
  251. opacity: 1;
  252. height: 60rpx;
  253. line-height: 58rpx;
  254. font-size: 28rpx;
  255. font-weight: 400;
  256. color: #ffffff;
  257. border-radius: 30rpx;
  258. text {
  259. flex: 1;
  260. text-align: center;
  261. }
  262. .replacement-box {
  263. border: 1rpx solid #2c83ff;
  264. opacity: 1;
  265. color: #2c83ff;
  266. background: #ffffff;
  267. border-radius: 28rpx 0rpx 28rpx 28rpx;
  268. }
  269. }
  270. }
  271. }
  272. // .box-content {
  273. // padding: 200rpx 34rpx 20rpx;
  274. // background-color: #f7f7f7;
  275. // .content-list {
  276. // box-sizing: border-box;
  277. // overflow: hidden;
  278. // margin-top: 30rpx;
  279. // width: 100%;
  280. // background: #ffffff;
  281. // box-shadow: 0px 3rpx 6rpx rgba(141, 141, 141, 0.16);
  282. // border-radius: 16rpx;
  283. // font-size: 28rpx;
  284. // .list-top {
  285. // margin: 0 30rpx;
  286. // display: flex;
  287. // justify-content: space-between;
  288. // border-bottom: 1rpx solid #e5e5e5;
  289. // height: 82rpx;
  290. // line-height: 82rpx;
  291. // color: #333333;
  292. // font-size: 32rpx;
  293. // .list-top-box {
  294. // display: flex;
  295. // .title {
  296. // color: #333333;
  297. // font-size: 30rpx;
  298. // font-weight: bold;
  299. // }
  300. // }
  301. // .city {
  302. // margin-left: 40rpx;
  303. // display: flex;
  304. // color: #3385ff;
  305. // align-items: center;
  306. // font-size: 26rpx;
  307. // image {
  308. // width: 27rpx;
  309. // height: 32rpx;
  310. // margin-right: 12rpx;
  311. // }
  312. // }
  313. // .choose-limit {
  314. // position: relative;
  315. // display: flex;
  316. // align-items: center;
  317. // margin-left: 20rpx;
  318. // image {
  319. // width: 93rpx;
  320. // height: 38rpx;
  321. // }
  322. // .limit-img {
  323. // position: absolute;
  324. // top: 8rpx;
  325. // right: -30rpx;
  326. // width: 46rpx;
  327. // height: 26rpx;
  328. // }
  329. // }
  330. // }
  331. // .list-center {
  332. // width: 100%;
  333. // color: #333333;
  334. // .title {
  335. // padding: 20rpx 30rpx 24rpx 30rpx;
  336. // line-height: 46rpx;
  337. // color: #333;
  338. // font-size: 28rpx;
  339. // font-weight: bold;
  340. // text-indent: -14rpx;
  341. // }
  342. // .title-two {
  343. // padding-left: 30rpx;
  344. // padding-bottom: 24rpx;
  345. // padding-top: 20rpx;
  346. // line-height: 46rpx;
  347. // color: #333;
  348. // font-size: 28rpx;
  349. // font-weight: bold;
  350. // }
  351. // text {
  352. // padding-left: 30rpx;
  353. // }
  354. // .setting-center {
  355. // display: flex;
  356. // align-items: center;
  357. // justify-content: space-between;
  358. // padding-right: 30rpx;
  359. // .box-expert {
  360. // margin-left: 30rpx;
  361. // display: flex;
  362. // }
  363. // }
  364. // }
  365. // .list-bottom {
  366. // height: 80rpx;
  367. // .multi {
  368. // display: flex;
  369. // text-align: center;
  370. // line-height: 80rpx;
  371. // color: #3385ff;
  372. // text {
  373. // width: 50%;
  374. // }
  375. // .multi-outbound {
  376. // background: #3385ff;
  377. // color: #ffffff;
  378. // border-radius: 0px 0px 0px 16rpx;
  379. // }
  380. // .multi-remind {
  381. // background: #ebf4ff;
  382. // color: #3385ff;
  383. // border-radius: 0px 0px 16rpx 0px;
  384. // }
  385. // }
  386. // .multi-text {
  387. // line-height: 80rpx;
  388. // color: #ffffff;
  389. // width: 100%;
  390. // text-align: center;
  391. // background: #3385ff;
  392. // opacity: 1;
  393. // border-radius: 0px 0px 16rpx 16rpx;
  394. // }
  395. // }
  396. // }
  397. // }
  398. .nodata {
  399. padding-top: 350rpx;
  400. image {
  401. width: 374rpx;
  402. height: 288rpx;
  403. }
  404. }
  405. }
  406. /deep/.van-dropdown-menu {
  407. background-color: #fff;
  408. box-shadow: none !important;
  409. padding-top: 20rpx;
  410. }
  411. /deep/.van-dropdown-menu__item {
  412. box-sizing: border-box;
  413. width: 190rpx;
  414. margin-right: 40rpx;
  415. padding-right: 20rpx;
  416. height: 51rpx;
  417. border-radius: 26rpx;
  418. background: #f8f8fa;
  419. }
  420. /deep/.van-dropdown-item {
  421. margin-top: -10rpx;
  422. }
  423. /deep/[data-index="2"] {
  424. margin-right: 0rpx;
  425. }
  426. /deep/ .van-ellipsis {
  427. font-size: 24rpx;
  428. }