mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
Product list style updated
This commit is contained in:
parent
8e4dba9c32
commit
38e4cb44d7
@ -369,6 +369,7 @@ img, picture {
|
||||
display:block;
|
||||
li{
|
||||
max-width:20rem;
|
||||
width:22.8vw;
|
||||
//margin-right:.875rem;
|
||||
margin-left:2vw;
|
||||
.rc-column{
|
||||
@ -385,7 +386,7 @@ img, picture {
|
||||
}
|
||||
}
|
||||
img{
|
||||
width:22.8vw;
|
||||
width:100%;
|
||||
max-width:320px;
|
||||
min-width:160px;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="rc-top"></div>
|
||||
<unlogin></unlogin>
|
||||
<!-- Suppose in header end -->
|
||||
<van-swipe :autoplay="3000" class="rc-padding-bottom--md">
|
||||
<van-swipe :autoplay="3000" class="rc-padding-bottom--md" touchable>
|
||||
<van-swipe-item v-for="(banner, index) in showingBanners" :key="index">
|
||||
<img :src="banner.src" class="useraimg"/>
|
||||
</van-swipe-item>
|
||||
@ -42,7 +42,7 @@
|
||||
<div class="swiper-container rc-full-width rc-padding-y--md" id="swiper1">
|
||||
<h2 class="rc-beta rc-text--center">{{usertitle}}</h2>
|
||||
<!-- 轮播图 -->
|
||||
<van-swipe class="rc-padding-bottom--md">
|
||||
<van-swipe class="rc-padding-bottom--md" touchable>
|
||||
<van-swipe-item v-for="(item, index) in catlistvideo" :key="index">
|
||||
<div class="rc-video">
|
||||
<div class="uservideo">
|
||||
|
@ -296,7 +296,6 @@
|
||||
|
||||
<script>
|
||||
import Myheader from "~/components/header.vue";
|
||||
import $ from "jquery";
|
||||
import {
|
||||
userstype,
|
||||
biaomessa,
|
||||
|
Loading…
Reference in New Issue
Block a user