Commit 4fa464e9 authored by zhoucong's avatar zhoucong

123

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