index.scss 9.5 KB

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