base.scss 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067
  1. body {
  2. min-height: 100vh;
  3. color: #272727;
  4. font-family: 'Microsoft YaHei', SimSun, Arial, Helvetica, sans-serif;
  5. }
  6. input,
  7. textarea,
  8. select {
  9. outline-color: #f3920d;
  10. }
  11. h1,
  12. h2,
  13. h3,
  14. h4,
  15. h5,
  16. h6,
  17. p {
  18. margin: 0;
  19. font-size: 16px;
  20. }
  21. ul,
  22. ol {
  23. list-style-type: none;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. li {
  28. padding: 0;
  29. list-style-type: none;
  30. }
  31. a {
  32. text-decoration: none;
  33. color: #272727;
  34. }
  35. * {
  36. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  37. }
  38. ::-webkit-scrollbar {
  39. width: 8px;
  40. height: 8px;
  41. background-color: #f5f5f5;
  42. }
  43. ::-webkit-scrollbar-thumb {
  44. border-radius: 4px;
  45. background-color: #cccecf;
  46. }
  47. .flex {
  48. display: -webkit-box;
  49. display: -ms-flexbox;
  50. display: flex;
  51. -webkit-box-pack: justify;
  52. -ms-flex-pack: justify;
  53. justify-content: space-between;
  54. -webkit-box-align: center;
  55. -ms-flex-align: center;
  56. align-items: center;
  57. }
  58. .fl {
  59. float: left !important;
  60. }
  61. .fr {
  62. float: right !important;
  63. }
  64. .clearfix::after {
  65. content: '';
  66. display: block;
  67. clear: both;
  68. }
  69. @-webkit-keyframes rowup-left {
  70. 0% {
  71. -webkit-transform: translate3d(0, 0, 0);
  72. transform: translate3d(0, 0, 0);
  73. }
  74. 100% {
  75. -webkit-transform: translate3d(-600px, 0, 0);
  76. transform: translate3d(-600px, 0, 0);
  77. }
  78. }
  79. @keyframes rowup-left {
  80. 0% {
  81. -webkit-transform: translate3d(0, 0, 0);
  82. transform: translate3d(0, 0, 0);
  83. }
  84. 100% {
  85. -webkit-transform: translate3d(-600px, 0, 0);
  86. transform: translate3d(-600px, 0, 0);
  87. }
  88. }
  89. @-webkit-keyframes rowup-right {
  90. 0% {
  91. -webkit-transform: translate3d(0, 0, 0);
  92. transform: translate3d(0, 0, 0);
  93. }
  94. 100% {
  95. -webkit-transform: translate3d(600px, 0, 0);
  96. transform: translate3d(600px, 0, 0);
  97. }
  98. }
  99. @keyframes rowup-right {
  100. 0% {
  101. -webkit-transform: translate3d(0, 0, 0);
  102. transform: translate3d(0, 0, 0);
  103. }
  104. 100% {
  105. -webkit-transform: translate3d(600px, 0, 0);
  106. transform: translate3d(600px, 0, 0);
  107. }
  108. }
  109. @media screen and (min-width: 768px) {
  110. html {
  111. font-size: 16px !important;
  112. }
  113. .only-mobile {
  114. display: none !important;
  115. }
  116. .container {
  117. width: 1200px;
  118. margin: 0 auto;
  119. }
  120. .mt18 {
  121. margin-top: 18px;
  122. }
  123. .mr18 {
  124. margin-right: 18px;
  125. }
  126. .mb18 {
  127. margin-bottom: 18px;
  128. }
  129. .ml18 {
  130. margin-left: 18px;
  131. }
  132. .section-title {
  133. position: relative;
  134. text-align: center;
  135. height: 70px;
  136. margin: 100px 0 60px;
  137. img {
  138. display: block;
  139. height: 58px;
  140. margin: 0 auto;
  141. }
  142. h3 {
  143. position: absolute;
  144. left: 50%;
  145. bottom: 0;
  146. -webkit-transform: translateX(-50%);
  147. transform: translateX(-50%);
  148. font-size: 41px;
  149. font-weight: normal;
  150. font-weight: bold;
  151. }
  152. }
  153. .banner {
  154. &.swiper-container {
  155. width: 100%;
  156. height: 700px;
  157. .swiper-slide {
  158. img {
  159. display: block;
  160. height: 100%;
  161. }
  162. }
  163. .swiper-pagination-bullet {
  164. width: 10px;
  165. height: 10px;
  166. background: #fff;
  167. -webkit-box-sizing: border-box;
  168. box-sizing: border-box;
  169. border: 1px solid #000;
  170. &.swiper-pagination-bullet-active {
  171. background: #000;
  172. }
  173. }
  174. }
  175. &.single {
  176. width: 100%;
  177. height: 530px;
  178. img {
  179. display: block;
  180. height: 530px;
  181. }
  182. }
  183. }
  184. // 导航菜单
  185. .navbar {
  186. height: 90px;
  187. background-color: #fff;
  188. position: -webkit-sticky;
  189. position: sticky;
  190. left: 0;
  191. top: 0;
  192. z-index: 90;
  193. .container {
  194. width: 100%;
  195. -webkit-box-sizing: border-box;
  196. box-sizing: border-box;
  197. padding: 0 40px;
  198. height: 90px;
  199. display: -webkit-box;
  200. display: -ms-flexbox;
  201. display: flex;
  202. -webkit-box-pack: justify;
  203. -ms-flex-pack: justify;
  204. justify-content: space-between;
  205. -webkit-box-align: center;
  206. -ms-flex-align: center;
  207. align-items: center;
  208. }
  209. .navbar-header {
  210. .logo {
  211. display: -webkit-box;
  212. display: -ms-flexbox;
  213. display: flex;
  214. -webkit-box-pack: center;
  215. -ms-flex-pack: center;
  216. justify-content: center;
  217. -webkit-box-align: center;
  218. -ms-flex-align: center;
  219. align-items: center;
  220. h1 {
  221. font-size: 0;
  222. }
  223. img {
  224. display: block;
  225. // width: 64px;
  226. height: 42px;
  227. }
  228. }
  229. }
  230. .navbar-collapse {
  231. .nav {
  232. position: relative;
  233. display: -webkit-box;
  234. display: -ms-flexbox;
  235. display: flex;
  236. -webkit-box-pack: center;
  237. -ms-flex-pack: center;
  238. justify-content: center;
  239. -webkit-box-align: center;
  240. -ms-flex-align: center;
  241. align-items: center;
  242. & > li {
  243. margin-left: 116px;
  244. position: relative;
  245. &::after {
  246. content: '';
  247. display: none;
  248. width: 28px;
  249. height: 3px;
  250. background: #f3920d;
  251. position: absolute;
  252. left: 50%;
  253. bottom: 0;
  254. -webkit-transform: translateX(-50%);
  255. transform: translateX(-50%);
  256. }
  257. &.active {
  258. & > a {
  259. color: #f3920d;
  260. }
  261. &::after {
  262. display: block;
  263. }
  264. }
  265. &:hover {
  266. & > a {
  267. color: #f3920d;
  268. }
  269. &::after {
  270. display: block;
  271. }
  272. }
  273. &:first-child {
  274. margin-left: 0;
  275. }
  276. & > a {
  277. height: 66px;
  278. display: block;
  279. span {
  280. display: block;
  281. text-align: center;
  282. &:first-child {
  283. font-size: 28px;
  284. }
  285. &:last-child {
  286. font-size: 20px;
  287. margin-top: 2px;
  288. }
  289. }
  290. }
  291. }
  292. .dropdown {
  293. position: relative;
  294. &:hover {
  295. .dropdown-menu {
  296. display: block;
  297. }
  298. }
  299. .dropdown-menu {
  300. display: none;
  301. top: 66px;
  302. position: absolute;
  303. background: #fff;
  304. left: 50%;
  305. -webkit-transform: translateX(-50%);
  306. transform: translateX(-50%);
  307. & > li {
  308. &:hover {
  309. background: #f3920d;
  310. & > a {
  311. color: #fff;
  312. }
  313. .dropdown-submenu {
  314. display: block;
  315. }
  316. }
  317. & > a {
  318. display: block;
  319. line-height: 50px;
  320. text-align: center;
  321. width: 128px;
  322. font-size: 20px;
  323. }
  324. }
  325. .submenu-toggle {
  326. background: url(/img/icon-arrow-right.png) no-repeat;
  327. background-position: 98% center;
  328. background-size: 18px;
  329. }
  330. .dropdown-submenu {
  331. display: none;
  332. position: absolute;
  333. top: 0;
  334. left: 128px;
  335. background: #fff;
  336. width: 220px;
  337. min-height: 200px;
  338. -webkit-box-sizing: border-box;
  339. box-sizing: border-box;
  340. // padding: 16px 24px 16px 23px;
  341. padding: 10px 24px;
  342. border-left: 1px solid #e8e8e8;
  343. & > li {
  344. // float: left;
  345. // &:nth-child(2n) {
  346. // margin-right: 0;
  347. // }
  348. // &:nth-child(1),
  349. // &:nth-child(2) {
  350. // margin-top: 0;
  351. // }
  352. margin: 9px 0;
  353. & > a {
  354. display: block;
  355. line-height: 32px;
  356. text-align: center;
  357. background: #eee;
  358. color: #000;
  359. font-size: 14px;
  360. &:hover {
  361. color: #f3920d;
  362. background-color: rgba(243, 146, 13, 0.3);
  363. }
  364. }
  365. }
  366. }
  367. }
  368. }
  369. }
  370. }
  371. }
  372. // 底部区域
  373. .footer {
  374. margin-top: 120px;
  375. padding-top: 42px;
  376. background: #1b1b1b;
  377. .container {
  378. width: 1650px;
  379. .section {
  380. margin-right: 34px;
  381. float: left;
  382. .logo {
  383. img {
  384. &:first-child {
  385. width: 188px;
  386. }
  387. &:last-child {
  388. width: 136px;
  389. margin-left: 30px;
  390. }
  391. }
  392. }
  393. .item {
  394. position: relative;
  395. margin-top: 20px;
  396. padding-left: 44px;
  397. font-size: 25px;
  398. color: #fff;
  399. font-weight: lighter;
  400. &::before {
  401. content: '';
  402. display: block;
  403. width: 27px;
  404. height: 27px;
  405. position: absolute;
  406. left: 0;
  407. top: 50%;
  408. -webkit-transform: translateY(-50%);
  409. transform: translateY(-50%);
  410. background-repeat: no-repeat;
  411. background-position: center;
  412. background-size: 27px;
  413. }
  414. &.mobile {
  415. &::before {
  416. background-image: url(/img/icon-mobile.png);
  417. }
  418. span {
  419. &:last-child {
  420. margin-left: 16px;
  421. }
  422. }
  423. }
  424. &.email {
  425. &::before {
  426. background-image: url(/img/icon-email.png);
  427. }
  428. }
  429. &.address {
  430. &::before {
  431. background-image: url(/img/icon-address.png);
  432. }
  433. }
  434. &.contact {
  435. &::before {
  436. background-image: url(/img/icon-contact.png);
  437. }
  438. }
  439. &.site {
  440. &::before {
  441. background-image: url(/img/icon-site.png);
  442. }
  443. }
  444. }
  445. }
  446. .nav {
  447. margin-left: 86px;
  448. float: left;
  449. li {
  450. text-align: left;
  451. margin-top: 14px;
  452. &:first-child {
  453. margin-top: 12px;
  454. }
  455. a {
  456. font-size: 20px;
  457. font-weight: lighter;
  458. color: #fff;
  459. text-transform: uppercase;
  460. &:hover {
  461. color: #f3920d;
  462. }
  463. }
  464. }
  465. }
  466. .qrcode-content {
  467. float: right;
  468. display: -webkit-box;
  469. display: -ms-flexbox;
  470. display: flex;
  471. -webkit-box-pack: center;
  472. -ms-flex-pack: center;
  473. justify-content: center;
  474. -webkit-box-align: start;
  475. -ms-flex-align: start;
  476. align-items: flex-start;
  477. margin-top: 80px;
  478. .qrcode {
  479. width: 150px;
  480. text-align: center;
  481. margin-left: 25px;
  482. img {
  483. width: 119px;
  484. height: 119px;
  485. background-color: #fff;
  486. }
  487. .tip {
  488. font-size: 25px;
  489. color: #ffffff;
  490. margin-top: 11px;
  491. text-align: center;
  492. font-weight: lighter;
  493. }
  494. }
  495. }
  496. }
  497. .line {
  498. width: 1784px;
  499. margin: 0 auto;
  500. height: 1px;
  501. background-color: #fff;
  502. margin-top: 40px;
  503. }
  504. .link {
  505. display: -webkit-box;
  506. display: -ms-flexbox;
  507. display: flex;
  508. -webkit-box-pack: center;
  509. -ms-flex-pack: center;
  510. justify-content: center;
  511. -webkit-box-align: center;
  512. -ms-flex-align: center;
  513. align-items: center;
  514. i {
  515. display: block;
  516. height: 10px;
  517. width: 1px;
  518. background-color: rgba(255, 255, 255, 0.4);
  519. margin: 0 16px;
  520. }
  521. a {
  522. color: rgba(255, 255, 255, 0.4);
  523. font-size: 12px;
  524. &:hover {
  525. color: #f3920d;
  526. }
  527. }
  528. }
  529. .copyright {
  530. text-align: center;
  531. color: #bebebe;
  532. font-size: 22px;
  533. font-weight: lighter;
  534. line-height: 64px;
  535. a {
  536. // color: rgba(255, 255, 255, 0.8);
  537. color: #fff;
  538. text-decoration: underline;
  539. }
  540. * {
  541. margin: 0 24px;
  542. }
  543. }
  544. }
  545. }
  546. @media screen and (max-width: 768px) {
  547. html {
  548. font-size: 50px;
  549. }
  550. .only-pc {
  551. display: none !important;
  552. }
  553. .scroll-box {
  554. overflow-x: auto;
  555. white-space: nowrap;
  556. font-size: 0;
  557. &::-webkit-scrollbar {
  558. width: 0;
  559. height: 0;
  560. }
  561. &::-webkit-scrollbar-thumb {
  562. display: none;
  563. }
  564. }
  565. .section-title {
  566. position: relative;
  567. text-align: center;
  568. height: 0.64rem;
  569. margin: 1rem 0 0.65rem;
  570. img {
  571. display: block;
  572. height: 0.58rem;
  573. margin: 0 auto;
  574. }
  575. h3 {
  576. position: absolute;
  577. left: 50%;
  578. bottom: 0;
  579. -webkit-transform: translateX(-50%);
  580. transform: translateX(-50%);
  581. font-size: 0.34rem;
  582. font-weight: bold;
  583. }
  584. }
  585. .banner {
  586. &.swiper-container {
  587. width: 7.5rem;
  588. height: 2.74rem;
  589. .swiper-slide {
  590. img {
  591. display: block;
  592. width: 7.5rem;
  593. height: 2.74rem;
  594. }
  595. }
  596. .swiper-pagination {
  597. bottom: 0;
  598. .swiper-pagination-bullet {
  599. width: 0.1rem;
  600. height: 0.1rem;
  601. background: #fff;
  602. -webkit-box-sizing: border-box;
  603. box-sizing: border-box;
  604. border: 0.01rem solid #000;
  605. &.swiper-pagination-bullet-active {
  606. background: #000;
  607. }
  608. }
  609. }
  610. }
  611. &.single {
  612. width: 100%;
  613. height: 2.08rem;
  614. img {
  615. display: block;
  616. width: 100%;
  617. height: 2.08rem;
  618. }
  619. }
  620. }
  621. // 导航菜单
  622. .navbar {
  623. font-size: 0.26rem;
  624. height: 1.04rem;
  625. background: #fff;
  626. // overflow-x: hidden;
  627. position: -webkit-sticky;
  628. position: sticky;
  629. left: 0;
  630. top: 0;
  631. z-index: 90;
  632. .navbar-header {
  633. position: relative;
  634. z-index: 2;
  635. display: -webkit-box;
  636. display: -ms-flexbox;
  637. display: flex;
  638. -webkit-box-pack: justify;
  639. -ms-flex-pack: justify;
  640. justify-content: space-between;
  641. -webkit-box-align: center;
  642. -ms-flex-align: center;
  643. align-items: center;
  644. background: #fff;
  645. .logo {
  646. display: -webkit-box;
  647. display: -ms-flexbox;
  648. display: flex;
  649. -webkit-box-pack: center;
  650. -ms-flex-pack: center;
  651. justify-content: center;
  652. -webkit-box-align: center;
  653. -ms-flex-align: center;
  654. align-items: center;
  655. width: 2rem;
  656. height: 1.04rem;
  657. background: #f3920d;
  658. h1 {
  659. font-size: 0;
  660. }
  661. img {
  662. display: block;
  663. width: 1.78rem;
  664. }
  665. }
  666. .navbar-toggle {
  667. display: -webkit-box;
  668. display: -ms-flexbox;
  669. display: flex;
  670. -webkit-box-pack: center;
  671. -ms-flex-pack: center;
  672. justify-content: center;
  673. -webkit-box-align: center;
  674. -ms-flex-align: center;
  675. align-items: center;
  676. .name {
  677. font-size: 0.3rem;
  678. color: #f3920d;
  679. margin-right: 0.16rem;
  680. }
  681. .icon-bar {
  682. display: inline-block;
  683. width: 0.48rem;
  684. height: 0.48rem;
  685. background: url(/img/icon-menu.png) no-repeat center;
  686. background-size: 0.42rem;
  687. font-size: 0;
  688. margin-right: 0.32rem;
  689. margin-bottom: 0.03rem;
  690. }
  691. &[aria-expanded='true'] {
  692. .icon-bar {
  693. background-image: url(/img/icon-menu-close.png);
  694. background-size: 0.48rem;
  695. }
  696. .name {
  697. display: none;
  698. }
  699. }
  700. }
  701. }
  702. .navbar-collapse {
  703. display: none;
  704. position: absolute;
  705. width: 100%;
  706. height: 100vh;
  707. overflow-y: auto;
  708. -webkit-box-sizing: border-box;
  709. box-sizing: border-box;
  710. padding-left: 1.34rem;
  711. right: 0;
  712. top: 0;
  713. z-index: 1;
  714. background-color: transparent;
  715. -webkit-transition: background-color 0.2s;
  716. transition: background-color 0.2s;
  717. &::-webkit-scrollbar {
  718. width: 2px;
  719. height: 2px;
  720. background-color: #f5f5f5;
  721. }
  722. &::-webkit-scrollbar-thumb {
  723. border-radius: 2px;
  724. background-color: #cccecf;
  725. }
  726. .nav {
  727. background: #fff;
  728. padding: 0.48rem;
  729. padding-top: 1.04rem;
  730. -webkit-box-sizing: border-box;
  731. box-sizing: border-box;
  732. min-height: 100vh;
  733. li {
  734. a {
  735. display: block;
  736. }
  737. }
  738. & > li {
  739. border-top: 0.01rem solid #d8d8d8;
  740. border-bottom: 0.01rem solid #d8d8d8;
  741. & > a {
  742. font-size: 0.3rem;
  743. line-height: 1rem;
  744. span {
  745. &:last-child {
  746. display: none;
  747. }
  748. }
  749. }
  750. }
  751. .dropdown {
  752. .dropdown-toggle {
  753. background-image: url(/img/icon-menu-arrow-down.png);
  754. background-position: right center;
  755. background-size: 0.48rem;
  756. background-repeat: no-repeat;
  757. }
  758. &.open {
  759. .dropdown-toggle {
  760. background-image: url(/img/icon-menu-arrow-up.png);
  761. }
  762. }
  763. .dropdown-menu {
  764. display: none;
  765. padding-bottom: 0.24rem;
  766. & > li {
  767. & > a {
  768. line-height: 0.66rem;
  769. color: #666666;
  770. }
  771. }
  772. }
  773. .dropdown-submenu {
  774. padding: 0.24rem 0;
  775. li {
  776. float: left;
  777. margin-right: 0.4rem;
  778. margin-top: 0.24rem;
  779. &:nth-child(2n) {
  780. margin-right: 0;
  781. }
  782. &:nth-child(-n + 2) {
  783. margin-top: 0;
  784. }
  785. a {
  786. line-height: 0.56rem;
  787. width: 2.08rem;
  788. height: 0.56rem;
  789. background: #f7f7f7;
  790. text-align: center;
  791. color: #666666;
  792. }
  793. }
  794. }
  795. }
  796. }
  797. }
  798. }
  799. // 底部区域
  800. .footer {
  801. position: relative;
  802. background: #050001;
  803. -webkit-box-sizing: border-box;
  804. box-sizing: border-box;
  805. margin-top: 1rem;
  806. .container {
  807. width: 6.86rem;
  808. margin: 0 auto;
  809. position: relative;
  810. .logo {
  811. img {
  812. &:first-child {
  813. width: 1.88rem;
  814. }
  815. &:last-child {
  816. width: 1.36rem;
  817. }
  818. }
  819. }
  820. .title {
  821. font-size: 0.3rem;
  822. color: #fff;
  823. margin-top: 0.46rem;
  824. }
  825. .section {
  826. opacity: 0.8;
  827. width: 100%;
  828. padding: 0.32rem 0;
  829. margin-top: 3.8rem;
  830. border: 0.01rem solid #fff;
  831. border-left: 0;
  832. border-right: 0;
  833. border-bottom-color: rgba(255, 255, 255, 0.3);
  834. .item {
  835. position: relative;
  836. margin-top: 0.25rem;
  837. padding-left: 0.6rem;
  838. font-size: 0.24rem;
  839. color: #fff;
  840. &:nth-child(2) {
  841. margin-top: 0;
  842. }
  843. &::before {
  844. content: '';
  845. display: block;
  846. width: 0.4rem;
  847. height: 0.4rem;
  848. position: absolute;
  849. left: 0;
  850. top: 50%;
  851. -webkit-transform: translateY(-50%);
  852. transform: translateY(-50%);
  853. background-repeat: no-repeat;
  854. background-position: center;
  855. background-size: 0.4rem;
  856. }
  857. &.mobile {
  858. &::before {
  859. background-image: url(/img/icon-mobile.png);
  860. }
  861. span {
  862. &:last-child {
  863. margin-left: 0.4rem;
  864. }
  865. }
  866. }
  867. &.email {
  868. &::before {
  869. background-image: url(/img/icon-email.png);
  870. }
  871. }
  872. &.address {
  873. &::before {
  874. background-image: url(/img/icon-address.png);
  875. }
  876. }
  877. &.contact {
  878. &::before {
  879. background-image: url(/img/icon-contact.png);
  880. }
  881. }
  882. &.site {
  883. &::before {
  884. background-image: url(/img/icon-site.png);
  885. }
  886. }
  887. }
  888. }
  889. .nav {
  890. opacity: 0.8;
  891. position: absolute;
  892. top: 2.11rem;
  893. &.first {
  894. left: 0;
  895. }
  896. &.second {
  897. left: 3.91rem;
  898. }
  899. li {
  900. margin-top: 0.24rem;
  901. a {
  902. display: block;
  903. font-size: 0.24rem;
  904. color: #fff;
  905. }
  906. }
  907. }
  908. .qrcode-content {
  909. position: absolute;
  910. right: 0;
  911. bottom: -2.04rem;
  912. display: -webkit-box;
  913. display: -ms-flexbox;
  914. display: flex;
  915. -webkit-box-pack: center;
  916. -ms-flex-pack: center;
  917. justify-content: center;
  918. .qrcode {
  919. &:first-child {
  920. margin-right: 0.16rem;
  921. }
  922. img {
  923. display: block;
  924. width: 1.19rem;
  925. height: 1.19rem;
  926. background-color: #fff;
  927. }
  928. .tip {
  929. font-size: 0.2rem;
  930. color: #ffffff;
  931. margin-top: 0.16rem;
  932. text-align: center;
  933. opacity: 0.8;
  934. }
  935. }
  936. }
  937. }
  938. .copyright {
  939. width: 100%;
  940. -webkit-box-sizing: border-box;
  941. box-sizing: border-box;
  942. text-align: left;
  943. color: #fff;
  944. font-size: 0.2rem;
  945. padding: 0.4rem;
  946. opacity: 0.8;
  947. a {
  948. width: 4.2rem;
  949. color: #fff;
  950. }
  951. * {
  952. display: block;
  953. margin-bottom: 0.16rem;
  954. }
  955. }
  956. }
  957. }