Commit 33f85008 authored by Zhang Xiaojie's avatar Zhang Xiaojie

fix

parent 722d2573
......@@ -7,7 +7,7 @@
<div
class="bd6 flex flex-col flex-shrink overflow-hidden overflow-ellipsis"
>
<span class="word15">{{inst_name}}-{{product_name}}</span>
<span class="word15">{{product_name}}</span>
<span class="txt10">{{features}}</span>
<!-- <span class="word16">{{features}}</span> -->
</div>
......
<template>
<div class="navbar w-full" style="z-index: 300">
<div
class="h-full theBar flex items-center px-5 justify-center relative bg-white"
class="h-full theBar flex items-center px-5 justify-center relative "
style="background:#F7F7FA"
v-bind="$attrs"
>
<div class="relative w-full flex items-center justify-center">
......
<template>
<van-swipe class="my-swipe" :autoplay="3000" indicator-color="white">
<van-swipe-item v-for="(image, index) in bannerUrls" :key="index">
<vantImage fit="contain" class="h-36 w-full" :src="image" />
<van-swipe class="my-swipe" :autoplay="3000" indicator-color="white" >
<van-swipe-item v-for="(image, index) in bannerUrls" :key="index" >
<vantImage fit="cover" class=" h-36 w-full" :src="image" />
</van-swipe-item>
</van-swipe>
</template>
......@@ -29,12 +29,12 @@ export default defineComponent({
<style scoped lang="less">
.my-swipe {
min-height: 200px;
height: 144px;
}
.my-swipe .van-swipe-item {
color: #fff;
font-size: 20px;
line-height: 100px;
// line-height: 100px;
text-align: center;
background-color: #e8edf0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment