mobile.scss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. @media only screen and (min-width: 1600px) and (max-width: 4000px) {
  2. .app-header .header-wrapper .header-inner,
  3. .container,
  4. .footer-main,
  5. .page-nav-container,
  6. .top-container,
  7. .carousel .desc {
  8. width: 80%;
  9. }
  10. }
  11. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  12. .app-header .header-wrapper .header-inner,
  13. .container,
  14. .footer-main,
  15. .page-nav-container,
  16. .top-container,
  17. .carousel .desc {
  18. width: 90%;
  19. }
  20. }
  21. @media only screen and (max-width: 1200px) {
  22. .container {
  23. width: 96%;
  24. }
  25. }
  26. @media only screen and (max-width: 980px) {
  27. ul,
  28. li {
  29. padding: 0;
  30. list-style: none;
  31. margin: 0;
  32. }
  33. .container {
  34. width: 96%;
  35. .title {
  36. font-size: 14px;
  37. line-height: initial;
  38. >h2 {
  39. font-size: 2em;
  40. text-align: center;
  41. }
  42. }
  43. }
  44. /**首页*/
  45. #layout-wrapper {
  46. .app-header {
  47. height: 200px;
  48. .header-wrapper {
  49. background-color: #18a058;
  50. .header-lang {
  51. // display: flex;
  52. // justify-content: space-between;
  53. // align-items: center;
  54. color: #fff;
  55. padding: 15px 10px;
  56. .separator {
  57. padding: 0 7px;
  58. }
  59. .mobile-search {
  60. width: 81%;
  61. margin-bottom: 10px;
  62. .n-base-selection {
  63. height: 100%;
  64. .n-base-selection-label {
  65. height: 100%;
  66. }
  67. }
  68. }
  69. .top-login {
  70. display: flex;
  71. justify-content: flex-end;
  72. align-items: center;
  73. // text-align: right;
  74. .userInfo {
  75. margin-right: 10px;
  76. color: #fff;
  77. span {
  78. margin-right: 10px;
  79. cursor: pointer;
  80. &:last-child {
  81. margin-right: 0;
  82. }
  83. }
  84. }
  85. .login {
  86. margin-right: 10px;
  87. }
  88. }
  89. }
  90. .header-inner {
  91. width: 100%;
  92. padding-left: 10px;
  93. height: 100px;
  94. .left-info {
  95. .cn-logo {
  96. height: 80px;
  97. }
  98. }
  99. }
  100. }
  101. }
  102. }
  103. .n-dropdown-menu.en .n-dropdown-option .n-dropdown-option-body .n-dropdown-option-body__label {
  104. font-size: 0.85em;
  105. }
  106. #home-page .carousel {
  107. .img {
  108. .carousel-img {
  109. max-height: 800px;
  110. }
  111. }
  112. .desc {
  113. width: 100%;
  114. padding: 200px 10px 0 10px;
  115. .slogan {
  116. h3 {
  117. font-size: 17px;
  118. margin-top: 3em;
  119. }
  120. p {
  121. font-size: 13px;
  122. }
  123. }
  124. }
  125. }
  126. #reports-category {
  127. .container {
  128. padding: 0 0 30px 0;
  129. .reports-category-box {
  130. .rcb-box {
  131. width: 46%;
  132. }
  133. }
  134. }
  135. }
  136. .report {
  137. .container {
  138. .report-content {
  139. .report-box {
  140. width: 100% !important;
  141. }
  142. }
  143. }
  144. }
  145. .hot-news .container .news-content .news-box {
  146. width: 50%;
  147. }
  148. #hot-news .news-content {
  149. :nth-child(5n + 2).news-box {
  150. padding-top: 0;
  151. }
  152. :nth-child(5n + 3).news-box {
  153. padding-top: 0;
  154. }
  155. :nth-child(5n + 4).news-box {
  156. padding-top: 0;
  157. }
  158. :nth-child(5n + 5).news-box {
  159. padding-top: 0;
  160. }
  161. }
  162. #home-contact {
  163. .contact-row {
  164. width: 100%;
  165. top: 60px;
  166. .contact-txt {
  167. width: 100%;
  168. span {
  169. font-size: 16px;
  170. }
  171. }
  172. .contact-btn {
  173. width: 100%;
  174. padding-top: 30px;
  175. >a {
  176. font-size: 16px;
  177. padding: 10px 15px;
  178. }
  179. }
  180. }
  181. .contact-img {
  182. height: 200px;
  183. }
  184. }
  185. #app-footer {
  186. .footer-main {
  187. width: 96%;
  188. .footer-logo {
  189. width: 100%;
  190. }
  191. .footer-link {
  192. width: 100%;
  193. }
  194. .footer-wx {
  195. width: 100%;
  196. }
  197. }
  198. }
  199. /*报告*/
  200. #page {
  201. margin-top: 200px;
  202. .top-title {
  203. .top-container {
  204. width: 96%;
  205. }
  206. }
  207. .page-nav {
  208. .page-nav-container {
  209. width: 96%;
  210. .content {
  211. .content-search {
  212. width: 100%;
  213. }
  214. .report-content {
  215. width: 100%;
  216. padding: 10px;
  217. margin-top: 20px;
  218. .box>ul>li {
  219. .text {
  220. width: calc(100% - 11em);
  221. }
  222. .mobile-time {
  223. width: 100%;
  224. padding: 1.2em 0;
  225. .n-icon {
  226. vertical-align: sub;
  227. }
  228. .text-price {
  229. padding: 0 1em;
  230. >b {
  231. color: #f00;
  232. }
  233. }
  234. }
  235. .operate {
  236. width: 100%;
  237. text-align: center;
  238. }
  239. .img {
  240. max-width: 10em;
  241. max-height: 12em;
  242. }
  243. }
  244. }
  245. }
  246. }
  247. }
  248. }
  249. /*报告详情*/
  250. #page {
  251. .page-nav-container {
  252. width: 96%;
  253. }
  254. #report-detail {
  255. .detail-container {
  256. .detail-info {
  257. .detail-box {
  258. width: 100%;
  259. .img {
  260. width: 10em;
  261. }
  262. .desc {
  263. width: calc(100% - 11em);
  264. p {
  265. font-size: 1.4em;
  266. height: 3em;
  267. margin: 0.5em 0 1.5em 0;
  268. }
  269. .desc-dt-box {
  270. .desc-dt-cnt {
  271. font-size: 0.8em;
  272. padding-bottom: 0.5em;
  273. }
  274. }
  275. }
  276. .mobile-btns {
  277. padding: 1.5em 0 0.5em 0;
  278. width: 100%;
  279. justify-content: center;
  280. display: flex;
  281. .n-space {
  282. padding-right: 2em;
  283. }
  284. }
  285. }
  286. }
  287. .detail-price {
  288. width: 100%;
  289. padding-top: 2em;
  290. }
  291. .detail-content {
  292. .detail-content-mr {
  293. width: 100%;
  294. .detail-business {
  295. .n-tab-pane {
  296. table {
  297. tr {
  298. &:nth-child(1) {
  299. td {
  300. padding: 0.3em;
  301. }
  302. }
  303. }
  304. }
  305. }
  306. }
  307. }
  308. .detail-content-ml {
  309. width: 100%;
  310. padding-top: 1.5em;
  311. }
  312. }
  313. }
  314. }
  315. #home-contact {
  316. .contact-row {
  317. width: 100%;
  318. top: 5em;
  319. .contact-txt {
  320. width: 100%;
  321. padding-bottom: 2em;
  322. span {
  323. font-size: 1.3em;
  324. }
  325. }
  326. .contact-btn {
  327. width: 100%;
  328. padding-top: 0;
  329. >a {
  330. font-size: 1.3em;
  331. padding: 0.5em 0.8em;
  332. }
  333. }
  334. }
  335. }
  336. }
  337. /*定制研究*/
  338. #market {
  339. .market-page {
  340. padding-top: 170px;
  341. .page-top {
  342. .img {
  343. height: 30em;
  344. img {
  345. height: 100%;
  346. object-fit: cover;
  347. }
  348. }
  349. .desc {
  350. width: 80%;
  351. >h3 {
  352. font-size: 1em;
  353. }
  354. >p {
  355. font-size: 0.8em;
  356. }
  357. }
  358. }
  359. }
  360. .page-nav-container {
  361. width: 96%;
  362. .nav-container {
  363. .search {
  364. width: 45%;
  365. }
  366. }
  367. }
  368. .market-method {
  369. .row {
  370. flex-wrap: wrap;
  371. .row-line {
  372. width: 100%;
  373. .line-img {
  374. display: inline-block;
  375. span {
  376. line-height: 140px;
  377. }
  378. }
  379. }
  380. .row-arraow {
  381. width: 100%;
  382. text-align: center;
  383. padding: 1em 0;
  384. margin: 0;
  385. }
  386. }
  387. }
  388. .market-sector,
  389. .market-cases {
  390. padding: 0;
  391. }
  392. .market-cases {
  393. .cases-box {
  394. .box {
  395. width: 100%;
  396. }
  397. }
  398. }
  399. }
  400. /*行业资讯*/
  401. #page {
  402. .news-content {
  403. .content {
  404. padding: 1em 0.5em;
  405. .search {
  406. .search-keyword {
  407. padding-left: 0.8em;
  408. }
  409. .search-type {
  410. >a {
  411. padding: 0.5em 0.3em;
  412. width: 7em;
  413. margin: 0.2em auto;
  414. text-align: center;
  415. }
  416. }
  417. }
  418. .content-list {
  419. .n-list {
  420. padding: 1.5em 0;
  421. border-bottom: 1px solid #e3e3e3;
  422. }
  423. .content-list-item {
  424. padding: 1em 0.5em 0.5em;
  425. .img {
  426. width: 10em;
  427. height: 9em;
  428. }
  429. .list-title {
  430. font-size: 1.1em;
  431. }
  432. }
  433. .n-list__footer {
  434. padding: 0;
  435. .list-content {
  436. height: 80px;
  437. -webkit-line-clamp: 3;
  438. }
  439. }
  440. }
  441. }
  442. }
  443. /*详情*/
  444. .newsdt-page {
  445. .newsdt-container {
  446. padding: 2em 0.8em;
  447. .newsdt-title {
  448. font-size: 1.5em;
  449. }
  450. .newsdt-text {
  451. width: 100%;
  452. padding: 1em 0;
  453. img {
  454. width: 100%;
  455. }
  456. }
  457. }
  458. }
  459. /*公司简介*/
  460. .intro {
  461. flex-wrap: wrap;
  462. padding: 1em 0.4em;
  463. .about-img {
  464. width: 100%;
  465. padding: 0;
  466. }
  467. .about-desc {
  468. width: 100%;
  469. padding: 0;
  470. >h2 {
  471. font-size: 2em;
  472. margin: 1em 0 0;
  473. text-align: center;
  474. }
  475. >p {
  476. font-size: 1em;
  477. }
  478. .credit {
  479. .box {
  480. flex-wrap: wrap;
  481. .icon,
  482. .desc {
  483. width: 100%;
  484. text-align: center;
  485. }
  486. }
  487. }
  488. }
  489. }
  490. .about-core {
  491. .core-img {
  492. >img {
  493. height: 25em;
  494. }
  495. .core-values {
  496. top: 2em;
  497. left: 1em;
  498. >h2 {
  499. font-size: 2em;
  500. text-align: center;
  501. width: calc(100% - 0.5em);
  502. }
  503. >p {
  504. width: 100%;
  505. font-size: 1em;
  506. width: calc(100% - 0.5em);
  507. }
  508. }
  509. }
  510. }
  511. .about-team {
  512. .team-cn {
  513. padding: 2em 0;
  514. .team-cnt {
  515. flex-wrap: wrap;
  516. padding: 1em 0.4em;
  517. .team-desc {
  518. width: 100%;
  519. padding: 0;
  520. >h2 {
  521. font-size: 2em;
  522. text-align: center;
  523. }
  524. >p {
  525. font-size: 1em;
  526. }
  527. }
  528. .team-img {
  529. width: 100%;
  530. padding: 0;
  531. }
  532. }
  533. }
  534. }
  535. .about-partner {
  536. .container {
  537. .title {
  538. font-size: 14px;
  539. >h2 {
  540. font-size: 2em;
  541. text-align: center;
  542. }
  543. }
  544. .partner-box {
  545. .img {
  546. width: 50%;
  547. min-height: 10em;
  548. }
  549. }
  550. }
  551. }
  552. .about-culture {
  553. .container {
  554. padding: 2em 0 2.5em;
  555. .title {
  556. font-size: 14px;
  557. >h2 {
  558. font-size: 2em;
  559. }
  560. }
  561. .culture-box {
  562. flex-wrap: wrap;
  563. .box {
  564. width: 100%;
  565. padding-bottom: 1em;
  566. }
  567. }
  568. }
  569. }
  570. .research-show {
  571. .research-content {
  572. padding: 2em 0;
  573. .show-box {
  574. flex-wrap: wrap;
  575. &:nth-child(2n) {
  576. flex-direction: column-reverse;
  577. }
  578. .show-img {
  579. width: 100%;
  580. }
  581. .show-desc {
  582. width: 100%;
  583. }
  584. }
  585. }
  586. }
  587. .report-source {
  588. .container {
  589. padding: 2em 0;
  590. .desc {
  591. >p {
  592. font-size: 1em;
  593. margin: 0 0 1em;
  594. }
  595. }
  596. }
  597. }
  598. .partial-database {
  599. .db-box {
  600. .img {
  601. width: 50%;
  602. min-height: 10em;
  603. }
  604. }
  605. }
  606. /*订购流程*/
  607. .order-process {
  608. .container {
  609. padding: 2em 0;
  610. .process-list {
  611. .row {
  612. justify-content: space-around;
  613. &:nth-child(2n + 1) {
  614. flex-direction: row-reverse;
  615. }
  616. .row-desc {
  617. width: 70%;
  618. padding: 1em;
  619. >p {
  620. font-size: 1em;
  621. }
  622. }
  623. .row-index {
  624. width: 20%;
  625. .icon {
  626. top: 2.4em;
  627. left: 0.3em;
  628. }
  629. }
  630. }
  631. }
  632. }
  633. }
  634. .term-condition {
  635. padding-bottom: 2em;
  636. }
  637. // 企业资质
  638. .qualify-container {
  639. .container {
  640. .qualify-box {
  641. .box {
  642. width: 100%;
  643. }
  644. }
  645. }
  646. }
  647. //联系我们
  648. .contact {
  649. .contact-desc {
  650. width: 100%;
  651. display: block;
  652. .contact-desc-info {
  653. width: 100%;
  654. }
  655. .contact-desc-we {
  656. width: 100%;
  657. }
  658. }
  659. }
  660. .contact-form {
  661. .container {
  662. .content {
  663. .n-form {
  664. .n-form-item {
  665. width: 100%;
  666. }
  667. .empty-form-item {
  668. display: none;
  669. }
  670. }
  671. }
  672. }
  673. }
  674. }
  675. }
  676. @media only screen and (max-width: 640px) {}
  677. @media only screen and (max-width: 480px) {}
  678. @media only screen and (max-width: 400px) {}
  679. @media only screen and (max-width: 380px) {}