wechat
parent
35c01defa7
commit
39fa396124
|
|
@ -28,7 +28,7 @@
|
|||
v-model="password"
|
||||
/>
|
||||
</view>
|
||||
<button @tap="login()" type="button">登 录</button>
|
||||
<u-button type="primary" shape="circle" @tap="login()">登 录</u-button>
|
||||
<!-- <view class="reg" @tap="reg()">注 册</view> -->
|
||||
</form>
|
||||
</view>
|
||||
|
|
@ -137,15 +137,7 @@ export default {
|
|||
padding-top: 80rpx;
|
||||
}
|
||||
|
||||
.t-login button {
|
||||
font-size: 28rpx;
|
||||
background: #2796f2;
|
||||
color: #fff;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
border-radius: 50rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.t-login input {
|
||||
height: 90rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue