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;
|
display:block;
|
||||||
li{
|
li{
|
||||||
max-width:20rem;
|
max-width:20rem;
|
||||||
|
width:22.8vw;
|
||||||
//margin-right:.875rem;
|
//margin-right:.875rem;
|
||||||
margin-left:2vw;
|
margin-left:2vw;
|
||||||
.rc-column{
|
.rc-column{
|
||||||
@ -385,7 +386,7 @@ img, picture {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width:22.8vw;
|
width:100%;
|
||||||
max-width:320px;
|
max-width:320px;
|
||||||
min-width:160px;
|
min-width:160px;
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div class="rc-top"></div>
|
<div class="rc-top"></div>
|
||||||
<unlogin></unlogin>
|
<unlogin></unlogin>
|
||||||
<!-- Suppose in header end -->
|
<!-- 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">
|
<van-swipe-item v-for="(banner, index) in showingBanners" :key="index">
|
||||||
<img :src="banner.src" class="useraimg"/>
|
<img :src="banner.src" class="useraimg"/>
|
||||||
</van-swipe-item>
|
</van-swipe-item>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
<div class="swiper-container rc-full-width rc-padding-y--md" id="swiper1">
|
<div class="swiper-container rc-full-width rc-padding-y--md" id="swiper1">
|
||||||
<h2 class="rc-beta rc-text--center">{{usertitle}}</h2>
|
<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">
|
<van-swipe-item v-for="(item, index) in catlistvideo" :key="index">
|
||||||
<div class="rc-video">
|
<div class="rc-video">
|
||||||
<div class="uservideo">
|
<div class="uservideo">
|
||||||
|
@ -296,7 +296,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Myheader from "~/components/header.vue";
|
import Myheader from "~/components/header.vue";
|
||||||
import $ from "jquery";
|
|
||||||
import {
|
import {
|
||||||
userstype,
|
userstype,
|
||||||
biaomessa,
|
biaomessa,
|
||||||
|
Loading…
Reference in New Issue
Block a user