|
|
@@ -2,14 +2,15 @@
|
|
|
<view class="model" v-if="show">
|
|
|
<view class="experFrame">
|
|
|
<view>
|
|
|
- <view style="text-align:center;margin-bottom:60upx;">
|
|
|
+ <view style="text-align:center;margin-bottom:20upx;">
|
|
|
<image :src="`${constant.imgUrl}/logo3.png`" class="logo" mode="widthFix"></image>
|
|
|
</view>
|
|
|
+ <view style="color:#666666;text-align:center;margin-bottom:30upx;font-size:35upx;">销花宝</view>
|
|
|
<view>
|
|
|
- <input v-model="mobile" class="experInput" placeholder="手机号" type="number" />
|
|
|
+ <input @focus="mobile=''" v-model="mobile" class="experInput" placeholder="手机号" type="number" />
|
|
|
</view>
|
|
|
<view>
|
|
|
- <input v-model="password" class="experInput" placeholder="密码" type="text" />
|
|
|
+ <input @focus="password=''" v-model="password" class="experInput" placeholder="密码" type="password" />
|
|
|
</view>
|
|
|
<button class="admin-button-com small blue buttonText" @click="loginClick">登陆</button>
|
|
|
</view>
|
|
|
@@ -49,7 +50,6 @@ export default {
|
|
|
left: 0;
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
- background: rgba(0, 0, 0, 0.6);
|
|
|
color: #fff;
|
|
|
overflow: hidden;
|
|
|
text-align: center;
|
|
|
@@ -81,7 +81,7 @@ export default {
|
|
|
font-size: 30upx;
|
|
|
}
|
|
|
&>.experFrame{
|
|
|
- margin-top: 260upx;
|
|
|
+ margin-top: 160upx;
|
|
|
height: 50upx;
|
|
|
.experInput{
|
|
|
height: 70upx;
|