| | |
| | | <pageDetail></pageDetail> |
| | | <hangqing></hangqing> |
| | | <pagePromote></pagePromote> |
| | | <div class="partner-list"> |
| | | <!-- <div class="partner-list"> |
| | | <ul class="logo-list" style="animation-duration: 60s"> |
| | | <li class="pr48"> |
| | | <img |
| | |
| | | /> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | <div class="join-us"> |
| | | </div> --> |
| | | <!-- <div class="join-us"> |
| | | <div class="join-us-title">{{ $t("message.home.jiaruwomen") }}</div> |
| | | <div class="join-us-desc"> |
| | | {{ $t("message.home['您的加入,才能壯大BCWP社區!']") }} |
| | | {{ $t("message.home['您的加入,才能壯大Deepcoin社區!']") }} |
| | | </div> |
| | | </div> |
| | | <div class="footer-box footer-background"> |
| | | </div> --> |
| | | <!-- <div class="footer-box footer-background"> |
| | | <div class="pc-all"> |
| | | <div class="content-view-box footer-view"> |
| | | <div class="left-footer" style="width: 1200px"> |
| | |
| | | > |
| | | {{ $t("message.home.language") }} |
| | | </div> |
| | | <!-- <div class="dropdown-content"> 繁体中文</div>--> |
| | | <div class="arrow"> |
| | | <img |
| | | src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAAXNSR0IArs4c6QAAADlQTFRFAAAAcHyLdHyLc3yJcn2Kcn2Lcn6LdH6LcoCNc3+Nc32Mc3yMc32Mcn6Nc36Ncn6Ncn6Nc36Nc36N+XnEgAAAABJ0Uk5TAEBAUGBwgICur7/P0N/f7u/+t+EvHQAAAENJREFUKM9jYBgFCCCEAIJUlORESHJgSDJxweS4GBlwymKTY2Bg5gHJcTNj9w0Ln5AQLwsuv7IK8LPiDgl2ttHUgA4AYVQFV3PnVtMAAAAASUVORK5CYII=" |
| | |
| | | <p>Vexus 2024 © {{ $t('message.home["版權所有"]') }}。</p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <footer-view /> |
| | | <!-- 语言和汇率弹窗 --> |
| | | <lang-select ref="langSelect" /> |
| | | </div> |
| | |
| | | <style scoped lang="css"> |
| | | #move-main-scroll { |
| | | width: 100vw; |
| | | background-color: #fdfeff; |
| | | background-color: #000000; |
| | | |
| | | .partner-list { |
| | | width: 100%; |
| | |
| | | height: 24px; |
| | | margin-right: 24px; |
| | | margin-bottom: 24px; |
| | | color: #2a64fb; |
| | | color: #f7b328; |
| | | font-weight: 700; |
| | | width: 45px; |
| | | height: 39px; |
| | |
| | | transform: translate(-50%); |
| | | } |
| | | } |
| | | |
| | | .footer { |
| | | min-height: 100px; |
| | | background: rgb(24, 26, 32); |
| | | border-top: 1px solid rgba(109, 109, 109, 0.5); |
| | | .footer_top { |
| | | width: 94%; |
| | | margin: 0 auto; |
| | | display: flex; |
| | | padding: 16px 0; |
| | | .footer_left { |
| | | flex: 0 0 40%; |
| | | box-sizing: border-box; |
| | | .logo { |
| | | display: flex; |
| | | align-items: center; |
| | | .avatar { |
| | | width: 40px; |
| | | height: 40px; |
| | | background: url(../../assets/logo.png) no-repeat center center; |
| | | background-size: 40px 40px; |
| | | } |
| | | .text { |
| | | color: #fff; |
| | | font-size: 16px; |
| | | letter-spacing: 3px; |
| | | } |
| | | } |
| | | .text { |
| | | color: #989898; |
| | | font-size: 14px; |
| | | } |
| | | } |
| | | |
| | | .footer_list { |
| | | flex: 0 0 30%; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | .about { |
| | | color: #fff; |
| | | font-size: 20px; |
| | | font-weight: 400; |
| | | width: 100%; |
| | | text-align: center; |
| | | } |
| | | /* h1 { |
| | | font-size: 16px; |
| | | color: #fff; |
| | | margin-bottom: 10px; |
| | | } */ |
| | | ul { |
| | | width: 100%; |
| | | li { |
| | | width: 100%; |
| | | text-align: center; |
| | | a { |
| | | width: 100%; |
| | | text-align: center; |
| | | text-decoration: none; |
| | | color: #989898; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | &:hover { |
| | | display: inline-block; |
| | | color: #f7b328; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .footer_bottom { |
| | | width: 94%; |
| | | margin: 0 auto; |
| | | padding: 16px 0; |
| | | border-top: 1px solid rgba(109, 109, 109, 0.5); |
| | | p { |
| | | margin-top: 4px; |
| | | color: #989898; |
| | | font-size: 12px; |
| | | } |
| | | } |
| | | } |
| | | </style> |