index.scss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. .reportForm-container {
  2. background-color: #f6f6f6;
  3. height: 100vh;
  4. .index-fixed {
  5. width: 750rpx;
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. z-index: 999;
  10. .index-header {
  11. background-color: #fff;
  12. padding: 32rpx 34rpx 0;
  13. position: relative;
  14. .sea_ipt_placeholder {
  15. color: #8D8D8D;
  16. opacity: 0.7;
  17. }
  18. .sea_ipt {
  19. width: 100%;
  20. height: 70rpx;
  21. font-size: 30rpx;
  22. color: #707070;
  23. background-color: #F6F6F6;
  24. padding: 0 34rpx 0 70rpx;
  25. border-radius: 70rpx;
  26. border: 1rpx solid #E5E5E5;
  27. }
  28. .search_ico {
  29. display: block;
  30. position: absolute;
  31. color: #8D8D8D;
  32. left: 60rpx;
  33. top: 50%;
  34. z-index: 100;
  35. // transform: translateY(-50%);
  36. }
  37. }
  38. .tab-cont {
  39. padding: 0 26rpx ;
  40. height: 115rpx;
  41. background-color: #fff;
  42. font-size: 32rpx;
  43. .scroll-tab {
  44. position: relative;
  45. width: 100%;
  46. // padding-right: 30rpx;
  47. white-space: nowrap;
  48. display: flex;
  49. justify-content: space-between;
  50. }
  51. .limit-box {
  52. position: absolute;
  53. text-align: center;
  54. display: inline-block;
  55. padding-right: 50rpx;
  56. top: 8rpx;
  57. margin-left: -38rpx;
  58. image {
  59. width: 46rpx;
  60. height: 26rpx;
  61. }
  62. }
  63. .scroll-tab-item {
  64. text-align: center;
  65. display: inline-block;
  66. padding: 32rpx 8rpx 30rpx 8rpx;
  67. margin-right: 35rpx;
  68. border-bottom: 8rpx solid transparent;
  69. position: relative;
  70. &:last-child {
  71. margin-right: 0;
  72. }
  73. &.active {
  74. border-bottom: none;
  75. color: #2C83FF;
  76. font-weight: 700;
  77. }
  78. .border_act {
  79. width: 100%;
  80. height: 8rpx;
  81. position: absolute;
  82. bottom: 0;
  83. left: 0;
  84. }
  85. }
  86. }
  87. }
  88. .forindustry {
  89. margin-bottom: 10rpx;
  90. }
  91. .industrial_eport_one {
  92. padding-top: 180rpx;
  93. background-color: #f6f6f6;
  94. padding-bottom: 10rpx;
  95. }
  96. .strategy {
  97. margin-top: 20rpx;
  98. height: 65rpx;
  99. line-height: 65rpx;
  100. background-color: #fff;
  101. .row {
  102. width: 100%;
  103. height: 170rpx;
  104. background-color: #f6f6f6;
  105. }
  106. .tab-cont-two {
  107. position: fixed;
  108. top: 210rpx;
  109. left: 0;
  110. width: 100%;
  111. z-index: 99;
  112. height: 100rpx;
  113. background-color: #fff;
  114. padding: 0 30rpx;
  115. .scroll-tab-tow {
  116. padding-top: 20rpx;
  117. width: 100%;
  118. white-space: nowrap;
  119. .scroll-tab-item {
  120. position: relative;
  121. display: inline-block;
  122. height: 54rpx;
  123. line-height: 54rpx;
  124. padding: 0 23rpx;
  125. background: #F7F7F7;
  126. border-radius: 27px;
  127. color: #999999;
  128. margin-right: 46rpx;
  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: #2C83FF !important;
  142. }
  143. }
  144. }
  145. }
  146. .industry {
  147. margin-top: 20rpx;
  148. .industry-sticky {
  149. position: sticky;
  150. top: 210rpx;
  151. z-index: 99;
  152. }
  153. .industry-top {
  154. display: flex;
  155. justify-content: space-between;
  156. background-color: #fff;
  157. height: 90rpx;
  158. padding: 0 30rpx;
  159. color: #333333;
  160. font-weight: 700;
  161. font-size: 32rpx;
  162. line-height: 90rpx;
  163. overflow: hidden;
  164. .img-top-box {
  165. display: flex;
  166. align-items: center;
  167. image {
  168. width: 44rpx;
  169. height: 44rpx;
  170. margin-right: 16rpx;
  171. }
  172. }
  173. .menu-items {
  174. background-color: #F8F8FA;
  175. display: flex;
  176. padding: 0rpx 30rpx 20rpx;
  177. .menu-items-box {
  178. flex: 1;
  179. display: flex;
  180. font-size: 28rpx;
  181. font-weight: 400;
  182. .items-box {
  183. width: 40rpx;
  184. }
  185. }
  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. // width: 45%;
  261. display: flex;
  262. justify-content: flex-end;
  263. // justify-content: space-between;
  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. image {
  297. margin-left: 10rpx;
  298. width: 28rpx;
  299. height: 36rpx;
  300. }
  301. }
  302. .ndustry-box-arrow {
  303. display: flex;
  304. align-items: center;
  305. .read {
  306. width: 14rpx;
  307. height: 14rpx;
  308. background-color: #FF0000;
  309. border-radius: 50%;
  310. margin-right:10rpx;
  311. }
  312. .ndustry-box-text {
  313. padding-right:20rpx;
  314. color: #999999;
  315. font-size: 26rpx;
  316. }
  317. }
  318. }
  319. }
  320. .content-box {
  321. background-color: #fff;
  322. padding: 20rpx 25rpx 0;
  323. .img-box {
  324. display: flex;
  325. height: 90rpx;
  326. line-height: 90rpx;
  327. box-sizing: border-box;
  328. width: 100%;
  329. vertical-align: middle !important;
  330. image {
  331. padding-top: 18rpx;
  332. width: 44rpx;
  333. height: 44rpx;
  334. vertical-align: middle;
  335. }
  336. text {
  337. display: inline-block;
  338. padding-left: 16rpx;
  339. vertical-align: middle !important;
  340. }
  341. }
  342. }
  343. }
  344. .read-more {
  345. margin-left: 60rpx;
  346. display: flex;
  347. flex-wrap: wrap;
  348. .text-box {
  349. // display: inline-block;
  350. margin-bottom: 27rpx;
  351. margin-right: 40rpx;
  352. padding: 0;
  353. font-size: 24rpx;
  354. color: #408FFF;
  355. width: 170rpx;
  356. height: 46rpx;
  357. line-height: 46rpx;
  358. text-align: center !important;
  359. background: url(../../static/img/report_bg.png) no-repeat;
  360. background-size: 100% 100%;
  361. text-indent: 0em;
  362. }
  363. }
  364. /deep/ .van-dropdown-menu {
  365. background-color: #fff;
  366. box-shadow: none !important;
  367. // align-items: center;
  368. padding-top: 20rpx;
  369. }
  370. /deep/ .van-ellipsis {
  371. color: #333333 !important;
  372. font-size: 24rpx;
  373. font-weight: 400;
  374. }
  375. /deep/ .van-dropdown-menu__item {
  376. // width: 190rpx;
  377. padding-right: 20rpx;
  378. margin-left: 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. }