index.scss 9.1 KB

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