Commit 4fa464e9 authored by zhoucong's avatar zhoucong

123

parent 15e6f9ca
......@@ -39,9 +39,7 @@
<u-section title="详细参数" :right="false" color="#303133"></u-section><text style="font-size: 24rpx;color: #ccc;margin-left: 30rpx;">Parameters</text>
</view>
<image src="../../../static/img/vlog/icon/fengexian.png" mode="" style="width: 100%;height: 15rpx;"></image>
<view class="parameter">
<image :src="item.url" mode="widthFix" v-for="(item,index) in imgList1" :key="index"></image>
</view>
<image :src="item.url" mode="widthFix" v-for="(item,index) in imgList1" :key="index" style="width: 100%;border-radius: 10rpx;"></image>
<view class="bottom" @click="beginMaking">
上传照片制作
</view>
......@@ -192,11 +190,6 @@
}
}
.parameter {
width: 100%;
image:{width: 100%;border-radius: 10rpx;}
}
.bottom {
position: fixed;
bottom: 0;
......
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