手机版首页增加合作伙伴列表
This commit is contained in:
parent
9a88eb86c5
commit
02bc4940bb
@ -58,4 +58,30 @@ export default class PartnerSection extends Vue {
|
||||
}
|
||||
}
|
||||
|
||||
#partner-section.mobile{
|
||||
height: unset;
|
||||
padding-bottom: 10vw;
|
||||
.title-bar{
|
||||
width: 54vw;
|
||||
height: 12vw;
|
||||
margin-bottom: 10vw;
|
||||
}
|
||||
.partner-list{
|
||||
margin-bottom: 5vw;
|
||||
justify-content: space-between;
|
||||
width: 80vw;
|
||||
gap: 5vw;
|
||||
.coso{
|
||||
width: 16.4vw;
|
||||
height: 16.4vw;
|
||||
}
|
||||
.kucoin{
|
||||
width: 41vw;
|
||||
}
|
||||
.multiverse{
|
||||
width: 20vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -5,6 +5,7 @@
|
||||
<mobile-center-section></mobile-center-section>
|
||||
<hero-section></hero-section>
|
||||
<investors-section></investors-section>
|
||||
<partner-section></partner-section>
|
||||
<mobile-footer></mobile-footer>
|
||||
</div>
|
||||
</template>
|
||||
@ -16,10 +17,12 @@ import MobileCenterSection from '@/components/mobile/main/CenterSection.vue'
|
||||
import HeroSection from '@/components/index/HeroSection.vue'
|
||||
import InvestorsSection from '@/components/index/InvestorsSection.vue'
|
||||
import MobileFooter from '@/components/mobile/main/MobileFooter.vue'
|
||||
import PartnerSection from '@/components/index/PartnerSection.vue'
|
||||
|
||||
@Component({
|
||||
name: 'MobileIndex',
|
||||
components: {
|
||||
PartnerSection,
|
||||
MobileFooter,
|
||||
InvestorsSection,
|
||||
HeroSection,
|
||||
|
Loading…
x
Reference in New Issue
Block a user