index.scss 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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. display: flex;
  117. width: 100%;
  118. overflow: hidden;
  119. overflow-x: auto;
  120. padding-top: 10rpx;
  121. }
  122. .scroll-tab-item {
  123. position: relative;
  124. display: inline-block;
  125. height: 54rpx;
  126. line-height: 54rpx;
  127. padding: 0 23rpx;
  128. background: #f8f8fa;
  129. border-radius: 150px;
  130. color: #999999;
  131. margin: 0rpx 20rpx 20rpx 0;
  132. font-size: 24rpx;
  133. flex-shrink: 0;
  134. .reg-text {
  135. position: absolute;
  136. top: -6rpx;
  137. right: -8rpx;
  138. width: 14rpx;
  139. height: 14rpx;
  140. background-color: #ff0000;
  141. border-radius: 50%;
  142. }
  143. }
  144. .active {
  145. color: #ffffff !important;
  146. background-color: $uni-color-new !important;
  147. }
  148. }
  149. }
  150. .industry {
  151. margin-top: 20rpx;
  152. .industry-sticky {
  153. background-color: $uni-bg-color;
  154. position: sticky;
  155. top: 260rpx;
  156. z-index: 90;
  157. width: calc(100% + 60rpx);
  158. margin-left: -30rpx;
  159. padding-left: 60rpx;
  160. }
  161. .industry-box {
  162. margin-top: 5rpx;
  163. background-color: #fff;
  164. height: 90rpx;
  165. line-height: 90rpx;
  166. padding: 0 30rpx;
  167. display: flex;
  168. justify-content: space-between;
  169. color: #000000;
  170. font-size: 30rpx;
  171. .box-left {
  172. position: relative;
  173. padding-right: 30rpx;
  174. height: 90rpx;
  175. text {
  176. position: absolute;
  177. top: 20rpx;
  178. right: 5rpx;
  179. width: 14rpx;
  180. height: 14rpx;
  181. background-color: #f00;
  182. border-radius: 50%;
  183. }
  184. }
  185. .box-right {
  186. color: #999999;
  187. font-size: 26rpx;
  188. display: flex;
  189. justify-content: flex-end;
  190. text-align: right;
  191. align-items: right;
  192. u-icon {
  193. padding-left: 15rpx;
  194. }
  195. }
  196. }
  197. .industry-content {
  198. display: flex;
  199. align-items: center;
  200. justify-content: space-between;
  201. margin-bottom: 15rpx;
  202. .industry-box-left {
  203. display: flex;
  204. align-items: center;
  205. .follw {
  206. color: #fff;
  207. border-radius: 4rpx;
  208. font-size: 24rpx;
  209. width: 110rpx;
  210. height: 42rpx;
  211. margin-right: 10rpx;
  212. background-color: $uni-color-new;
  213. }
  214. .cancel-follw {
  215. background-color: #e5efff;
  216. color: $uni-color-new;
  217. }
  218. }
  219. .ndustry-box-tiem {
  220. font-size: 24rpx;
  221. color: #999;
  222. .read {
  223. width: 14rpx;
  224. height: 14rpx;
  225. background-color: #ff0000;
  226. border-radius: 50%;
  227. margin-right: 10rpx;
  228. }
  229. .ndustry-box-text {
  230. margin: 0 10rpx;
  231. }
  232. }
  233. }
  234. .content-box {
  235. background-color: #fff;
  236. padding: 20rpx 0;
  237. .img-box {
  238. display: flex;
  239. height: 90rpx;
  240. line-height: 90rpx;
  241. box-sizing: border-box;
  242. width: 100%;
  243. vertical-align: middle !important;
  244. image {
  245. padding-top: 18rpx;
  246. width: 44rpx;
  247. height: 44rpx;
  248. vertical-align: middle;
  249. }
  250. text {
  251. display: inline-block;
  252. padding-left: 16rpx;
  253. vertical-align: middle !important;
  254. }
  255. }
  256. }
  257. }
  258. .industry-top {
  259. display: flex;
  260. justify-content: space-between;
  261. height: 90rpx;
  262. padding: 0 35rpx 0 30rpx;
  263. color: #333333;
  264. font-weight: 600;
  265. font-size: 32rpx;
  266. line-height: 90rpx;
  267. overflow: hidden;
  268. .img-top-box {
  269. display: flex;
  270. align-items: center;
  271. image {
  272. width: 44rpx;
  273. height: 44rpx;
  274. margin-right: 16rpx;
  275. }
  276. }
  277. .menu-items {
  278. background-color: #f8f8fa;
  279. display: flex;
  280. padding: 0rpx 30rpx 20rpx;
  281. .menu-items-box {
  282. flex: 1;
  283. display: flex;
  284. font-size: 28rpx;
  285. font-weight: 400;
  286. .items-box {
  287. width: 40rpx;
  288. }
  289. }
  290. }
  291. .checkbox-content {
  292. display: flex;
  293. align-items: center;
  294. .item {
  295. display: flex;
  296. align-items: center;
  297. justify-content: center;
  298. width: 130rpx;
  299. height: 52rpx;
  300. border-radius: 150rpx;
  301. font-size: 24rpx;
  302. color: #999999;
  303. margin-left: 15rpx;
  304. background-color: #f0f1f3;
  305. }
  306. .act-item {
  307. background-color: $uni-color-new;
  308. color: #fff;
  309. }
  310. }
  311. .checkbox-ui {
  312. display: flex;
  313. align-items: center;
  314. }
  315. .menu-items-tow {
  316. display: flex;
  317. padding: 30rpx 30rpx 20rpx;
  318. font-size: 28rpx;
  319. color: #333333;
  320. font-weight: 400;
  321. background-color: #f8f8fa;
  322. .items-tow {
  323. display: flex;
  324. flex: 100%;
  325. view {
  326. width: 40rpx;
  327. }
  328. }
  329. .items-act {
  330. font-weight: bold;
  331. }
  332. }
  333. .replacement-box {
  334. background-color: #f8f8fa;
  335. }
  336. .replacement {
  337. margin: 0rpx 30rpx 20rpx;
  338. display: flex;
  339. background-color: $uni-color-new;
  340. opacity: 1;
  341. height: 60rpx;
  342. line-height: 58rpx;
  343. font-size: 28rpx;
  344. font-weight: 400;
  345. color: #ffffff;
  346. border-radius: 30rpx;
  347. text {
  348. flex: 1;
  349. text-align: center;
  350. }
  351. .replacement-box {
  352. border: 1rpx solid $uni-color-new;
  353. opacity: 1;
  354. color: $uni-color-new;
  355. background: #ffffff;
  356. border-radius: 28rpx 0rpx 28rpx 28rpx;
  357. }
  358. }
  359. }
  360. .read-more {
  361. display: flex;
  362. flex-wrap: wrap;
  363. .industry-video-item {
  364. height: 106rpx;
  365. width: 150rpx;
  366. margin: 0 10rpx 10rpx 0;
  367. border-radius: 8rpx;
  368. background-size: cover;
  369. background-position: center;
  370. background-repeat: no-repeat;
  371. font-weight: 500;
  372. font-size: 24rpx;
  373. color: white;
  374. line-height: 45rpx;
  375. padding: 20rpx;
  376. position: relative;
  377. overflow: hidden;
  378. .industry-video-icon {
  379. height: 0rpx;
  380. width: 0rpx;
  381. border-style: solid;
  382. border-color: #376cbb #376cbb transparent transparent;
  383. border-width: 28rpx;
  384. position: absolute;
  385. right: 0;
  386. top: 0;
  387. image {
  388. position: absolute;
  389. right: -24rpx;
  390. bottom: 0;
  391. height: 20rpx;
  392. width: 20rpx;
  393. }
  394. }
  395. }
  396. .text-box {
  397. padding: 0;
  398. margin: 0 10rpx 10rpx 0;
  399. font-size: 24rpx;
  400. color: $uni-color-new;
  401. width: 150rpx;
  402. height: 48rpx;
  403. text-indent: 0em;
  404. line-height: 48rpx;
  405. text-align: center;
  406. background-color: #f8f8fa;
  407. border-radius: 200rpx;
  408. }
  409. }
  410. }
  411. .text-bottom-none {
  412. width: 100%;
  413. text-align: center;
  414. }
  415. .follw-image {
  416. width: 32rpx;
  417. height: 32rpx;
  418. margin-right: 10rpx;
  419. }