|
|
|
@ -2,7 +2,46 @@ |
|
|
|
|
<view class="addressList"> |
|
|
|
|
<view class="addressList-hd"> |
|
|
|
|
<view class="items"> |
|
|
|
|
<view class="a">广告位图片</view> |
|
|
|
|
<view class="a">首页广告图片<text>(最多可上传 5张 尺寸 230px*236px 大小5M)</text></view> |
|
|
|
|
<view class="c"> |
|
|
|
|
<u-upload :action="action" width="160" height="160" :file-list="fileList" :custom-btn="true" max-count="5"> |
|
|
|
|
<template v-slot:addBtn> |
|
|
|
|
<view class="slot-btn" hover-class="slot-btn__hover" hover-stay-time="150"> |
|
|
|
|
<image src="/static/news/icon-upload.png"></image> |
|
|
|
|
<view class="1">上传图片</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
</u-upload> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="items"> |
|
|
|
|
<view class="a">进群分享图<text>(最多可上传 5张 尺寸 230px*236px 大小5M)</text></view> |
|
|
|
|
<view class="c"> |
|
|
|
|
<u-upload :action="action" width="160" height="160" :file-list="fileList" :custom-btn="true" max-count="5"> |
|
|
|
|
<template v-slot:addBtn> |
|
|
|
|
<view class="slot-btn" hover-class="slot-btn__hover" hover-stay-time="150"> |
|
|
|
|
<image src="/static/news/icon-upload.png"></image> |
|
|
|
|
<view class="1">上传图片</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
</u-upload> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="items"> |
|
|
|
|
<view class="a">活动广告图片<text>(最多可上传 5张 尺寸 230px*236px 大小5M)</text></view> |
|
|
|
|
<view class="c"> |
|
|
|
|
<u-upload :action="action" width="160" height="160" :file-list="fileList" :custom-btn="true" max-count="5"> |
|
|
|
|
<template v-slot:addBtn> |
|
|
|
|
<view class="slot-btn" hover-class="slot-btn__hover" hover-stay-time="150"> |
|
|
|
|
<image src="/static/news/icon-upload.png"></image> |
|
|
|
|
<view class="1">上传图片</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
</u-upload> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="items"> |
|
|
|
|
<view class="a">首页广告图片<text>(最多可上传 5张 尺寸 230px*236px 大小5M)</text></view> |
|
|
|
|
<view class="c"> |
|
|
|
|
<u-upload :action="action" width="160" height="160" :file-list="fileList" :custom-btn="true" max-count="5"> |
|
|
|
|
<template v-slot:addBtn> |
|
|
|
@ -78,6 +117,13 @@ |
|
|
|
|
line-height: 50rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #212121; |
|
|
|
|
.a{ |
|
|
|
|
text{ |
|
|
|
|
font-size: 24rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #ABABAB; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.c{ |
|
|
|
|
padding-top: 20rpx; |
|
|
|
|
overflow: hidden; |
|
|
|
|