index.scss 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  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: 252rpx;
  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: 252rpx;
  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. .checkbox-ui {
  183. display: flex;
  184. align-items: center;
  185. }
  186. .menu-items-tow {
  187. display: flex;
  188. padding: 30rpx 30rpx 20rpx;
  189. font-size: 28rpx;
  190. color: #333333;
  191. font-weight: 400;
  192. background-color: #f8f8fa;
  193. .items-tow {
  194. display: flex;
  195. flex: 100%;
  196. view {
  197. width: 40rpx;
  198. }
  199. }
  200. .items-act {
  201. font-weight: bold;
  202. }
  203. }
  204. .replacement-box {
  205. background-color: #f8f8fa;
  206. }
  207. .replacement {
  208. margin: 0rpx 30rpx 20rpx;
  209. display: flex;
  210. background-color: #2c83ff;
  211. opacity: 1;
  212. height: 60rpx;
  213. line-height: 58rpx;
  214. font-size: 28rpx;
  215. font-weight: 400;
  216. color: #ffffff;
  217. border-radius: 30rpx;
  218. text {
  219. flex: 1;
  220. text-align: center;
  221. }
  222. .replacement-box {
  223. border: 1rpx solid #2c83ff;
  224. opacity: 1;
  225. color: #2c83ff;
  226. background: #ffffff;
  227. border-radius: 28rpx 0rpx 28rpx 28rpx;
  228. }
  229. }
  230. }
  231. .industry-box {
  232. margin-top: 5rpx;
  233. background-color: #fff;
  234. height: 90rpx;
  235. line-height: 90rpx;
  236. padding: 0 30rpx;
  237. display: flex;
  238. justify-content: space-between;
  239. color: #000000;
  240. font-size: 30rpx;
  241. .box-left {
  242. position: relative;
  243. // width: 150rpx;
  244. padding-right: 30rpx;
  245. height: 90rpx;
  246. text {
  247. position: absolute;
  248. top: 20rpx;
  249. right: 5rpx;
  250. width: 14rpx;
  251. height: 14rpx;
  252. background-color: #f00;
  253. border-radius: 50%;
  254. }
  255. }
  256. .box-right {
  257. color: #999999;
  258. font-size: 26rpx;
  259. display: flex;
  260. justify-content: flex-end;
  261. text-align: right;
  262. align-items: right;
  263. u-icon {
  264. padding-left: 15rpx;
  265. }
  266. }
  267. }
  268. .industry-content {
  269. background-color: #fff;
  270. padding: 0 30rpx;
  271. display: flex;
  272. height: 90rpx;
  273. margin: 3rpx 0;
  274. .industry-box-left {
  275. width: 50rpx;
  276. display: flex;
  277. align-items: center;
  278. image {
  279. width: 38rpx;
  280. height: 34rpx;
  281. }
  282. }
  283. .industry-box-right {
  284. width: 100%;
  285. display: flex;
  286. justify-content: space-between;
  287. align-items: center;
  288. .ndustry-box-read {
  289. display: flex;
  290. color: #333;
  291. font-size: 30rpx;
  292. padding-left: 10rpx;
  293. align-items: center;
  294. image {
  295. margin-left: 10rpx;
  296. width: 60rpx;
  297. height: 30rpx;
  298. }
  299. .hot-icon {
  300. width: 30rpx;
  301. }
  302. }
  303. .ndustry-box-arrow {
  304. display: flex;
  305. align-items: center;
  306. .read {
  307. width: 14rpx;
  308. height: 14rpx;
  309. background-color: #ff0000;
  310. border-radius: 50%;
  311. margin-right: 10rpx;
  312. }
  313. .ndustry-box-text {
  314. padding-right: 20rpx;
  315. color: #999999;
  316. font-size: 26rpx;
  317. }
  318. }
  319. }
  320. }
  321. .content-box {
  322. background-color: #fff;
  323. padding: 20rpx 25rpx 0;
  324. .img-box {
  325. display: flex;
  326. height: 90rpx;
  327. line-height: 90rpx;
  328. box-sizing: border-box;
  329. width: 100%;
  330. vertical-align: middle !important;
  331. image {
  332. padding-top: 18rpx;
  333. width: 44rpx;
  334. height: 44rpx;
  335. vertical-align: middle;
  336. }
  337. text {
  338. display: inline-block;
  339. padding-left: 16rpx;
  340. vertical-align: middle !important;
  341. }
  342. }
  343. }
  344. }
  345. .read-more {
  346. margin-left: 60rpx;
  347. display: flex;
  348. flex-wrap: wrap;
  349. .industry-video-item{
  350. height: 126rpx;
  351. width: 170rpx;
  352. margin: 0 40rpx 27rpx 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. margin-bottom: 30rpx;
  384. margin-right: 40rpx;
  385. padding: 0;
  386. font-size: 24rpx;
  387. color: #408fff;
  388. width: 170rpx;
  389. height: 46rpx;
  390. line-height: 46rpx;
  391. text-align: center !important;
  392. background: url(../../static/img/report_bg.png) no-repeat;
  393. background-size: 100% 100%;
  394. text-indent: 0em;
  395. }
  396. }
  397. /deep/ .van-dropdown-menu {
  398. background-color: #fff;
  399. box-shadow: none !important;
  400. padding-top: 20rpx;
  401. width: 194rpx;
  402. }
  403. /deep/ .van-ellipsis {
  404. color: #333333 !important;
  405. font-size: 24rpx;
  406. font-weight: 400;
  407. }
  408. /deep/ .van-dropdown-menu__item {
  409. padding-right: 20rpx;
  410. margin-right: 20rpx;
  411. height: 51rpx;
  412. border-radius: 26rpx;
  413. background: #f8f8fa;
  414. }
  415. /deep/.van-dropdown-item {
  416. margin-top: -10rpx;
  417. }
  418. }
  419. .text-bottom-none {
  420. width: 100%;
  421. text-align: center;
  422. }