index.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. page {
  2. background-color: #ffffff;
  3. }
  4. /* 通告 */
  5. .annunciate {
  6. width: 100vw;
  7. background-color: #ffffff;
  8. padding-top: 20rpx;
  9. overflow: hidden;
  10. }
  11. .annunciate_title {
  12. display: flex;
  13. align-items: center;
  14. height: 48rpx;
  15. line-height: 48rpx;
  16. }
  17. .annunciate_decorate {
  18. width: 8rpx;
  19. height: 36rpx;
  20. background: #57C7D3;
  21. border-radius: 4rpx;
  22. margin-left: 30rpx;
  23. }
  24. .annunciate_text {
  25. font-size: 32rpx;
  26. font-family: PingFangSC-Medium, PingFang SC;
  27. font-weight: 550;
  28. color: #000000;
  29. margin-left: 10rpx;
  30. }
  31. .annunciate_content {
  32. display: flex;
  33. width: 100%;
  34. padding: 0 26rpx 0 40rpx;
  35. margin-top: 20rpx;
  36. }
  37. .annunciate_content_swiper {
  38. width: 162rpx;
  39. height: 162rpx;
  40. border-radius: 10rpx;
  41. overflow: hidden;
  42. flex-shrink: 0;
  43. }
  44. .annunciate_content_swiper image {
  45. width: 100%;
  46. height: 100%;
  47. }
  48. .annunciate_show {
  49. display: flex;
  50. flex-direction: column;
  51. justify-content: space-between;
  52. margin-left: 20rpx;
  53. }
  54. .annunciate_item {
  55. display: flex;
  56. justify-content: space-between;
  57. align-items: center;
  58. height: 40rpx;
  59. font-size: 28rpx;
  60. color: #000000;
  61. }
  62. .annunciate_item_title {
  63. width: 380rpx;
  64. }
  65. .annunciate_item_count {
  66. height: 28rpx;
  67. font-size: 20rpx;
  68. color: #333333;
  69. line-height: 28rpx;
  70. flex-shrink: 0;
  71. }
  72. .annunciate_item_count image {
  73. width: 16rpx;
  74. height: 14rpx;
  75. }
  76. /* 品牌关注榜 */
  77. .concerns-box {
  78. position: relative;
  79. width: 670rpx;
  80. height: 412rpx;
  81. margin: 48rpx auto 0;
  82. }
  83. .concerns-con {
  84. position: absolute;
  85. width: 100%;
  86. height: 100%;
  87. z-index: 9;
  88. top: 0;
  89. left: 0;
  90. }
  91. .concerns-title {
  92. position: absolute;
  93. display: inline-block;
  94. height: 44rpx;
  95. font-size: 32rpx;
  96. font-family: PingFangSC-Medium, PingFang SC;
  97. font-weight: 550;
  98. color: #000000;
  99. padding: 0 8rpx 0 20rpx;
  100. background-color: #ffffff;
  101. margin-left: 46rpx;
  102. top: -10rpx;
  103. }
  104. .concerns-bg {
  105. position: absolute;
  106. width: 100%;
  107. height: 100%;
  108. z-index: 1;
  109. top: 0;
  110. left: 0;
  111. }
  112. /* 新品推荐 */
  113. .new-product {
  114. display: flex;
  115. justify-content: space-between;
  116. width: 100vw;
  117. padding: 0 40rpx;
  118. box-sizing: border-box;
  119. margin-top: 30rpx;
  120. }
  121. .new-product>view {
  122. width: 320rpx;
  123. height: 406rpx;
  124. margin-top: 0px;
  125. }
  126. .new-product-title {
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. height: 74rpx;
  131. width: 316rpx;
  132. background-color: #333333;
  133. font-size: 32rpx;
  134. color: #FFFFFF;
  135. border: 2rpx solid #000000;
  136. border-bottom: 0;
  137. border-radius: 10rpx 10rpx 0 0;
  138. }
  139. .new-product-title>view {
  140. width: 12rpx;
  141. height: 12rpx;
  142. background: #FFFFFF;
  143. border-radius: 50%;
  144. margin: 0 10rpx;
  145. }
  146. .new-product-swiper {
  147. width: 316rpx;
  148. height: 264rpx;
  149. border: 2rpx solid #000000;
  150. border-top: 0;
  151. border-bottom: 0;
  152. }
  153. .new-product-swiper swiper-item,
  154. .new-product-swiper image {
  155. width: 100%;
  156. height: 100%;
  157. }
  158. .new-product-name {
  159. width: 316rpx !important;
  160. height: 60rpx;
  161. line-height: 60rpx;
  162. font-size: 28rpx;
  163. color: #000000;
  164. background-color: #F5F5F5;
  165. text-align: center;
  166. border: 2rpx solid #000000;
  167. border-top: 0;
  168. border-radius: 0 0 10rpx 10rpx;
  169. }
  170. /* tabs */
  171. .tabs-custom-class {
  172. margin-top: 20rpx;
  173. }
  174. .tabs-tab-class {
  175. min-width: 170rpx !important;
  176. font-size: 32rpx !important;
  177. color: #000000 !important;
  178. }
  179. .tabs-tab-active-class {
  180. font-size: 36rpx !important;
  181. font-family: PingFangSC-Medium, PingFang SC !important;
  182. font-weight: 550 !important;
  183. color: #00C1D2 !important;
  184. }
  185. /* 供需 */
  186. @import"/pages/annunciate/index.wxss";
  187. /* 展厅照片 */
  188. .exhibition-hall,
  189. .attract-investment {
  190. width: 702rpx;
  191. height: 392rpx;
  192. margin: 30rpx auto 0;
  193. border-radius: 10rpx;
  194. overflow: hidden;
  195. }
  196. .exhibition-hall image,
  197. .attract-investment image {
  198. width: 100%;
  199. height: 100%;
  200. }
  201. .attract-investment {
  202. height: 294rpx;
  203. margin-top: 40rpx;
  204. }
  205. /* 品牌关注榜选项 */
  206. .option-box {
  207. position: absolute;
  208. height: 280rpx;
  209. width: 162rpx;
  210. top: 66rpx;
  211. left: 46rpx;
  212. overflow: hidden;
  213. }
  214. .option {
  215. position: absolute;
  216. width: 180rpx;
  217. height: 450rpx;
  218. background-color: #F7F8F8;
  219. transform: rotate(30deg);
  220. }
  221. .op-top {
  222. top: -78rpx;
  223. left: -129rpx;
  224. }
  225. .op-bot {
  226. bottom: -78rpx;
  227. right: -129rpx;
  228. }
  229. .opavtion {
  230. background-color: #4DC2D4 !important;
  231. }
  232. /*品牌类型 */
  233. .brand-type {
  234. position: absolute;
  235. width: 64rpx;
  236. height: 88rpx;
  237. font-size: 32rpx;
  238. color: rgba(0, 0, 0, .2);
  239. z-index: 99;
  240. pointer-events: none;
  241. }
  242. .type-top {
  243. top: 20rpx;
  244. left: 20rpx;
  245. }
  246. .type-bot {
  247. display: flex;
  248. flex-wrap: wrap;
  249. align-items: flex-end;
  250. bottom: 20rpx;
  251. right: 20rpx;
  252. }
  253. .typeavtion {
  254. font-family: PingFangSC-Medium, PingFang SC;
  255. font-weight: 550;
  256. color: #FFFFFF;
  257. }
  258. /* 轮播 */
  259. .option-swiper {
  260. position: absolute;
  261. width: 380rpx;
  262. height: 280rpx;
  263. top: 66rpx;
  264. left: 240rpx;
  265. }
  266. .option-swiper swiper-item {
  267. display: flex;
  268. flex-wrap: wrap;
  269. flex-direction: column;
  270. align-items: space-between;
  271. width: 100%;
  272. height: 100%;
  273. }
  274. .brand-item {
  275. width: 47%;
  276. height: 40rpx;
  277. font-size: 28rpx;
  278. font-family: PingFangSC-Regular, PingFang SC;
  279. color: #333333;
  280. line-height: 40rpx;
  281. margin-bottom: 20rpx;
  282. }
  283. .brand-item>text {
  284. font-size: 32rpx;
  285. font-family: PangMenZhengDao !important;
  286. margin-right: 5rpx;
  287. }
  288. .brand-item:nth-of-type(5n) {
  289. margin-bottom: 0;
  290. }
  291. .brand-item:nth-of-type(n+6) {
  292. margin-left: 20rpx;
  293. }
  294. /* 招商表单 */
  295. .recruit-box {
  296. width: 702rpx;
  297. height: 434rpx;
  298. background: #FFFFFF;
  299. box-shadow: 0px 0px 10rpx 0rpx rgba(170, 170, 170, 0.1);
  300. border-radius: 10rpx;
  301. border: 2rpx solid rgba(151, 151, 151, 0.2);
  302. margin: 30rpx auto 0;
  303. padding: 40rpx 0 0 30rpx;
  304. box-sizing: border-box;
  305. }
  306. .recruit-row {
  307. display: flex;
  308. height: 52rpx;
  309. line-height: 52rpx;
  310. font-size: 24rpx;
  311. color: rgba(0, 0, 0, 0.45);
  312. }
  313. .recruit-row-title {
  314. width: 96rpx;
  315. height: 44rpx;
  316. text-align: right;
  317. margin-right: 8rpx;
  318. }
  319. .recruit-row-input {
  320. width: 206rpx;
  321. height: 52rpx;
  322. background: #FFFFFF;
  323. border-radius: 4rpx;
  324. border: 2rpx solid #D9D9D9;
  325. box-sizing: border-box;
  326. padding-left: 8rpx;
  327. }
  328. .placeholder-class {
  329. font-size: 24rpx !important;
  330. color: rgba(0, 0, 0, 0.25);
  331. line-height: 46rpx !important;
  332. }
  333. .recruit-row-picker {
  334. min-width: 206rpx;
  335. max-width: 538rpx;
  336. height: 52rpx;
  337. line-height: 51rpx;
  338. background: #FFFFFF;
  339. border-radius: 4rpx;
  340. border: 2rpx solid #D9D9D9;
  341. font-size: 24rpx;
  342. font-family: PingFangSC-Regular, PingFang SC;
  343. color: rgba(0, 0, 0, 0.25);
  344. text-indent: 0.5em;
  345. padding-right: 10rpx;
  346. box-sizing: border-box;
  347. }
  348. .recruit-row .textarea {
  349. width: 528rpx;
  350. height: 134rpx;
  351. line-height: 24rpx;
  352. background: #FFFFFF;
  353. border-radius: 4rpx;
  354. border: 2rpx solid #D9D9D9;
  355. padding: 4rpx 0 0 8rpx;
  356. }
  357. .recruit-row .textarea textarea {
  358. width: 100%;
  359. height: 100%;
  360. }
  361. .submit-custom-class {
  362. width: 164rpx !important;
  363. height: 56rpx !important;
  364. background: #4DC2D4 !important;
  365. border-radius: 10rpx !important;
  366. font-size: 28rpx !important;
  367. font-family: PingFangSC-Medium, PingFang SC !important;
  368. font-weight: 500;
  369. color: #FFFFFF !important;
  370. padding: 0 !important;
  371. }
  372. /* 吸底 */
  373. .footer {
  374. display: flex;
  375. justify-content: center;
  376. position: fixed;
  377. width: 100vw;
  378. padding: 30rpx 0;
  379. background-color: #ffffff;
  380. z-index: 9999;
  381. bottom: 0;
  382. left: 0;
  383. box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.05);
  384. }
  385. .footer .footer-button {
  386. width: 356rpx !important;
  387. height: 78rpx !important;
  388. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  389. box-shadow: 2rpx 2rpx 8rpx 0px rgba(0, 0, 0, 0.12) !important;
  390. border-radius: 39rpx;
  391. font-size: 36rpx !important;
  392. font-family: PingFangSC-Medium, PingFang SC !important;
  393. font-weight: 550 !important;
  394. color: #FFFFFF;
  395. }