|
@@ -9,7 +9,8 @@
|
|
|
<view class="login_img">
|
|
|
<image src="/static/icon/ze.png"></image>
|
|
|
</view>
|
|
|
- <view class="login_name"><input class="uni-input" v-model="account" focus :placeholder="$t('login.a1')" />
|
|
|
+ <view class="login_name">
|
|
|
+ <input class="uni-input" v-model="account" focus :placeholder="$t('login.a1')" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="login_input flex">
|
|
@@ -366,11 +367,13 @@
|
|
|
|
|
|
.uni-input {
|
|
|
text-align: left;
|
|
|
- width: 470rpx;
|
|
|
+ width: 100%;
|
|
|
font-size: 28rpx !important;
|
|
|
}
|
|
|
|
|
|
.login_name {
|
|
|
+ margin-left: 10rpx;
|
|
|
+ flex-grow: 1;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
@@ -443,4 +446,14 @@
|
|
|
color: #cbb174;
|
|
|
font-size: 40rpx;
|
|
|
}
|
|
|
+ /* #ifdef H5 */
|
|
|
+ .loadapp {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ border: 1px solid #feb041;
|
|
|
+ background-color: transparent;
|
|
|
+ color: #feb041;
|
|
|
+ width: 45%;
|
|
|
+ }
|
|
|
+ /* #endif */
|
|
|
+
|
|
|
</style>
|