修改样式
This commit is contained in:
parent
72df74744a
commit
73806e2712
@ -105,9 +105,13 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="item.status==3"
|
<view v-if="item.status==3"
|
||||||
style="font-weight: 400;color: #3D3D3D;font-size: 24rpx;background: #EEEEEE;border-radius: 6rpx;padding: 30rpx 20rpx;">
|
style="font-weight: 400;color: #888888;font-size: 24rpx;background: #f8f8f8;border-radius: 6rpx;padding: 20rpx 20rpx;">
|
||||||
{{ item.reason }}
|
{{ item.reason }}
|
||||||
</view>
|
</view>
|
||||||
|
<view v-if="item.withdrawal_status==3 "
|
||||||
|
style="font-weight: 400;color: #888888;font-size: 24rpx;background: #f8f8f8;border-radius: 6rpx;padding: 20rpx 20rpx;">
|
||||||
|
{{ item.remark }}
|
||||||
|
</view>
|
||||||
<view style="background: #eeeeee;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
|
<view style="background: #eeeeee;width: 100%;height: 1px;margin: 40rpx 0rpx;"></view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="list.length==0" style="position: absolute;text-align: center;margin: 0 auto;left: 0;right: 0;top: 50%;">
|
<view v-if="list.length==0" style="position: absolute;text-align: center;margin: 0 auto;left: 0;right: 0;top: 50%;">
|
||||||
@ -195,7 +199,6 @@
|
|||||||
popupStyle: {
|
popupStyle: {
|
||||||
width: '620rpx',
|
width: '620rpx',
|
||||||
padding: '30rpx 30rpx 42rpx 30rpx',
|
padding: '30rpx 30rpx 42rpx 30rpx',
|
||||||
height: '660rpx',
|
|
||||||
margin: '0 auto', // 水平居中
|
margin: '0 auto', // 水平居中
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'start',
|
justifyContent: 'start',
|
||||||
|
@ -40,14 +40,14 @@
|
|||||||
|
|
||||||
<span class="line-row"></span>
|
<span class="line-row"></span>
|
||||||
<view class="row flex align-items" style="margin-top: 25rpx; ">
|
<view class="row flex align-items" style="margin-top: 25rpx; ">
|
||||||
<span class="label flex align-items">
|
<view class="label flex align-items" style="width: auto;">
|
||||||
<image src="@/static/fabu/jhdd.png" mode="widthFix"
|
<image src="@/static/fabu/jhdd.png" mode="widthFix"
|
||||||
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
|
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
|
||||||
集合地点
|
集合地点
|
||||||
</span>
|
</view>
|
||||||
<view class="row-right" @click="choose()">
|
<view class="row-right" @click="choose()">
|
||||||
<input class="input" type="text" disabled="true" placeholder="请填写地址" v-model="form.address"
|
<input class="input" type="text" disabled="true" placeholder="请填写地址" v-model="form.address"
|
||||||
placeholder-class="plasty" />
|
placeholder-class="plasty" style="width: auto;"/>
|
||||||
<u-icon name="arrow-right" color="#323232"></u-icon>
|
<u-icon name="arrow-right" color="#323232"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -60,16 +60,16 @@
|
|||||||
|
|
||||||
<view class="row flex align-items" style="margin: 30rpx 0;">
|
<view class="row flex align-items" style="margin: 30rpx 0;">
|
||||||
|
|
||||||
<span class="label flex align-items">
|
<view class="label flex align-items" style="width: auto;">
|
||||||
<image src="@/static/fabu/hdsj.png" mode="widthFix"
|
<image src="@/static/fabu/hdsj.png" mode="widthFix"
|
||||||
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
|
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
|
||||||
活动时间
|
活动时间
|
||||||
</span>
|
</view>
|
||||||
<span class="row-right" @click="dateShowHidden()">
|
<view class="row-right" @click="dateShowHidden()">
|
||||||
<input type="text" placeholder="请选择活动时间" class="input" disabled="true" v-model="form.time"
|
<input type="text" placeholder="请选择活动时间" class="input" disabled="true" v-model="form.time"
|
||||||
placeholder-class="plasty" />
|
placeholder-class="plasty" style="width: auto;"/>
|
||||||
<u-icon name="arrow-right" color="#323232"></u-icon>
|
<u-icon name="arrow-right" color="#323232"></u-icon>
|
||||||
</span>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user