|
|
@@ -2,22 +2,19 @@
|
|
|
<div class="container">
|
|
|
<img class="topBox" src="../assets/矩形@3x (1).png" alt="" />
|
|
|
|
|
|
- <div class="top">
|
|
|
- <div class="top1">
|
|
|
- <div class="title1">嗨! 我们是第九空间</div>
|
|
|
- <div class="title2">全球领先的游戏数字藏品NFT集结地</div>
|
|
|
- <div class="btnCon" @click="$router.push('/collection')"><span>立即探索</span></div>
|
|
|
- </div>
|
|
|
- <div class="back">
|
|
|
- <!-- <swiper class="mySwiper imgBoxBack" ref="mySwiper" :options="swiperOptions">
|
|
|
+ <div class="top center-content">
|
|
|
+ <div class="title1">嗨! 我们是第九空间</div>
|
|
|
+ <div class="title2">全球领先的游戏数字藏品NFT集结地</div>
|
|
|
+ <div class="btnCon" @click="$router.push('/collection')"><span>立即探索</span></div>
|
|
|
+ </div>
|
|
|
+ <div class="back">
|
|
|
+ <!-- <swiper class="mySwiper imgBoxBack" ref="mySwiper" :options="swiperOptions">
|
|
|
<swiper-slide>
|
|
|
<el-image :src="getImg(banners[0].pic, '', 800)" />
|
|
|
</swiper-slide>
|
|
|
</swiper> -->
|
|
|
- <img class="el-image" src="../assets/bg@3x.png" alt="" />
|
|
|
- </div>
|
|
|
+ <img class="el-image" src="../assets/bg@3x.png" alt="" />
|
|
|
</div>
|
|
|
-
|
|
|
<div class="hot1">铸造者</div>
|
|
|
<div class="introduce center-content">
|
|
|
<router-link
|
|
|
@@ -269,89 +266,83 @@ export default {
|
|
|
height: 460px;
|
|
|
}
|
|
|
.container {
|
|
|
+ .back {
|
|
|
+ .el-image {
|
|
|
+ width: 745px;
|
|
|
+ height: 460px;
|
|
|
+ display: inline-block;
|
|
|
+ position: absolute;
|
|
|
+ top: 90px;
|
|
|
+ right: 0px;
|
|
|
+ }
|
|
|
+ // margin-right: 110px;
|
|
|
+ // .mySwiper {
|
|
|
+ // width: 745px;
|
|
|
+ // height: 460px;
|
|
|
+ // display: inline-block;
|
|
|
+ // position: absolute;
|
|
|
+ // top: 90px;
|
|
|
+ // .imgBoxBack {
|
|
|
+ // border-radius: 0px;
|
|
|
+ // }
|
|
|
+ // /deep/.el-image {
|
|
|
+ // display: block;
|
|
|
+ // width: 745px !important;
|
|
|
+ // height: 460px !important;
|
|
|
+ // border-radius: 0px !important;
|
|
|
+ // // margin-left: 1px;
|
|
|
+ // img {
|
|
|
+ // display: block;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ }
|
|
|
.top {
|
|
|
- display: flex;
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
z-index: 88;
|
|
|
- justify-content: space-between;
|
|
|
- .back {
|
|
|
- .el-image {
|
|
|
- width: 745px;
|
|
|
- height: 460px;
|
|
|
- display: inline-block;
|
|
|
- position: absolute;
|
|
|
- top: 90px;
|
|
|
- right: 0px;
|
|
|
- }
|
|
|
- // margin-right: 110px;
|
|
|
- // .mySwiper {
|
|
|
- // width: 745px;
|
|
|
- // height: 460px;
|
|
|
- // display: inline-block;
|
|
|
- // position: absolute;
|
|
|
- // top: 90px;
|
|
|
- // .imgBoxBack {
|
|
|
- // border-radius: 0px;
|
|
|
- // }
|
|
|
- // /deep/.el-image {
|
|
|
- // display: block;
|
|
|
- // width: 745px !important;
|
|
|
- // height: 460px !important;
|
|
|
- // border-radius: 0px !important;
|
|
|
- // // margin-left: 1px;
|
|
|
- // img {
|
|
|
- // display: block;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
+ // justify-content: space-between;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ height: 42px;
|
|
|
+ font-size: 32px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 42px;
|
|
|
+ font-family: ZhenyanGB-Regular, ZhenyanGB;
|
|
|
+ padding: 130px 0 25px 10px;
|
|
|
}
|
|
|
- .top1 {
|
|
|
- // width: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 50px;
|
|
|
- margin-left: 12%;
|
|
|
- .title {
|
|
|
- height: 42px;
|
|
|
- font-size: 32px;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 42px;
|
|
|
- font-family: ZhenyanGB-Regular, ZhenyanGB;
|
|
|
- padding: 130px 0 25px 10px;
|
|
|
- }
|
|
|
- .title1 {
|
|
|
- line-height: 47px;
|
|
|
- font-size: 46px;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff;
|
|
|
- font-family: ZhenyanGB-Regular, ZhenyanGB;
|
|
|
- padding: 220px 0 25px 10px;
|
|
|
- }
|
|
|
- .title2 {
|
|
|
- font-size: 20px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #ffffff;
|
|
|
- padding-left: 10px;
|
|
|
- }
|
|
|
- .btnCon {
|
|
|
- line-height: 44px;
|
|
|
- text-align: center;
|
|
|
- background: transparent;
|
|
|
- margin: 60px 0 0 10px;
|
|
|
- font-size: 20px;
|
|
|
- width: 136px;
|
|
|
- cursor: pointer;
|
|
|
- height: 44px;
|
|
|
- border: 1px solid;
|
|
|
- border-radius: 8px;
|
|
|
- color: #fdfb60;
|
|
|
- border-image: linear-gradient(135deg, rgba(253, 251, 96, 1), rgba(255, 143, 62, 1)) 1 1;
|
|
|
- }
|
|
|
+ .title1 {
|
|
|
+ line-height: 47px;
|
|
|
+ font-size: 46px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ font-family: ZhenyanGB-Regular, ZhenyanGB;
|
|
|
+ padding: 220px 0 25px 10px;
|
|
|
+ }
|
|
|
+ .title2 {
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
+ .btnCon {
|
|
|
+ line-height: 44px;
|
|
|
+ text-align: center;
|
|
|
+ background: transparent;
|
|
|
+ margin: 60px 0 0 10px;
|
|
|
+ font-size: 20px;
|
|
|
+ width: 136px;
|
|
|
+ cursor: pointer;
|
|
|
+ height: 44px;
|
|
|
+ border: 1px solid;
|
|
|
+ border-radius: 8px;
|
|
|
+ color: #fdfb60;
|
|
|
+ border-image: linear-gradient(135deg, rgba(253, 251, 96, 1), rgba(255, 143, 62, 1)) 1 1;
|
|
|
}
|
|
|
}
|
|
|
}
|