Commit 6461fea0 authored by 潘永坪's avatar 潘永坪

索道首页面样式修改

parent 2a15e4fd
......@@ -82,7 +82,7 @@
</swiper-item>
<swiper-item class="swiper-item">
<u-waterfall v-model="albumList">
<u-waterfall v-model="albumList" style="padding-top: 8rpx;">
<template v-slot:left="{leftList}">
<view v-for="(item, index) in leftList" :key="index" class="album-left" @click="goAlbum(index)">
<view class="album-list-top">
......@@ -791,10 +791,10 @@ export default {
}
//摄影、旅拍
.album-left{
margin:16rpx 6rpx 0 0;
margin:8rpx 6rpx 0 0;
}
.album-right{
margin: 16rpx 0 0 6rpx;
margin: 8rpx 0 0 6rpx;
}
.album-list-top image {
width: 100%;
......@@ -829,4 +829,7 @@ export default {
text-align: center;
line-height: 44rpx;
}
.swiper-item /deep/ .u-waterfall{
padding-top:8rpx;
}
</style>
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