index.scss 9.1 KB

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