homeHeader.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. <template>
  2. <div class="header_app">
  3. <hea-der class="tophea_box"></hea-der>
  4. <div class="back-clor">
  5. <!-- <div class="topheader topheaderWeb">
  6. <div class="topheaderBox">
  7. <div class="topheaderContent" @click="gotoSanyou">
  8. <img class="headerImg" src="@/assets/img/header/logo1.png" alt="">
  9. <span class="headerText">Sanyou</span>
  10. <div class="headerBorder"></div>
  11. </div>
  12. <div class="topheaderContent" @click="gotoCRO">
  13. <img class="headerImg" src="@/assets/img/header/logo2.png" alt="">
  14. <span class="headerText">CRO</span>
  15. <div class="headerBorder"></div>
  16. </div>
  17. <div class="topheaderContent" @click="gotoCDO">
  18. <img class="headerImg" src="@/assets/img/header/logo3.png" alt="">
  19. <span class="headerText">CDO</span>
  20. <div class="headerBorder"></div>
  21. </div>
  22. <div class="topheaderContent" @click="gotoCPO">
  23. <img class="headerImg" src="@/assets/img/header/logo4.png" alt="">
  24. <span class="headerText">CPO</span>
  25. <div class="headerBorder"></div>
  26. </div>
  27. <div class="topheaderContent" @click="gotooneClick">
  28. <img class="headerImg" src="@/assets/img/header/logo5.png" alt="">
  29. <span class="headerText">CRS</span>
  30. <div class="headerBorder"></div>
  31. </div>
  32. <div class="topheaderContent" @click="gotoBsAb">
  33. <img class="headerImg" src="@/assets/img/header/logo6.png" alt="">
  34. <span class="headerText">oneClick⁺</span>
  35. <div class="headerBorder"></div>
  36. </div>
  37. </div>
  38. </div> -->
  39. <div class="header_top">
  40. <div class="logo" @click="$util.goRoute({ name: 'home' })">
  41. <img class="logo_img" src="@/assets/img/logo.png" alt="" srcset="" />
  42. </div>
  43. <div class="input_box">
  44. <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" text-color="#065BA9" active-text-color="#065BA9" @select="handleSelect">
  45. <el-menu-item index="home"><img class="el-menu-img" src="@/assets/img/doubleAntibody/S-17.png" alt="" srcset="" />Overview</el-menu-item>
  46. <el-menu-item index="configuration"><img class="el-menu-img" src="@/assets/img/doubleAntibody/S-18.png" alt="" srcset="" />Configuration</el-menu-item>
  47. <el-menu-item index="product"><img class="el-menu-img" src="@/assets/img/doubleAntibody/S-19.png" alt="" srcset="" />Product</el-menu-item>
  48. <el-menu-item index="antibody"><img class="el-menu-img" src="@/assets/img/doubleAntibody/S-23.png" alt="" srcset="" />Database</el-menu-item>
  49. <el-menu-item index="profile"><img class="el-menu-img" src="@/assets/img/doubleAntibody/S-21.png" alt="" srcset="" />Brochure</el-menu-item>
  50. <el-menu-item index="promotion"><img class="el-menu-img" src="@/assets/img/doubleAntibody/S-24.png" alt="" srcset="" />Promotion</el-menu-item>
  51. </el-menu>
  52. </div>
  53. <div class="header_c">
  54. <div class="clout">
  55. <img class="clout_img" src="@/assets/img/slogan.png" alt="" />
  56. <userInfo class="user_info"></userInfo>
  57. </div>
  58. </div>
  59. <!-- 移动端 -->
  60. <div style="display:none" class="menu" @click="tapcanceltpmd">
  61. <img class="menu_img" src="@/assets/img/menu.png" alt="" />
  62. </div>
  63. <div class="menubox" v-if="tapshowpmd">
  64. <div class="cancel" @click="tapcanceltpmdn">
  65. <img src="@/assets/img/dele.png" alt="" class="cancel_images" />
  66. </div>
  67. <!-- 移动端菜单 -->
  68. <el-menu class="el-menu-demo" default-active="1" background-color="#005bab" text-color="#ffffff" active-text-color="#ffffff" @select="handleSelect">
  69. <el-menu-item index="home">Overview</el-menu-item>
  70. <el-menu-item index="configuration">Configuration</el-menu-item>
  71. <el-menu-item index="product">Product</el-menu-item>
  72. <el-menu-item index="antibody">Database</el-menu-item>
  73. <el-menu-item index="profile">Brochure</el-menu-item>
  74. <el-menu-item index="promotion">Promotion</el-menu-item>
  75. </el-menu>
  76. </div>
  77. </div>
  78. <!-- <div class="topheader topheaderMove">
  79. <div class="topheaderBox">
  80. <div class="topheaderContent" @click="gotoSanyou">
  81. <img class="headerImg" src="@/assets/img/header/logo1.png" alt="">
  82. <span class="headerText">Sanyou</span>
  83. <div class="headerBorder"></div>
  84. </div>
  85. <div class="topheaderContent" @click="gotoCRO">
  86. <img class="headerImg" src="@/assets/img/header/logo2.png" alt="">
  87. <span class="headerText">CRO</span>
  88. <div class="headerBorder"></div>
  89. </div>
  90. <div class="topheaderContent" @click="gotoCDO">
  91. <img class="headerImg" src="@/assets/img/header/logo3.png" alt="">
  92. <span class="headerText">CDO</span>
  93. <div class="headerBorder"></div>
  94. </div>
  95. <div class="topheaderContent" @click="gotoCPO">
  96. <img class="headerImg" src="@/assets/img/header/logo4.png" alt="">
  97. <span class="headerText">CPO</span>
  98. <div class="headerBorder"></div>
  99. </div>
  100. <div class="topheaderContent" @click="gotooneClick">
  101. <img class="headerImg" src="@/assets/img/header/logo5.png" alt="">
  102. <span class="headerText">CRS</span>
  103. <div class="headerBorder"></div>
  104. </div>
  105. <div class="topheaderContent" @click="gotoBsAb">
  106. <img class="headerImg" src="@/assets/img/header/logo6.png" alt="">
  107. <span class="headerText">oneClick⁺</span>
  108. <div class="headerBorder"></div>
  109. </div>
  110. </div>
  111. </div> -->
  112. </div>
  113. <!-- <indexTaps></indexTaps> -->
  114. </div>
  115. </template>
  116. <script>
  117. import userInfo from "@/components/userInfo";
  118. import heaDer from "@/components/header";
  119. export default {
  120. components: {
  121. heaDer,
  122. // indexTaps,
  123. userInfo
  124. },
  125. name: "homeHeader",
  126. data() {
  127. return {
  128. showMove: localStorage.getItem("user"),
  129. tapshowpmd: false,
  130. activeIndex: "",
  131. tapshow: false,
  132. activity: true,
  133. activityshow: true
  134. };
  135. },
  136. methods: {
  137. gotoSanyou() {
  138. window.location.href = "https://sanyoubio.com/";
  139. },
  140. gotoCRO() {
  141. window.location.href = "https://sanyoubio.com/service?value=pointCRO";
  142. },
  143. gotoCDO() {
  144. window.location.href = "https://sanyoubio.com/service?value=pointCDO";
  145. },
  146. gotoCPO() {
  147. window.location.href = "https://sanyoubio.com/service?value=pointCPO";
  148. },
  149. gotooneClick() {
  150. window.location.href = "https://crs.sanyoubio.com/?utm_source=www";
  151. },
  152. gotoBsAb() {
  153. window.location.href = "https://www.oneclick-plus.com/?utm_source=www";
  154. },
  155. tapcancel() {
  156. this.tapshow = false;
  157. },
  158. tapcanceltpmd() {
  159. this.tapshowpmd = true;
  160. },
  161. tapcanceltpmdn() {
  162. this.tapshowpmd = false;
  163. },
  164. handleSelect(key, keyPath) {
  165. if (key) {
  166. this.$util.goRoute({ name: key });
  167. } else {
  168. this.$message("Launching soon", 3000);
  169. }
  170. this.tapshowpmd = false;
  171. }
  172. }
  173. };
  174. </script>
  175. <style lang="scss" scoped>
  176. @media screen and (min-width: 751px) and (max-width: 9999px) {
  177. .tophea_box {
  178. display: none;
  179. }
  180. .el-dropdown-menu /deep/ {
  181. margin-top: 6px;
  182. padding: 0;
  183. background: #012c53;
  184. color: #fff;
  185. border: none;
  186. .el-dropdown-menu__item {
  187. color: #fff;
  188. }
  189. .el-dropdown-menu__item:hover {
  190. background: #00396c;
  191. }
  192. }
  193. .header_app {
  194. position: sticky;
  195. top: 0;
  196. z-index: 9999;
  197. .back-clor {
  198. width: 100%;
  199. background-color: #fff;
  200. box-shadow: 0px 0px 40px 0px rgba(5,28,129,0.32);
  201. .header_top {
  202. width: 1200px;
  203. min-height: 80px;
  204. margin: auto;
  205. display: flex;
  206. align-items: center;
  207. // padding: 10px 0;
  208. // padding: 0.625rem 0;
  209. .logo {
  210. width: 96px;
  211. // margin-right: 40px;
  212. cursor: pointer;
  213. .logo_img {
  214. display: block;
  215. width: 100%;
  216. }
  217. .logo_d {
  218. color: #0053a8;
  219. padding-bottom: 0.625rem;
  220. border-bottom: 1px solid #0053a8;
  221. }
  222. }
  223. .input_box /deep/ {
  224. // margin-left: 2.25rem;
  225. flex: 1;
  226. .dropDown-img{
  227. width: 0.5rem;
  228. margin-left: 0.4rem;
  229. }
  230. .drop-down{
  231. z-index: 999;
  232. position: absolute;
  233. top: 80px;
  234. width: 200px;
  235. margin-left: 30px;
  236. background: #065BA9;
  237. padding: 0 1rem;
  238. box-sizing: border-box;
  239. display: none;
  240. overflow: hidden;
  241. box-shadow: 0px 0px 40px 0px rgba(5,28,129,0.32);
  242. }
  243. @keyframes move-drop {
  244. 0% {
  245. opacity: 0;
  246. margin-top: 30px;
  247. }
  248. 100% {
  249. opacity: 1;
  250. margin-top: 0px;
  251. }
  252. }
  253. .el-menu-item:hover .drop-down{
  254. display: block;
  255. animation: move-drop;
  256. animation-duration: .5s;
  257. animation-fill-mode: forwards;
  258. }
  259. .drop-text{
  260. text-align: center;
  261. font-size: 12px;
  262. line-height: 1;
  263. padding: 1rem 0;
  264. box-sizing: border-box;
  265. color: #fff;
  266. border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  267. a{
  268. text-decoration: none;
  269. }
  270. }
  271. .drop-text:last-child{
  272. border: none;
  273. }
  274. .el-menu {
  275. border-bottom: none;
  276. display: flex;
  277. align-items: center;
  278. flex-wrap: wrap;
  279. justify-content: space-between;
  280. .el-menu-item {
  281. // flex: 1;
  282. text-align: center;
  283. height: 80px;
  284. line-height: 80px;
  285. border-bottom: none;
  286. padding: 0 5px;
  287. position: relative;
  288. font-size: 18px;
  289. font-family: "Arial-BoldMT", Arial;
  290. // font-weight: normal;
  291. color: #005bab;
  292. font-weight: 500;
  293. &:hover {
  294. // background-color: #fff;
  295. }
  296. // &::before {
  297. // position: absolute;
  298. // width: 1px;
  299. // height: 1.25rem;
  300. // background-color: #d9e6f2;
  301. // left: 0;
  302. // top: 0.3125rem;
  303. // transform: translateX(-50%);
  304. // content: "";
  305. // }
  306. &:nth-of-type(1)::before {
  307. width: 0;
  308. }
  309. }
  310. .is-active {
  311. color: #FFF !important;
  312. background-color: #0053a8;
  313. // background-color: #fff;
  314. // border-bottom: none;
  315. position: relative;
  316. &::after {
  317. position: absolute;
  318. width: 70%;
  319. height: 1px;
  320. // background-color: #0053A8;
  321. content: "";
  322. left: 50%;
  323. bottom: -6px;
  324. transform: translateX(-50%);
  325. border-radius: 8rpx;
  326. }
  327. }
  328. }
  329. }
  330. .header_c {
  331. position: relative;
  332. // margin-left: 1%;
  333. .clout {
  334. font-weight: normal;
  335. display: flex;
  336. align-items: center;
  337. font-family: Arial;
  338. .clout_img {
  339. display: none;
  340. width: 260px;
  341. }
  342. }
  343. .clout_active {
  344. position: absolute;
  345. width: 3px;
  346. height: 20px;
  347. background: rgba(0, 91, 171, 0.2);
  348. top: 50%;
  349. left: -0.8rem;
  350. transform: translateY(-50%);
  351. }
  352. }
  353. }
  354. }
  355. .tap_telephone {
  356. height: 50px;
  357. position: fixed;
  358. bottom: 70px;
  359. right: 0;
  360. background-color: #005bab;
  361. box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  362. border-radius: 8px 0px 0px 8px;
  363. display: flex;
  364. align-items: center;
  365. padding: 0 22px 0 12px;
  366. cursor: pointer;
  367. z-index: 999;
  368. .telephone_img {
  369. width: 24px;
  370. margin-right: 8px;
  371. .telephone_i {
  372. width: 100%;
  373. }
  374. }
  375. .telephone_name {
  376. font-size: 20px;
  377. font-family: Arial;
  378. font-weight: normal;
  379. color: #ffffff;
  380. }
  381. }
  382. .taps {
  383. position: fixed;
  384. width: 100%;
  385. bottom: 0;
  386. right: 0;
  387. z-index: 999;
  388. .taps_s {
  389. display: inline-block;
  390. padding: 1.25rem 1.25rem 2rem;
  391. position: absolute;
  392. bottom: 3rem;
  393. right: 1.4rem;
  394. background-color: #f9fbfd;
  395. border-radius: 0.4rem;
  396. .taps_a {
  397. position: relative;
  398. display: inline-block;
  399. padding: 1.25rem 1.25rem 2rem;
  400. position: relative;
  401. background-color: #f9fbfd;
  402. border-radius: 0.4rem;
  403. .logo {
  404. display: flex;
  405. align-items: center;
  406. margin-bottom: 38px;
  407. .logo_img {
  408. width: 80px;
  409. }
  410. .logo_d {
  411. // font-size: 14px;
  412. // font-style:oblique;
  413. // font-family: "Arial-BoldMT",Arial;
  414. // font-weight: bold;
  415. // color: #005BAB;
  416. margin-left: 1rem;
  417. // position: relative;
  418. .clout_img {
  419. width: 260px;
  420. }
  421. // &::after{
  422. // position: absolute;
  423. // width: 3px;
  424. // height: 1.6rem;
  425. // background: rgba(0, 91, 171, 0.2);
  426. // content: "";
  427. // left:-1rem;
  428. // top: 50%;
  429. // transform: translateY(-50%);
  430. // }
  431. }
  432. }
  433. .taps_d {
  434. color: #000;
  435. font-weight: 600;
  436. font-size: 18px;
  437. margin-top: 0.4rem;
  438. margin-bottom: 3rem;
  439. }
  440. .taps_num {
  441. display: flex;
  442. align-items: center;
  443. .num_images {
  444. width: 24px;
  445. }
  446. .num {
  447. color: #005bab;
  448. margin-left: 8px;
  449. font-family: Arial;
  450. font-size: 14px;
  451. }
  452. }
  453. .taps_num + .taps_num {
  454. margin-top: 24px;
  455. }
  456. .taps_num_t {
  457. cursor: pointer;
  458. }
  459. .cancel {
  460. position: absolute;
  461. top: -0.8rem;
  462. right: -0.5rem;
  463. cursor: pointer;
  464. .cancel_images {
  465. width: 1.5rem;
  466. }
  467. }
  468. .taps_bot {
  469. font-size: 14px;
  470. font-family: Arial;
  471. color: #313131;
  472. margin-top: 22px;
  473. }
  474. }
  475. }
  476. }
  477. .activity {
  478. position: fixed;
  479. // bottom: 0;
  480. bottom: 20%;
  481. right: 0;
  482. z-index: 999;
  483. .taps_s {
  484. .activity_d {
  485. width: 200px;
  486. position: relative;
  487. margin-right: 0px;
  488. .images {
  489. width: 100%;
  490. cursor: pointer;
  491. }
  492. .images_icon {
  493. width: 20px;
  494. position: absolute;
  495. top: 6px;
  496. right: 6px;
  497. cursor: pointer;
  498. }
  499. }
  500. }
  501. }
  502. }
  503. .el-menu-demo /deep/{
  504. .el-menu-img{
  505. width: 24px;
  506. margin-right: 5px;
  507. }
  508. .is-active{
  509. .el-submenu__title{
  510. font-size: 16px !important;
  511. border-bottom: none !important;
  512. }
  513. }
  514. .el-submenu{
  515. flex: 1;
  516. text-align: center;
  517. .el-submenu__title{
  518. font-weight: 700;
  519. font-size: 18px;
  520. height: 80px;
  521. line-height: 80px;
  522. }
  523. }
  524. .el-icon-arrow-down{
  525. color: #065BA9 !important;
  526. }
  527. .el-icon-arrow-down:before{
  528. content: "\e790" !important;
  529. }
  530. }
  531. .topheader{
  532. border-bottom: 1px solid rgb(204, 228, 255);
  533. width: 100%;
  534. background: #fff;
  535. .topheaderBox{
  536. width: 1200px;
  537. display: flex;
  538. align-items: center;
  539. justify-content: space-between;
  540. margin: 0 auto;
  541. .topheaderContent{
  542. position: relative;
  543. display: flex;
  544. align-items: center;
  545. cursor: pointer;
  546. .headerImg{
  547. width: 40px;
  548. height: 40px;
  549. margin-right: 10px;
  550. }
  551. .headerText{
  552. font-size: 18px;
  553. padding: 20px 0;
  554. }
  555. .headerBorder{
  556. position: absolute;
  557. left: 145px;
  558. height: 20px;
  559. border-right: 1px solid #DDEDFF;
  560. }
  561. }
  562. .topheaderContent:nth-child(1) .headerBorder{
  563. left: 165px;
  564. }
  565. .topheaderContent:last-child .headerBorder{
  566. border: 0;
  567. }
  568. }
  569. }
  570. .topheader:hover{
  571. background: linear-gradient(to right, #00A3F0, #00BF90);
  572. .headerText{
  573. color: #fff;
  574. }
  575. }
  576. .topheaderMove{
  577. display: none;
  578. }
  579. }
  580. @media screen and (min-width: 751px) and(max-width: 1000px) {
  581. .header_top {
  582. width: 100% !important;
  583. padding: 0 20px !important;
  584. .input_box {
  585. .el-menu-item {
  586. padding: 0 4px !important;
  587. font-size: 14px !important;
  588. }
  589. }
  590. .logo {
  591. margin-right: 10px !important;
  592. }
  593. }
  594. }
  595. @media screen and (min-width: 0px) and (max-width: 750px) {
  596. .tophea_box {
  597. display: block;
  598. }
  599. .go_landing {
  600. width: 100%;
  601. background-color: #273949;
  602. .center_landing {
  603. padding: 0 0.2rem 0 0.28rem;
  604. height: 0.32rem;
  605. display: flex;
  606. justify-content: space-between;
  607. align-items: center;
  608. .center_landingl {
  609. display: flex;
  610. justify-content: space-between;
  611. align-items: center;
  612. .block-col-2 /deep/ {
  613. cursor: pointer;
  614. margin-right: 0.16rem;
  615. .el-dropdown {
  616. height: 0.32rem;
  617. line-height: 0.32rem;
  618. width: 0.88rem;
  619. display: block;
  620. }
  621. .el-dropdown-link {
  622. color: #fff;
  623. margin-left: 0.12rem;
  624. }
  625. .el-icon-arrow-down {
  626. margin-left: 0.1rem;
  627. }
  628. .el-dropdown:hover {
  629. background: #005bab;
  630. }
  631. }
  632. .center_text {
  633. display: none;
  634. }
  635. .center_textpmd {
  636. color: #fff;
  637. font-size: 12px;
  638. }
  639. }
  640. .center_landingpmd {
  641. display: flex;
  642. justify-content: space-between;
  643. align-items: center;
  644. .landingpmd_img {
  645. width: 0.24rem;
  646. height: 0.24rem;
  647. margin-right: 0.12rem;
  648. }
  649. .landingpmd_imgf {
  650. width: 0.24rem;
  651. height: 0.24rem;
  652. }
  653. }
  654. .center_landingr {
  655. display: none;
  656. }
  657. }
  658. }
  659. .el-dropdown-menu /deep/ {
  660. margin-top: 6px;
  661. padding: 0;
  662. background: #012c53;
  663. color: #fff;
  664. border: none;
  665. .el-dropdown-menu__item {
  666. color: #fff;
  667. }
  668. .el-dropdown-menu__item:hover {
  669. background: #00396c;
  670. }
  671. }
  672. .input_box {
  673. display: none;
  674. }
  675. .clout_active {
  676. display: none;
  677. }
  678. .menu {
  679. display: block !important;
  680. }
  681. .tap_telephone {
  682. height: 0.5rem;
  683. position: fixed;
  684. bottom: 1rem;
  685. right: 0.16rem;
  686. background-color: #005bab;
  687. box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  688. border-radius: 0.25rem;
  689. display: flex;
  690. align-items: center;
  691. padding: 0 0.09rem;
  692. cursor: pointer;
  693. z-index: 98;
  694. .telephone_img {
  695. width: 0.32rem;
  696. .telephone_i {
  697. width: 100%;
  698. }
  699. }
  700. .telephone_name {
  701. display: none;
  702. font-size: 0.14rem;
  703. font-family: Arial;
  704. font-weight: normal;
  705. color: #ffffff;
  706. }
  707. }
  708. // 弹框
  709. .taps {
  710. position: fixed;
  711. width: 100%;
  712. top: 0;
  713. left: 0;
  714. bottom: 0;
  715. right: 0;
  716. background-color: rgba(0, 0, 0, 0.5);
  717. z-index: 9999;
  718. .taps_s {
  719. display: inline-block;
  720. padding: 0.25rem;
  721. position: absolute;
  722. bottom: 0;
  723. right: 0;
  724. background-color: #f9fbfd;
  725. .taps_a {
  726. position: relative;
  727. display: inline-block;
  728. position: relative;
  729. background-color: #f9fbfd;
  730. .logo {
  731. display: flex;
  732. align-items: center;
  733. margin-bottom: 0.38rem;
  734. .logo_img {
  735. width: 20%;
  736. }
  737. .logo_d {
  738. // font-size: 0.12rem;
  739. // font-style:oblique;
  740. // font-family: "Arial-BoldMT",Arial;
  741. // font-weight: normal;
  742. // color: #005BAB;
  743. margin-left: 0.2rem;
  744. // position: relative;
  745. .clout_img {
  746. width: 260px;
  747. }
  748. // &::after{
  749. // position: absolute;
  750. // width: 0.02rem;
  751. // height: 0.1rem;
  752. // background: rgba(0, 91, 171, 0.2);
  753. // content: "";
  754. // left:-0.1rem;
  755. // top: 50%;
  756. // transform: translateY(-50%);
  757. // }
  758. }
  759. }
  760. .taps_num {
  761. display: flex;
  762. align-items: center;
  763. .num_images {
  764. width: 0.24rem;
  765. }
  766. .num {
  767. color: #005bab;
  768. margin-left: 0.08rem;
  769. font-family: Arial;
  770. font-size: 0.14rem;
  771. }
  772. }
  773. .taps_num + .taps_num {
  774. margin-top: 0.2rem;
  775. }
  776. .cancel {
  777. position: absolute;
  778. top: -0.15rem;
  779. right: -0.15rem;
  780. cursor: pointer;
  781. .cancel_images {
  782. width: 0.24rem;
  783. }
  784. }
  785. .taps_bot {
  786. font-size: 0.14rem;
  787. font-family: Arial;
  788. color: #313131;
  789. margin-top: 0.2rem;
  790. }
  791. }
  792. }
  793. }
  794. .header_app {
  795. .back-clor {
  796. width: 100%;
  797. background-color: #fff;
  798. .header_top {
  799. width: 100%;
  800. height: 0.48rem;
  801. display: flex;
  802. align-items: center;
  803. justify-content: space-around;
  804. .logo {
  805. width: 15%;
  806. margin: 0;
  807. .logo_img {
  808. display: block;
  809. width: 100%;
  810. }
  811. }
  812. .menu {
  813. width: 6%;
  814. .menu_img {
  815. display: block;
  816. width: 100%;
  817. }
  818. }
  819. .header_c {
  820. border-left: 2px solid rgba(0, 91, 171, 0.2);
  821. padding-left: 0.1rem;
  822. .user_info {
  823. display: none;
  824. }
  825. .clout {
  826. display: flex;
  827. align-items: center;
  828. .clout_img {
  829. width: 260px;
  830. }
  831. }
  832. }
  833. }
  834. }
  835. }
  836. .menubox /deep/{
  837. position: fixed;
  838. width: 100%;
  839. height: 100%;
  840. top: 0;
  841. left: 0;
  842. bottom: 0;
  843. right: 0;
  844. background-color: #005bab;
  845. z-index: 9999;
  846. .cancel {
  847. width: 100%;
  848. height: 0.45rem;
  849. // border-bottom: 1px solid #f1f1f1;
  850. display: flex;
  851. align-items: center;
  852. justify-content: right;
  853. .cancel_images {
  854. width: 0.3rem;
  855. margin-right: 0.2rem;
  856. }
  857. }
  858. p {
  859. width: 100%;
  860. height: 0.45rem;
  861. line-height: 0.45rem;
  862. text-indent: 0.24rem;
  863. color: white;
  864. font-size: 0.14rem;
  865. border-bottom: 1px solid #f1f1f1;
  866. a {
  867. color: white;
  868. text-decoration: none;
  869. font-size: 0.14rem;
  870. }
  871. }
  872. .el-submenu{
  873. border-top: 1px solid #f1f1f1;
  874. .el-submenu__title{
  875. font-size: 0.14rem;
  876. background-color: #005bab !important;
  877. .el-submenu__icon-arrow{
  878. color: #fff !important;
  879. }
  880. }
  881. .el-menu-item{
  882. border: none !important;
  883. }
  884. }
  885. .el-menu-item{
  886. color: white;
  887. text-decoration: none;
  888. font-size: 0.14rem !important;
  889. border-top: 1px solid #f1f1f1;
  890. background-color: #005bab !important;
  891. }
  892. .el_menus{
  893. border: none !important;
  894. }
  895. }
  896. .activity {
  897. display: none;
  898. }
  899. .topheader{
  900. width: 100%;
  901. .topheaderBox{
  902. width: 100%;
  903. display: flex;
  904. align-items: center;
  905. justify-content: space-around;
  906. padding: 0.1rem 0.1rem;
  907. .topheaderContent{
  908. display: flex;
  909. align-items: center;
  910. flex-direction: column;
  911. .headerImg{
  912. width: 0.35rem;
  913. height: 0.35rem;
  914. margin: 0 0 0.05rem 0;
  915. }
  916. .headerText{
  917. width: 100%;
  918. padding: 0;
  919. font-size: 0.1rem;
  920. color: #6c6c6c;
  921. text-align: center;
  922. line-height: 1;
  923. }
  924. .headerBorder{
  925. display: none;
  926. }
  927. }
  928. }
  929. }
  930. .topheaderWeb{
  931. display: none;
  932. }
  933. }
  934. </style>