index.scss 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. .reportForm-container {
  2. background-color: $uni-bg-color;
  3. .index-fixed {
  4. width: 750rpx;
  5. position: fixed;
  6. left: 0;
  7. top: 0;
  8. z-index: 999;
  9. .index-header {
  10. background-color: #fff;
  11. padding: 32rpx 34rpx 0;
  12. position: relative;
  13. .sea_ipt_placeholder {
  14. color: #8d8d8d;
  15. opacity: 0.7;
  16. }
  17. .sea_ipt {
  18. width: 100%;
  19. height: 70rpx;
  20. font-size: 30rpx;
  21. color: #707070;
  22. background: #f9f9f9;
  23. padding: 0 34rpx 0 70rpx;
  24. border-radius: 70rpx;
  25. }
  26. .search_ico {
  27. display: block;
  28. position: absolute;
  29. color: #8d8d8d;
  30. left: 60rpx;
  31. top: 50%;
  32. z-index: 100;
  33. }
  34. }
  35. .limit-box {
  36. position: absolute;
  37. text-align: center;
  38. display: inline-block;
  39. padding-right: 50rpx;
  40. top: 8rpx;
  41. margin-left: -38rpx;
  42. right: -85rpx;
  43. image {
  44. width: 46rpx;
  45. height: 26rpx;
  46. }
  47. }
  48. .tab-cont {
  49. padding: 0 26rpx;
  50. height: 115rpx;
  51. background-color: #fff;
  52. font-size: 32rpx;
  53. .scroll-tab {
  54. position: relative;
  55. width: 100%;
  56. white-space: nowrap;
  57. display: flex;
  58. justify-content: space-between;
  59. }
  60. .scroll-tab-item {
  61. text-align: center;
  62. display: inline-block;
  63. padding: 32rpx 8rpx 30rpx 8rpx;
  64. margin-right: 35rpx;
  65. border-bottom: 8rpx solid transparent;
  66. position: relative;
  67. &:last-child {
  68. margin-right: 0;
  69. }
  70. &.active {
  71. border-bottom: none;
  72. color: #2c83ff;
  73. font-weight: 700;
  74. }
  75. .border_act {
  76. width: 100%;
  77. height: 8rpx;
  78. position: absolute;
  79. bottom: 0;
  80. left: 0;
  81. }
  82. }
  83. }
  84. }
  85. .forindustry {
  86. margin-bottom: 10rpx;
  87. background-color: #fff;
  88. .image-box {
  89. display: block;
  90. width: 106rpx;
  91. height: 48rpx;
  92. margin: -22rpx 0 20rpx -20rpx;
  93. }
  94. }
  95. .industrial_eport_one {
  96. padding: 0 25rpx 10rpx;
  97. }
  98. .report_formcard_content {
  99. padding: 0 !important;
  100. }
  101. .strategy {
  102. background-color: #fff;
  103. .row {
  104. height: 10rpx;
  105. background-color: #f7f7f7;
  106. }
  107. .tab-cont-two {
  108. position: sticky;
  109. top: 270rpx;
  110. left: 0;
  111. width: 100%;
  112. z-index: 99;
  113. background-color: #fff;
  114. padding: 15rpx 20rpx 0;
  115. .scroll-tab-box {
  116. width: 100%;
  117. padding-top: 10rpx;
  118. }
  119. .scroll-tab-item {
  120. position: relative;
  121. display: inline-block;
  122. height: 54rpx;
  123. line-height: 54rpx;
  124. padding: 0 23rpx;
  125. background: #f8f8fa;
  126. border-radius: 150px;
  127. color: #999999;
  128. margin: 0rpx 20rpx 20rpx 0;
  129. font-size: 24rpx;
  130. flex-shrink: 0;
  131. .reg-text {
  132. position: absolute;
  133. top: -6rpx;
  134. right: -8rpx;
  135. width: 14rpx;
  136. height: 14rpx;
  137. background-color: #ff0000;
  138. border-radius: 50%;
  139. }
  140. }
  141. .active {
  142. color: #ffffff !important;
  143. background-color: $uni-color-new !important;
  144. }
  145. }
  146. }
  147. .industry {
  148. margin-top: 20rpx;
  149. .industry-sticky {
  150. background-color: $uni-bg-color;
  151. position: sticky;
  152. top: 260rpx;
  153. z-index: 90;
  154. width: calc(100% + 60rpx);
  155. margin-left: -30rpx;
  156. padding-left: 60rpx;
  157. }
  158. .industry-box {
  159. margin-top: 5rpx;
  160. background-color: #fff;
  161. height: 90rpx;
  162. line-height: 90rpx;
  163. padding: 0 30rpx;
  164. display: flex;
  165. justify-content: space-between;
  166. color: #000000;
  167. font-size: 30rpx;
  168. .box-left {
  169. position: relative;
  170. padding-right: 30rpx;
  171. height: 90rpx;
  172. text {
  173. position: absolute;
  174. top: 20rpx;
  175. right: 5rpx;
  176. width: 14rpx;
  177. height: 14rpx;
  178. background-color: #f00;
  179. border-radius: 50%;
  180. }
  181. }
  182. .box-right {
  183. color: #999999;
  184. font-size: 26rpx;
  185. display: flex;
  186. justify-content: flex-end;
  187. text-align: right;
  188. align-items: right;
  189. u-icon {
  190. padding-left: 15rpx;
  191. }
  192. }
  193. }
  194. .industry-content {
  195. display: flex;
  196. align-items: center;
  197. justify-content: space-between;
  198. margin-bottom: 15rpx;
  199. .industry-box-left {
  200. display: flex;
  201. align-items: center;
  202. .follw {
  203. color: #fff;
  204. border-radius: 4rpx;
  205. font-size: 24rpx;
  206. width: 110rpx;
  207. height: 42rpx;
  208. margin-right: 10rpx;
  209. background-color: $uni-color-new;
  210. }
  211. .cancel-follw {
  212. background-color: #e5efff;
  213. color: $uni-color-new;
  214. }
  215. }
  216. .ndustry-box-tiem {
  217. font-size: 24rpx;
  218. color: #999;
  219. .read {
  220. width: 14rpx;
  221. height: 14rpx;
  222. background-color: #ff0000;
  223. border-radius: 50%;
  224. margin-right: 10rpx;
  225. }
  226. .ndustry-box-text {
  227. margin: 0 10rpx;
  228. }
  229. }
  230. }
  231. .content-box {
  232. background-color: #fff;
  233. padding: 20rpx 0;
  234. .img-box {
  235. display: flex;
  236. height: 90rpx;
  237. line-height: 90rpx;
  238. box-sizing: border-box;
  239. width: 100%;
  240. vertical-align: middle !important;
  241. image {
  242. padding-top: 18rpx;
  243. width: 44rpx;
  244. height: 44rpx;
  245. vertical-align: middle;
  246. }
  247. text {
  248. display: inline-block;
  249. padding-left: 16rpx;
  250. vertical-align: middle !important;
  251. }
  252. }
  253. }
  254. }
  255. .industry-top {
  256. display: flex;
  257. justify-content: space-between;
  258. height: 90rpx;
  259. padding: 0 35rpx 0 30rpx;
  260. color: #333333;
  261. font-weight: 600;
  262. font-size: 32rpx;
  263. line-height: 90rpx;
  264. overflow: hidden;
  265. .img-top-box {
  266. display: flex;
  267. align-items: center;
  268. image {
  269. width: 44rpx;
  270. height: 44rpx;
  271. margin-right: 16rpx;
  272. }
  273. }
  274. .menu-items {
  275. background-color: #f8f8fa;
  276. display: flex;
  277. padding: 0rpx 30rpx 20rpx;
  278. .menu-items-box {
  279. flex: 1;
  280. display: flex;
  281. font-size: 28rpx;
  282. font-weight: 400;
  283. .items-box {
  284. width: 40rpx;
  285. }
  286. }
  287. }
  288. .checkbox-content {
  289. display: flex;
  290. align-items: center;
  291. .item {
  292. display: flex;
  293. align-items: center;
  294. justify-content: center;
  295. width: 130rpx;
  296. height: 52rpx;
  297. border-radius: 150rpx;
  298. font-size: 24rpx;
  299. color: #999999;
  300. margin-left: 15rpx;
  301. background-color: #f0f1f3;
  302. }
  303. .act-item {
  304. background-color: $uni-color-new;
  305. color: #fff;
  306. }
  307. }
  308. .checkbox-ui {
  309. display: flex;
  310. align-items: center;
  311. }
  312. .menu-items-tow {
  313. display: flex;
  314. padding: 30rpx 30rpx 20rpx;
  315. font-size: 28rpx;
  316. color: #333333;
  317. font-weight: 400;
  318. background-color: #f8f8fa;
  319. .items-tow {
  320. display: flex;
  321. flex: 100%;
  322. view {
  323. width: 40rpx;
  324. }
  325. }
  326. .items-act {
  327. font-weight: bold;
  328. }
  329. }
  330. .replacement-box {
  331. background-color: #f8f8fa;
  332. }
  333. .replacement {
  334. margin: 0rpx 30rpx 20rpx;
  335. display: flex;
  336. background-color: $uni-color-new;
  337. opacity: 1;
  338. height: 60rpx;
  339. line-height: 58rpx;
  340. font-size: 28rpx;
  341. font-weight: 400;
  342. color: #ffffff;
  343. border-radius: 30rpx;
  344. text {
  345. flex: 1;
  346. text-align: center;
  347. }
  348. .replacement-box {
  349. border: 1rpx solid $uni-color-new;
  350. opacity: 1;
  351. color: $uni-color-new;
  352. background: #ffffff;
  353. border-radius: 28rpx 0rpx 28rpx 28rpx;
  354. }
  355. }
  356. }
  357. .read-more {
  358. display: flex;
  359. flex-wrap: wrap;
  360. .industry-video-item {
  361. height: 106rpx;
  362. width: 150rpx;
  363. margin: 0 10rpx 10rpx 0;
  364. border-radius: 8rpx;
  365. background-size: cover;
  366. background-position: center;
  367. background-repeat: no-repeat;
  368. font-weight: 500;
  369. font-size: 24rpx;
  370. color: white;
  371. line-height: 45rpx;
  372. padding: 20rpx;
  373. position: relative;
  374. overflow: hidden;
  375. .industry-video-icon {
  376. height: 0rpx;
  377. width: 0rpx;
  378. border-style: solid;
  379. border-color: #376cbb #376cbb transparent transparent;
  380. border-width: 28rpx;
  381. position: absolute;
  382. right: 0;
  383. top: 0;
  384. image {
  385. position: absolute;
  386. right: -24rpx;
  387. bottom: 0;
  388. height: 20rpx;
  389. width: 20rpx;
  390. }
  391. }
  392. }
  393. .text-box {
  394. padding: 0;
  395. margin: 0 10rpx 10rpx 0;
  396. font-size: 24rpx;
  397. color: $uni-color-new;
  398. width: 150rpx;
  399. height: 48rpx;
  400. text-indent: 0em;
  401. line-height: 48rpx;
  402. text-align: center;
  403. background-color: #f8f8fa;
  404. border-radius: 200rpx;
  405. }
  406. }
  407. }
  408. .text-bottom-none {
  409. width: 100%;
  410. text-align: center;
  411. }
  412. .follw-image {
  413. width: 32rpx;
  414. height: 32rpx;
  415. margin-right: 10rpx;
  416. }