修改主页

This commit is contained in:
闵宪瑞 2024-11-04 23:31:47 +08:00
parent 625ed95c80
commit 6d0ade5e75

View File

@ -1,14 +1,6 @@
<template> <template>
<div class="page-account" :style="backgroundImages ? { backgroundImage: 'url(' + backgroundImages + ')'} : { backgroundImage: 'url(' + backgroundImageMo + ')'}"> <div class="page-account" :style="backgroundImages ? { backgroundImage: 'url(' + backgroundImages + ')'} : { backgroundImage: 'url(' + backgroundImageMo + ')'}">
<div class="container" :class="[ fullWidth > 768 ? 'containerSamll':'containerBig']"> <div class="container" :class="[ fullWidth > 368 ? 'containerSamll':'containerBig']">
<template v-if="fullWidth>768">
<swiper :options="swiperOption" class="swiperPross">
<swiper-slide v-for="(item,index) in swiperList" :key="index" class="swiperPic">
<img :src="item.pic">
</swiper-slide>
<div slot="pagination" class="swiper-pagination" />
</swiper>
</template>
<div class="index_from page-account-container"> <div class="index_from page-account-container">
<div class="page-account-top "> <div class="page-account-top ">
<div class="page-account-top-logo"> <div class="page-account-top-logo">
@ -513,7 +505,7 @@ export default {
.containerSamll { .containerSamll {
/*width: 56% !important;*/ /*width: 56% !important;*/
width: 670px; width: 370px;
background: #fff !important; background: #fff !important;
} }