index.scss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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. 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. align-items: center;
  195. .industry-follw {
  196. height: 42rpx;
  197. width: 101rpx;
  198. font-size: 24rpx;
  199. color: #fff;
  200. border-radius: 4rpx;
  201. margin-right: 10rpx;
  202. background-color: $uni-color-new;
  203. }
  204. }
  205. .ndustry-box-tiem {
  206. font-size: 24rpx;
  207. color: #999;
  208. .read {
  209. width: 14rpx;
  210. height: 14rpx;
  211. background-color: #ff0000;
  212. border-radius: 50%;
  213. margin-right: 10rpx;
  214. }
  215. .ndustry-box-text {
  216. margin: 0 10rpx;
  217. }
  218. }
  219. }
  220. .content-box {
  221. background-color: #fff;
  222. padding: 20rpx 0;
  223. .img-box {
  224. display: flex;
  225. height: 90rpx;
  226. line-height: 90rpx;
  227. box-sizing: border-box;
  228. width: 100%;
  229. vertical-align: middle !important;
  230. image {
  231. padding-top: 18rpx;
  232. width: 44rpx;
  233. height: 44rpx;
  234. vertical-align: middle;
  235. }
  236. text {
  237. display: inline-block;
  238. padding-left: 16rpx;
  239. vertical-align: middle !important;
  240. }
  241. }
  242. }
  243. }
  244. .industry-top {
  245. display: flex;
  246. background-color: $uni-bg-color;
  247. justify-content: space-between;
  248. height: 90rpx;
  249. padding: 0 35rpx 0 30rpx;
  250. color: #333333;
  251. font-weight: 600;
  252. font-size: 32rpx;
  253. line-height: 90rpx;
  254. overflow: hidden;
  255. .img-top-box {
  256. display: flex;
  257. align-items: center;
  258. image {
  259. width: 44rpx;
  260. height: 44rpx;
  261. margin-right: 16rpx;
  262. }
  263. }
  264. .menu-items {
  265. background-color: #f8f8fa;
  266. display: flex;
  267. padding: 0rpx 30rpx 20rpx;
  268. .menu-items-box {
  269. flex: 1;
  270. display: flex;
  271. font-size: 28rpx;
  272. font-weight: 400;
  273. .items-box {
  274. width: 40rpx;
  275. }
  276. }
  277. }
  278. .checkbox-content {
  279. display: flex;
  280. align-items: center;
  281. .item {
  282. display: flex;
  283. align-items: center;
  284. justify-content: center;
  285. width: 130rpx;
  286. height: 52rpx;
  287. border-radius: 150rpx;
  288. font-size: 24rpx;
  289. color: #999999;
  290. margin-left: 15rpx;
  291. background-color: #f0f1f3;
  292. }
  293. .act-item {
  294. background-color: $uni-color-new;
  295. color: #fff;
  296. }
  297. }
  298. .checkbox-ui {
  299. display: flex;
  300. align-items: center;
  301. }
  302. .menu-items-tow {
  303. display: flex;
  304. padding: 30rpx 30rpx 20rpx;
  305. font-size: 28rpx;
  306. color: #333333;
  307. font-weight: 400;
  308. background-color: #f8f8fa;
  309. .items-tow {
  310. display: flex;
  311. flex: 100%;
  312. view {
  313. width: 40rpx;
  314. }
  315. }
  316. .items-act {
  317. font-weight: bold;
  318. }
  319. }
  320. .replacement-box {
  321. background-color: #f8f8fa;
  322. }
  323. .replacement {
  324. margin: 0rpx 30rpx 20rpx;
  325. display: flex;
  326. background-color: #2c83ff;
  327. opacity: 1;
  328. height: 60rpx;
  329. line-height: 58rpx;
  330. font-size: 28rpx;
  331. font-weight: 400;
  332. color: #ffffff;
  333. border-radius: 30rpx;
  334. text {
  335. flex: 1;
  336. text-align: center;
  337. }
  338. .replacement-box {
  339. border: 1rpx solid #2c83ff;
  340. opacity: 1;
  341. color: #2c83ff;
  342. background: #ffffff;
  343. border-radius: 28rpx 0rpx 28rpx 28rpx;
  344. }
  345. }
  346. }
  347. .read-more {
  348. display: flex;
  349. flex-wrap: wrap;
  350. .industry-video-item {
  351. height: 106rpx;
  352. width: 150rpx;
  353. margin: 0 10rpx 10rpx 0;
  354. border-radius: 8rpx;
  355. background-size: cover;
  356. background-position: center;
  357. background-repeat: no-repeat;
  358. font-weight: 500;
  359. font-size: 32rpx;
  360. color: white;
  361. line-height: 45rpx;
  362. padding: 20rpx;
  363. position: relative;
  364. overflow: hidden;
  365. .industry-video-icon {
  366. height: 0rpx;
  367. width: 0rpx;
  368. border-style: solid;
  369. border-color: #3385ff #3385ff transparent transparent;
  370. border-width: 28rpx;
  371. position: absolute;
  372. right: 0;
  373. top: 0;
  374. image {
  375. position: absolute;
  376. right: -24rpx;
  377. bottom: 0;
  378. height: 20rpx;
  379. width: 20rpx;
  380. }
  381. }
  382. }
  383. .text-box {
  384. padding: 0;
  385. margin: 0 10rpx 10rpx 0;
  386. font-size: 24rpx;
  387. color: $uni-color-new;
  388. width: 150rpx;
  389. height: 48rpx;
  390. text-indent: 0em;
  391. line-height: 48rpx;
  392. text-align: center;
  393. background-color: #f8f8fa;
  394. border-radius: 200rpx;
  395. }
  396. }
  397. }
  398. .text-bottom-none {
  399. width: 100%;
  400. text-align: center;
  401. }