index.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. .activity-content {
  2. // position: relative;
  3. background-color: #F7F7F7;
  4. .top-content {
  5. padding-bottom: 2rpx;
  6. .tab {
  7. display: flex;
  8. font-size: 32rpx;
  9. color: #707070;
  10. .tab-item {
  11. flex: 1;
  12. text-align: center;
  13. .scroll-tab-item {
  14. height: 78rpx;
  15. line-height: 48rpx;
  16. position: relative;
  17. .border_act {
  18. position: absolute;
  19. height: 6rpx;
  20. width: 340rpx;
  21. left: 0;
  22. bottom: 0rpx;
  23. }
  24. }
  25. .active {
  26. color: #3385FF;
  27. font-weight: bold;
  28. font-size: 34rpx;
  29. }
  30. }
  31. }
  32. .index-fixed {
  33. margin-top: 40rpx;
  34. width: 100%;
  35. display: flex;
  36. align-items: center;
  37. height: 70rpx;
  38. background: #F6F6F6;
  39. border: 1rpx solid #E5E5E5;
  40. opacity: 1;
  41. border-radius: 35rpx;
  42. padding-left: 34rpx;
  43. color: #8D8D8D;
  44. font-size: 28rpx;
  45. .search_ico {
  46. padding-right: 16rpx;
  47. }
  48. }
  49. }
  50. .head {
  51. padding-top: 80rpx !important;
  52. }
  53. .top-content {
  54. width: 100%;
  55. background-color: #fff;
  56. padding: 0 30rpx;
  57. position: fixed;
  58. top: 0;
  59. left: 0;
  60. z-index: 999;
  61. .search-cont-top {
  62. margin-top: 30rpx;
  63. .cont-tit {
  64. color: #666;
  65. font-size: 28rpx;
  66. margin-bottom: 30rpx;
  67. display: flex;
  68. justify-content: space-between;
  69. .empty_ico {
  70. width: 32rpx;
  71. height: 33rpx;
  72. }
  73. }
  74. .targetList {
  75. display: flex;
  76. flex-wrap: wrap;
  77. // justify-content: space-between;
  78. .target-item {
  79. padding: 4rpx 18rpx;
  80. color: #4A4A4A;
  81. font-size: 26rpx;
  82. // border: 1rpx solid #3385ff;
  83. background-color: #F7F7F7;
  84. margin-bottom: 30rpx;
  85. margin-right: 30rpx;
  86. border-radius: 20rpx;
  87. }
  88. }
  89. }
  90. .searchTarget-header {
  91. position: relative;
  92. width: 100%;
  93. background-color: #fff;
  94. padding: 20rpx 0;
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. .sea_ipt_placeholder {
  99. color: #E5E5E5 !important;
  100. }
  101. .sea_ipt {
  102. width: 682rpx;
  103. height: 70rpx;
  104. line-height: 70rpx;
  105. box-sizing: border-box;
  106. border: 1rpx solid #E5E5E5;
  107. background-color: rgba(245, 245, 245, 0.2);
  108. font-size: 26rpx;
  109. color: #4A4A4A;
  110. padding: 0 180rpx 0 78rpx;
  111. border-radius: 70rpx;
  112. }
  113. .sea_ico {
  114. width: 31rpx;
  115. height: 31rpx;
  116. position: absolute;
  117. left: 48rpx;
  118. top: 50%;
  119. transform: translateY(-50%);
  120. }
  121. .ipt-right {
  122. display: flex;
  123. align-items: center;
  124. position: absolute;
  125. right: 59rpx;
  126. top: 50%;
  127. transform: translateY(-50%);
  128. color: #3385FF;
  129. .line {
  130. margin: 0 21rpx;
  131. color: #E0E0E0;
  132. }
  133. }
  134. }
  135. .select-conyent {
  136. .decide {
  137. background-color: #F8F8FA;
  138. display: flex;
  139. align-items: center;
  140. margin: 0 auto;
  141. height: 110rpx;
  142. width: 100%;
  143. padding-left: 30rpx;
  144. }
  145. .items-box {
  146. width: 40rpx;
  147. }
  148. .menu-items {
  149. background-color: #F8F8FA;
  150. width: 100%;
  151. display: flex;
  152. flex-wrap: wrap;
  153. padding: 30rpx 30rpx 0;
  154. .menu-items-box {
  155. display: flex;
  156. width: 50%;
  157. font-size: 28rpx;
  158. font-weight: 400;
  159. margin-bottom: 40rpx;
  160. }
  161. }
  162. .replacement-box {
  163. background-color: #fff;
  164. border-radius: 0rpx 0rpx 16rpx 16rpx;
  165. }
  166. .replacement {
  167. margin: 0rpx 30rpx 20rpx;
  168. display: flex;
  169. background-color: #2C83FF;
  170. opacity: 1;
  171. height: 60rpx;
  172. line-height: 58rpx;
  173. font-size: 28rpx;
  174. font-weight: 400;
  175. color: #FFFFFF;
  176. border-radius: 30rpx;
  177. text {
  178. flex: 1;
  179. text-align: center;
  180. }
  181. .replacement-box {
  182. border: 1rpx solid #2C83FF;
  183. opacity: 1;
  184. color: #2C83FF;
  185. background: #FFFFFF;
  186. border-radius: 28rpx 0rpx 28rpx 28rpx;
  187. }
  188. }
  189. }
  190. }
  191. .box-content {
  192. padding: 200rpx 34rpx 20rpx;
  193. background-color: #F7F7F7;
  194. .content-list {
  195. box-sizing: border-box;
  196. overflow: hidden;
  197. margin-top: 30rpx;
  198. // height: 396rpx;
  199. width: 100%;
  200. background: #FFFFFF;
  201. box-shadow: 0px 3rpx 6rpx rgba(141, 141, 141, 0.16);
  202. border-radius: 16rpx;
  203. font-size: 28rpx;
  204. .list-top {
  205. margin: 0 30rpx;
  206. display: flex;
  207. justify-content: space-between;
  208. border-bottom: 1rpx solid #E5E5E5;
  209. height: 82rpx;
  210. line-height: 82rpx;
  211. color: #333333;
  212. font-size: 32rpx;
  213. .list-top-box {
  214. display: flex;
  215. .title {
  216. color: #333333;
  217. font-size: 30rpx;
  218. font-weight: bold;
  219. }
  220. }
  221. .city {
  222. margin-left: 40rpx;
  223. display: flex;
  224. color: #3385FF;
  225. align-items: center;
  226. font-size: 26rpx;
  227. image {
  228. width: 27rpx;
  229. height: 32rpx;
  230. margin-right: 12rpx;
  231. }
  232. }
  233. }
  234. .list-center {
  235. width: 100%;
  236. color: #333333;
  237. .title {
  238. padding: 20rpx 30rpx 24rpx 30rpx;
  239. line-height: 46rpx;
  240. color: #333;
  241. font-size: 28rpx;
  242. font-weight: bold;
  243. text-indent: -14rpx
  244. }
  245. .title-two {
  246. padding-left: 30rpx;
  247. padding-bottom: 24rpx;
  248. padding-top: 20rpx;
  249. line-height: 46rpx;
  250. color: #333;
  251. font-size: 28rpx;
  252. font-weight: bold;
  253. }
  254. text {
  255. padding-left: 30rpx;
  256. }
  257. .setting-center {
  258. display: flex;
  259. align-items: center;
  260. justify-content: space-between;
  261. padding-right: 30rpx;
  262. .box-expert {
  263. margin-left: 30rpx;
  264. display: flex;
  265. }
  266. }
  267. }
  268. .list-bottom {
  269. height: 80rpx;
  270. // border-top: 1px solid #E5E5E5;
  271. .multi {
  272. display: flex;
  273. text-align: center;
  274. line-height: 80rpx;
  275. color: #3385FF;
  276. text {
  277. width: 50%;
  278. }
  279. .multi-outbound {
  280. background: #3385FF;
  281. color: #FFFFFF;
  282. border-radius: 0px 0px 0px 16rpx;
  283. }
  284. .multi-remind {
  285. background: #EBF4FF;
  286. color: #3385FF;
  287. border-radius: 0px 0px 16rpx 0px;
  288. }
  289. }
  290. .multi-text {
  291. line-height: 80rpx;
  292. color: #FFFFFF;
  293. width: 100%;
  294. text-align: center;
  295. background: #3385FF;
  296. opacity: 1;
  297. border-radius: 0px 0px 16rpx 16rpx;
  298. }
  299. }
  300. }
  301. }
  302. .nodata {
  303. padding-top: 350rpx;
  304. image {
  305. width: 374rpx;
  306. height: 288rpx;
  307. }
  308. }
  309. .select-box {
  310. width: 100%;
  311. view {
  312. height: 95prx;
  313. line-height: 95rpx;
  314. text-align: center;
  315. font-size: 32rpx;
  316. border-bottom: 1rpx solid #EBEBEB;
  317. ;
  318. }
  319. }
  320. }
  321. /deep/.van-dropdown-menu {
  322. background-color: #fff;
  323. box-shadow: none !important;
  324. padding-top: 20rpx;
  325. }
  326. /deep/.van-dropdown-menu__item {
  327. box-sizing: border-box;
  328. width: 190rpx;
  329. margin-right: 40rpx;
  330. padding-right: 20rpx;
  331. height: 51rpx;
  332. border-radius: 26rpx;
  333. background: #F8F8FA;
  334. }
  335. /deep/.van-dropdown-item {
  336. margin-top: -10rpx;
  337. }
  338. /deep/[data-index='2'] {
  339. margin-right: 0rpx;
  340. }
  341. /deep/ .van-ellipsis {
  342. font-size: 24rpx;
  343. }