提交 d37b7f3c 编写于 作者: Anne_LXM's avatar Anne_LXM 提交者: Anne_LXM

样式调整

上级 2573ffe4
<template>
<view class="warp">
<!-- #ifdef APP-PLUS -->
<!-- #ifdef APP -->
<statusBar></statusBar>
<!-- #endif -->
<!-- banner -->
<unicloud-db ref="bannerdb" v-slot:default="{data, loading, error, options}" collection="opendb-banner"
field="_id,bannerfile,open_url,title" @load="onqueryload">
field="_id,bannerfile,open_url,title" @load="onqueryload" >
<!-- 当无banner数据时显示占位图 -->
<image v-if="!(loading||data.length)" class="banner-image" src="/static/uni-center/headers.png" mode="aspectFill" :draggable="false" />
<swiper v-else class="swiper-box" @change="changeSwiper" :current="current" indicator-dots>
<swiper v-else class="swiper-box" @change="changeSwiper" :current="current" indicator-dots>
<swiper-item v-for="(item, index) in data" :key="item._id">
<view class="swiper-item" @click="clickBannerItem(item)">
<image class="banner-image" :src="item.bannerfile.url" mode="aspectFill" :draggable="false" />
</view>
<image class="banner-image" :src="item.bannerfile.url" mode="aspectFill" @click="clickBannerItem(item)" :draggable="false" />
</swiper-item>
</swiper>
</unicloud-db>
......@@ -44,11 +42,11 @@
</template>
<script>
// #ifdef APP-PLUS
// #ifdef APP
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
// #endif
export default {
// #ifdef APP-PLUS
// #ifdef APP
components: {
statusBar
},
......@@ -202,7 +200,7 @@
}
.banner-image {
width: 750rpx;
width: 100%;
height: 400rpx;
}
......
......@@ -263,7 +263,7 @@
.content {
/* #ifndef APP-NVUE */
display: flex;
width: 750rpx;
width: 100%;
height: 100vh;
/* #endif */
flex-direction: column;
......@@ -272,17 +272,16 @@
}
.bottom-back {
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10px;
width: 750rpx;
height: 44px;
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
flex-direction: column;
justify-content: center;
align-items: center;
/* #ifndef APP-NVUE */
border: none;
width: 100%;
border: none;
/* #endif */
border-width: 0;
border-radius: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册