|
|
@@ -4,106 +4,82 @@
|
|
|
<view class="top-head">
|
|
|
<view class="head-item head-left">
|
|
|
<view class="left-img">
|
|
|
- <image src="@/static/img/index/logo.gif" mode="aspectFill"></image>
|
|
|
+ <image src="@/static/img/index/logo1.png" mode="aspectFill"></image>
|
|
|
+ </view>
|
|
|
+ <view class="left-text">
|
|
|
+ <view class="item-item">BNBDAO</view>
|
|
|
+ <view class="item-item">WEB3 DATA</view>
|
|
|
</view>
|
|
|
- <view class="left-text">bnb.dao</view>
|
|
|
</view>
|
|
|
<view class="head-item head-right">
|
|
|
- <view class="right-img" @click.stop="setShowLang"><image src="@/static/img/index/lang-img.png" mode="aspectFill"></image></view>
|
|
|
- <view class="right-text">{{getShowAddress()}}</view>
|
|
|
+ <view class="right-img" @click.stop="setShowLang"><image src="@/static/img/index/yy.svg" mode="aspectFill"></image></view>
|
|
|
+ <view class="right-text">{{babAddress}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="top-lang" :class="{'show-lang':showLang}">
|
|
|
- <view class="lang-item" v-for="langItem in langList" @click.stop="setLocaleLang(langItem.name)">{{langItem.value}}</view>
|
|
|
+<!-- <view class="top-lang" :class="{'show-lang':showLang}">-->
|
|
|
+<!-- <view class="lang-item" v-for="langItem in langList" @click.stop="setLocaleLang(langItem.name)">{{langItem.value}}</view>-->
|
|
|
+<!-- </view>-->
|
|
|
+ <view class="top-text">
|
|
|
+ <view class="text-item">Use your NFTs as collateral</view>
|
|
|
+ <view class="text-item"> to borrow ETH or deposit</view>
|
|
|
+ <view class="text-item"> your ETH and earn yields</view>
|
|
|
+ <view class="text-item"> instantly!</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view :style="{'height':(100+(showLang?langList.length*100:0))+'rpx'}"></view>
|
|
|
- <view class="index-tab">
|
|
|
- <view class="tab-items">
|
|
|
- <view class="tab-item" @click.stop="setTabNum(1)" :class="{'select-item':tabNum===1}">{{$t('index.index.tab.one')}}</view>
|
|
|
- <view class="tab-item" @click.stop="setTabNum(0)" :class="{'select-item':tabNum===0}">{{$t('index.index.tab.two')}}</view>
|
|
|
- </view>
|
|
|
- <view class="tab-item-bg" :class="{'bg-location-1':tabNum===1,'bg-location-0':tabNum===0}"></view>
|
|
|
- </view>
|
|
|
- <view class="tab-one" v-if="tabNum===0">
|
|
|
- <view class="index-content">
|
|
|
- <view class="content-my" @click="setInvest">
|
|
|
- <view class="my-img"><image src="@/static/img/index/my-img.png"></image></view>
|
|
|
- <view class="my-text">{{$t('index.index.my.title')}}</view>
|
|
|
- </view>
|
|
|
- <view class="content-data">
|
|
|
- <view class="data-item">BP1.08</view>
|
|
|
- <view class="data-item">{{$t('index.index.data.text')}}</view>
|
|
|
- </view>
|
|
|
- <view class="content-item">
|
|
|
- <view class="item-value">{{$t('index.index.item.one')}} : {{memberData.levelName}}</view>
|
|
|
- <view class="item-value">ID : {{memberData.invite_code}}</view>
|
|
|
- </view>
|
|
|
- <view class="content-item">
|
|
|
- <view class="item-value">{{$t('index.index.item.two')}} : {{memberData.recommendNum}}</view><view class="item-value"></view>
|
|
|
- </view>
|
|
|
- <view class="content-item">
|
|
|
- <view class="item-value">{{$t('index.index.item.three')}} : {{memberData.teamNum}}</view><view class="item-value"></view>
|
|
|
- </view>
|
|
|
- <view class="content-share">
|
|
|
- <view class="share-title">{{$t('index.index.share.one')}}</view>
|
|
|
- <view class="share-join">{{$t('index.index.share.two')}}</view>
|
|
|
- <view class="share-join share-copy">{{$t('index.index.share.three')}}</view>
|
|
|
- </view>
|
|
|
+ <view class="top-but">
|
|
|
+ <button>定金</button>
|
|
|
</view>
|
|
|
- <view class="index-list">
|
|
|
- <view class="list-title">
|
|
|
- <view class="title-img"><image src="@/static/img/index/my-img.png"></image></view>
|
|
|
- <view class="title-text">{{$t('index.index.list.title')}}</view>
|
|
|
- </view>
|
|
|
- <view class="list-item">
|
|
|
- <view class="item-name">{{$t('index.index.list.item1')}}</view>
|
|
|
- <view class="item-name">{{$t('index.index.list.item2')}}</view>
|
|
|
- <view class="item-name">{{$t('index.index.list.item3')}}</view>
|
|
|
- <view class="item-name">{{$t('index.index.list.item4')}}</view>
|
|
|
- </view>
|
|
|
+ <view class="top-bottom">
|
|
|
+ <image class="bottom-img" src="@/static/img/index/dagou.svg" mode="aspectFill"></image>
|
|
|
+ <text class="bottom-text">Running SAFE for 236 days. Read more in the </text>
|
|
|
+ <text class="bottom-text"> Audit report</text>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
- <view class="tab-two" v-else>
|
|
|
- <view class="content-item content-one">
|
|
|
- <view class="content-title">
|
|
|
- <view class="title-item"><view class="item-solid"></view> <view class="item-text">Contracts</view></view>
|
|
|
- <view class="title-item"><view class="item-text">How bn.dao contracts work</view></view>
|
|
|
- </view>
|
|
|
- <view class="content-img">
|
|
|
- <image src="@/static/img/index/p_0.c3c2de4e.png"></image>
|
|
|
- </view>
|
|
|
- <view class="content-text">
|
|
|
- <view class="text-title">The main advantage of the bn.dao ?</view>
|
|
|
- <view class="text-title">One key to start</view>
|
|
|
- <view class="text-title">Provide users with an integrated solution to automatically income that takes into account both high yield and high liquidity. Even novice users can easily get started.</view>
|
|
|
- </view>
|
|
|
- <view class="content-but">Start now</view>
|
|
|
-
|
|
|
+ <view class="index-list">
|
|
|
+ <view class="list-title">
|
|
|
+ <view class="title-img"> <image src="@/static/img/index/bnb2.png" mode="aspectFill"></image></view>
|
|
|
+ <view class="title-text">我的收支明细(100)</view>
|
|
|
</view>
|
|
|
- <view class="content-item content-two">
|
|
|
- <view class="content-title">
|
|
|
- <view class="title-item"><view class="item-solid"></view> <view class="item-text">Earn interest</view></view>
|
|
|
- <view class="title-item"><view class="item-text">The interest source of the</view></view>
|
|
|
- </view>
|
|
|
- <view class="content-text">
|
|
|
- <view class="text-title">It aims to become a high-yield stablecoin Yu'e Bao, providing users with stablecoin interest income with the highest return in the market. Currently supported currencies Including
|
|
|
- BNB (BSC) based on Ethereum, BNB (BEP20) based on Binance based. Users only need to deposit tokens into the cooperative wallet App, and they can periodically obtain interest
|
|
|
- income.</view>
|
|
|
- <view class="text-title">As an interest aggregator, the BSC network has opened up a lending/liquidity protocol at the bottom layer. Through predictable currency holding data, we can dynamically adjust the
|
|
|
- transaction volume according to the rise and fall of miners' fees, which can provide users with access to market The highest deposit interest. We will continue to evaluate and
|
|
|
- integrate more open financial protocols, including Hybrid lending platform.</view>
|
|
|
+ <division ></division>
|
|
|
+ <view v-for="i in 5" class="item">
|
|
|
+ <view class="list-item">
|
|
|
+ <view class="item-line">
|
|
|
+ <view class="item-text">BNB</view>
|
|
|
+ </view>
|
|
|
+ <view class="item-line line-text">
|
|
|
+ <view class="item-text">平台分润</view>
|
|
|
+ </view>
|
|
|
+ <view class="item-line">
|
|
|
+ <view class="item-text">BNB Number</view>
|
|
|
+ <view class="item-text text-two">
|
|
|
+ <view class="text-img">
|
|
|
+ <image src="@/static/img/index/bnb2.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="text">56</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item-line">
|
|
|
+ <view class="item-text">积分</view>
|
|
|
+ <view class="item-text text-two">
|
|
|
+ <view class="text-img">
|
|
|
+ <image src="@/static/img/index/jf.svg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="text">56</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="item-line">
|
|
|
+ <view class="item-text">手续费</view>
|
|
|
+ <view class="item-text">56 </view>
|
|
|
+ </view>
|
|
|
+ <view class="item-line">
|
|
|
+ <view class="item-text">时间</view>
|
|
|
+ <view class="item-text">56 </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="content-but">Start now</view>
|
|
|
+ <division class="division-item"></division>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <view class="index-button">
|
|
|
- <view class="button-item">Binance Smart Contract</view>
|
|
|
- <view class="button-item">Financial Program</view>
|
|
|
- </view>
|
|
|
-
|
|
|
+ <view class="index-bottom"></view>
|
|
|
</view>
|
|
|
|
|
|
</template>
|
|
|
@@ -112,9 +88,10 @@ import {getInvestData, setInvest} from "@/api/contract";
|
|
|
import tools from "@/common/js/tools";
|
|
|
import tokenpocketBnb from "@/common/wallet/tokenpocket-wallet/tokenpocket-bnb";
|
|
|
import {getMemberInfo} from "@/api/member";
|
|
|
+import Division from "@/pages/index/components/division";
|
|
|
|
|
|
export default {
|
|
|
- components: {},
|
|
|
+ components: {Division},
|
|
|
data() {
|
|
|
return {
|
|
|
applicationLocale: '',
|
|
|
@@ -156,9 +133,6 @@ export default {
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
- getShowAddress(){
|
|
|
- return tools.getShowAddress(this.babAddress)
|
|
|
- },
|
|
|
setShowLang() {
|
|
|
this.showLang = !this.showLang
|
|
|
},
|
|
|
@@ -232,388 +206,191 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-.index-data {
|
|
|
- min-height: 100vh;
|
|
|
- background: rgb(21, 26, 47);
|
|
|
- position: relative;
|
|
|
+//@import "/static/css/common.css";
|
|
|
+.index-data{
|
|
|
.index-top{
|
|
|
- z-index: 100;
|
|
|
- position: fixed;
|
|
|
- width: 100vw;
|
|
|
- padding: 20rpx;
|
|
|
- color: #fff;
|
|
|
- background: rgba(0,0,0,.67);
|
|
|
+ box-shadow:0 0 24rpx 0 #000;
|
|
|
box-sizing: border-box;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 40rpx 0;
|
|
|
+ width: 100%;
|
|
|
+ background: linear-gradient(0deg, rgb(64, 74, 96) 0%, rgb(9, 21, 36) 100%);
|
|
|
.top-head{
|
|
|
- height: 60rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ height: 84rpx;
|
|
|
+ padding-left: 20rpx;
|
|
|
.head-item{
|
|
|
- height: 60rpx;
|
|
|
display: flex;
|
|
|
justify-content: left;
|
|
|
}
|
|
|
.head-left{
|
|
|
.left-img{
|
|
|
- width: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
+ margin-top: 1rpx;
|
|
|
image{
|
|
|
- width: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
+ width: 80rpx;
|
|
|
+ height: 80rpx;
|
|
|
}
|
|
|
}
|
|
|
.left-text{
|
|
|
- font-weight: 600;
|
|
|
- color: #734ce2;
|
|
|
- font-size: 30rpx;
|
|
|
- line-height: 60rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
+ padding-top: 5px;
|
|
|
+ margin-left: 10px;
|
|
|
+
|
|
|
+ .item-item{
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .item-item:nth-of-type(1){
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.head-right{
|
|
|
+ justify-content: right;
|
|
|
.right-img{
|
|
|
- margin-top: 6rpx;
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
+ width: 70rpx;
|
|
|
+ height: 70rpx;
|
|
|
image{
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
+ width: 70rpx;
|
|
|
+ height: 70rpx;
|
|
|
}
|
|
|
}
|
|
|
.right-text{
|
|
|
- background: linear-gradient(to right, rgb(115, 76, 226), rgb(96, 107, 251));
|
|
|
- color: #fff;
|
|
|
- border-radius:52rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- width: 208rpx;
|
|
|
- height: 52rpx;
|
|
|
- margin-top: 4rpx;
|
|
|
margin-left: 20rpx;
|
|
|
- line-height: 52rpx;
|
|
|
- text-align: center;
|
|
|
+ height: 70rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
+ width: 200rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ color: rgb(116, 132, 164);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .top-lang{
|
|
|
- transition: 0.5s ease;
|
|
|
- height: 0;
|
|
|
- overflow: hidden;
|
|
|
- .lang-item{
|
|
|
- height: 100rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+ .top-text{
|
|
|
+ clear: both;
|
|
|
+ padding: 40rpx;
|
|
|
+ margin-top: 40rpx;
|
|
|
+ .text-item{
|
|
|
color: #fff;
|
|
|
- font-size: 32rpx;
|
|
|
- padding-left: 40rpx;
|
|
|
- box-sizing: border-box;
|
|
|
+ font-size: 50rpx;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
- .show-lang{
|
|
|
- height: auto;
|
|
|
- transition: 0.5s ease;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
- .index-tab{
|
|
|
- height: 88rpx;
|
|
|
- background-color: rgba(35,35,35,.8);
|
|
|
- border-radius: 20rpx;
|
|
|
- padding:14rpx 30rpx;
|
|
|
- margin: 20rpx 20rpx 0 20rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- position: relative;
|
|
|
- .tab-items{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- .tab-item{
|
|
|
- width: calc((100% - 60rpx)/2);
|
|
|
- height: 60rpx;
|
|
|
- line-height: 60rpx;
|
|
|
- color: #fff;
|
|
|
+ .top-but{
|
|
|
+ width: 80%;
|
|
|
+ margin: 60rpx auto 0;
|
|
|
+ button{
|
|
|
+ height: 90rpx;
|
|
|
+ line-height: 90rpx;
|
|
|
text-align: center;
|
|
|
- transition: 0.2s;
|
|
|
+ background: rgb(0, 87, 255);
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
- .tab-item-bg{
|
|
|
- width: calc((100% - 120rpx)/2);
|
|
|
- height: 60rpx;
|
|
|
- background-color: hsla(0,0%,100%,.18);
|
|
|
- border-radius: 16rpx;
|
|
|
- top: 14rpx;
|
|
|
- position: absolute;
|
|
|
- }
|
|
|
- .bg-location-1{
|
|
|
- left: 30rpx;
|
|
|
- transition: .5s ease;
|
|
|
- }
|
|
|
- .bg-location-0{
|
|
|
- left: calc(50% + 30rpx);
|
|
|
- transition: .5s ease;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- .tab-one{
|
|
|
- .index-content{
|
|
|
- margin: 20rpx 20rpx 0 20rpx;
|
|
|
- padding: 30rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: rgba(35,35,35,.8);
|
|
|
- backdrop-filter: saturate(180%) blur(20px);
|
|
|
- border-radius: 20rpx;
|
|
|
- height: 860rpx;
|
|
|
- background-image: url(@/static/img/index/inv_bg.png);
|
|
|
- background-size: cover;
|
|
|
- .content-my{
|
|
|
- display: flex;
|
|
|
- justify-content: left;
|
|
|
- height: 80rpx;
|
|
|
- padding: 16rpx 0;
|
|
|
- box-sizing: border-box;
|
|
|
- .my-img{
|
|
|
- width: 44rpx;
|
|
|
- image{
|
|
|
- width: 44rpx;
|
|
|
- height: 44rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- .my-text{
|
|
|
- margin-left: 20rpx;
|
|
|
- color: #fff;
|
|
|
- font-size: 32rpx;
|
|
|
- line-height: 44rpx;
|
|
|
- }
|
|
|
+ .top-bottom{
|
|
|
+ padding: 40rpx;
|
|
|
+ .bottom-img{
|
|
|
+ display: inline-block;
|
|
|
+ width: 24rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ margin-right: 10rpx;
|
|
|
}
|
|
|
- .content-data{
|
|
|
- flex-direction: column;
|
|
|
- width: 200rpx;
|
|
|
- height: 200rpx;
|
|
|
- background-image: url(@/static/img/index/logo.gif);
|
|
|
- background-size: cover;
|
|
|
- margin: 20rpx auto;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- .data-item{
|
|
|
- font-size: 32rpx;
|
|
|
- color: #f0b90b;
|
|
|
- }
|
|
|
+ .bottom-text{
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #7484a4;
|
|
|
}
|
|
|
- .content-item{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- height: 82rpx;
|
|
|
- .item-value{
|
|
|
- color: #fff;
|
|
|
- height: 82rpx;
|
|
|
- line-height: 82rpx;
|
|
|
- font-size: 32rpx;
|
|
|
- }
|
|
|
+ .bottom-text:nth-of-type(2){
|
|
|
+ margin-left: 0.5em;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
- .content-share{
|
|
|
- width: 100%;
|
|
|
- min-height: 200rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 2rpx solid #000;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .index-list{
|
|
|
+ background: #fff;
|
|
|
+ width: 90%;
|
|
|
+ margin: 40rpx auto;
|
|
|
+ border-radius: 10px;
|
|
|
+ padding: 20px 10px;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 13px;
|
|
|
+ box-shadow: 0 8rpx 16rpx 0 rgba(0,0,0,0.08);
|
|
|
+ .list-title{
|
|
|
+ display: flex;
|
|
|
+ justify-content: left;
|
|
|
+ .title-img{
|
|
|
+ background: rgb(0, 87, 255);
|
|
|
+ padding: 10rpx;
|
|
|
border-radius: 20rpx;
|
|
|
- margin-bottom: 20rpx;
|
|
|
- .share-title{
|
|
|
- font-size: 32rpx;
|
|
|
- margin: 0 auto 20rpx;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- .share-join{
|
|
|
- width: 90%;
|
|
|
- margin: 0 5% 20rpx 5%;
|
|
|
- padding: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 1px solid #666;
|
|
|
- border-radius: 20rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #999;
|
|
|
- word-break: break-all;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .share-copy{
|
|
|
- background: linear-gradient(to right, rgb(115, 76, 226), rgb(96, 107, 251));
|
|
|
- color: #fff;
|
|
|
- font-size: 26rpx;
|
|
|
- text-align: center;
|
|
|
+ image{
|
|
|
+ width: 80rpx;
|
|
|
+ height: 80rpx;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- .index-list{
|
|
|
- margin: 20rpx 20rpx 0 20rpx;
|
|
|
- padding: 30rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: rgba(35,35,35,.8);
|
|
|
- backdrop-filter: saturate(180%) blur(20px);
|
|
|
- border-radius: 20rpx;
|
|
|
- height: 640rpx;
|
|
|
- background-image: url(@/static/img/index/gift_bg.png);
|
|
|
- background-size: cover;
|
|
|
- .list-title{
|
|
|
- display: flex;
|
|
|
- justify-content: left;
|
|
|
- height: 80rpx;
|
|
|
- padding: 16rpx 0;
|
|
|
- box-sizing: border-box;
|
|
|
- .title-img{
|
|
|
- width: 44rpx;
|
|
|
- image{
|
|
|
- width: 44rpx;
|
|
|
- height: 44rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- .title-text{
|
|
|
- margin-left: 20rpx;
|
|
|
- color: #fff;
|
|
|
- font-size: 32rpx;
|
|
|
- line-height: 44rpx;
|
|
|
- }
|
|
|
+ .title-text{
|
|
|
+ margin-left: 20rpx;
|
|
|
+ line-height: 100rpx;
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
- .list-item{
|
|
|
+ }
|
|
|
+ .list-item{
|
|
|
+ margin-top: 20rpx;
|
|
|
+ .item-line{
|
|
|
+ margin-bottom: 20rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- .item-name{
|
|
|
- width: 22%;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
- .item-name:nth-of-type(2){
|
|
|
- width: 43%;
|
|
|
- }
|
|
|
- .item-name:nth-of-type(3){
|
|
|
- width: 20%;
|
|
|
- }
|
|
|
- .item-name:nth-of-type(4){
|
|
|
- width: 15%;
|
|
|
+ .item-text{
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: rgb(177, 177, 177);
|
|
|
+ line-height: 42rpx;
|
|
|
+ height: 42rpx;
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .tab-two{
|
|
|
- padding: 0 30rpx;
|
|
|
- .content-item{
|
|
|
- margin-top: 32px;
|
|
|
- background-color: #f5f3ff;
|
|
|
- border-radius: 48rpx;
|
|
|
- padding-bottom:30rpx;
|
|
|
- .content-title{
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 36rpx 30rpx;
|
|
|
- .title-item{
|
|
|
+ .text-two{
|
|
|
display: flex;
|
|
|
- justify-content: left;
|
|
|
- padding-left: 20rpx;
|
|
|
- .item-text{
|
|
|
- font-size: 36rpx;
|
|
|
- color: #7349f2;
|
|
|
-
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- .item-solid {
|
|
|
+ justify-content: right;
|
|
|
+ .text-img{
|
|
|
display: inline-block;
|
|
|
- width: 48px;
|
|
|
- height: 2px;
|
|
|
- background-color: #7349f2;
|
|
|
- margin-top: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .content-text{
|
|
|
- padding: 36rpx 30rpx;
|
|
|
- .text-title{
|
|
|
- font-size: 30rpx;
|
|
|
- }
|
|
|
- .text-title:nth-of-type(1){
|
|
|
- color: #7349f2;
|
|
|
- }
|
|
|
- .text-title:nth-of-type(2){
|
|
|
- color: #292d33;
|
|
|
- font-weight: 600;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
- .text-title:nth-of-type(3){
|
|
|
- color: #5c6066;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- .content-but{
|
|
|
- margin-left: 36rpx;
|
|
|
- width: 200rpx;
|
|
|
- height: 90rpx;
|
|
|
- background-color: #7349f2;
|
|
|
- border-radius: 16rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- font-size: 30rpx;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- .content-one{
|
|
|
- position: relative;
|
|
|
- background-color: #f5f3ff;
|
|
|
- background-image: url("@/static/img/index/p.a945ca3b.png");
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- .content-img{
|
|
|
- height: 600rpx;
|
|
|
- image{
|
|
|
- position: absolute;
|
|
|
- top: 315rpx;
|
|
|
- left: -10rpx;
|
|
|
- width: calc(100vw - 20rpx);
|
|
|
- height: 432rpx;
|
|
|
- z-index: 9;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .content-two{
|
|
|
- background-color: #f2fffd;
|
|
|
- .content-title{
|
|
|
- .title-item{
|
|
|
- .item-text{
|
|
|
- color:#0ab192;
|
|
|
+ padding: 6rpx;
|
|
|
+ background: rgb(0, 87, 255);
|
|
|
+ border-radius: 50%;
|
|
|
+ height: 42rpx;
|
|
|
+ width: 42rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ image{
|
|
|
+ width: 30rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ z-index: 100;
|
|
|
+ }
|
|
|
}
|
|
|
- .item-solid {
|
|
|
- background-color: #0ab192;
|
|
|
+ .text{
|
|
|
+ margin-left: 10rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .content-text{
|
|
|
- .text-title{
|
|
|
- color: #5c6066 !important;
|
|
|
- font-weight: 400 !important;
|
|
|
+ .line-text{
|
|
|
+ margin-bottom: 40rpx;
|
|
|
+ .item-text{
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #222;
|
|
|
}
|
|
|
}
|
|
|
- .content-but{
|
|
|
- background-color: #0ab192;
|
|
|
+ }
|
|
|
+ .item:last-child{
|
|
|
+ .division-item{
|
|
|
+ display: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .index-button{
|
|
|
- margin: 20rpx 20rpx 0 20rpx;
|
|
|
- height: 80rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- .button-item{
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 600;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- .button-item:nth-of-type(1){
|
|
|
- color: rgb(115, 76, 226);
|
|
|
- }
|
|
|
-
|
|
|
+ .index-bottom{
|
|
|
+ height: 50rpx;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|
|
|
+
|
|
|
</style>
|