|
|
@@ -39,9 +39,9 @@
|
|
|
<button class="admin-button-com big default" @click="goBack()"
|
|
|
style="margin-left:58upx;padding:30upx 55upx 30upx 55upx;">返回</button>
|
|
|
<button class="admin-button-com big blue" @click="toSend()"
|
|
|
- style="margin-left:58upx;padding:30upx 65upx; 30upx 65upx;" >确认分配</button>
|
|
|
+ style="margin-left:58upx;padding:30upx 65upx; 30upx 65upx;" >分配</button>
|
|
|
</div>
|
|
|
- <view v-if="remain>=0" style="width:200upx;position:fixed;bottom:40upx;left:10upx;z-index:99999;font-size:32upx;">
|
|
|
+ <view v-if="remain>=0" style="width:200upx;position:fixed;bottom:40upx;left:15upx;z-index:99999;font-size:32upx;">
|
|
|
还剩{{ remain }}
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -374,10 +374,10 @@
|
|
|
line-height: 60upx;
|
|
|
text-align: center;
|
|
|
background: #ffffff;
|
|
|
- border: 1upx solid #568014;
|
|
|
+ border: 1upx solid #b4b4b4;
|
|
|
border-radius: 4upx;
|
|
|
font-size: 30upx;
|
|
|
- color:#568014;
|
|
|
+ color:#777777;
|
|
|
position: absolute;
|
|
|
left:180upx;
|
|
|
top:15upx;
|
|
|
@@ -402,10 +402,10 @@
|
|
|
line-height: 60upx;
|
|
|
text-align: center;
|
|
|
background: #ffffff;
|
|
|
- border: 1upx solid #568014;
|
|
|
+ border: 1upx solid #b4b4b4;
|
|
|
border-radius: 4upx;
|
|
|
font-size: 30upx;
|
|
|
- color:#568014;
|
|
|
+ color:#777777;
|
|
|
position: absolute;
|
|
|
left:350upx;
|
|
|
top:15upx;
|
|
|
@@ -416,10 +416,10 @@
|
|
|
line-height: 60upx;
|
|
|
text-align: center;
|
|
|
background: #ffffff;
|
|
|
- border: 1upx solid #568014;
|
|
|
+ border: 1upx solid #b4b4b4;
|
|
|
border-radius: 4upx;
|
|
|
font-size: 30upx;
|
|
|
- color:#568014;
|
|
|
+ color:#777777;
|
|
|
position: absolute;
|
|
|
left:350upx;
|
|
|
top:-58upx;
|