index.scss 9.8 KB

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