|
@@ -23,7 +23,7 @@
|
|
</uni-forms>
|
|
</uni-forms>
|
|
|
|
|
|
<view class="quickLogon">
|
|
<view class="quickLogon">
|
|
- <view class="color-666" style="font-size: .85em;" @tap.stop="handleForgotPassword">忘记密码</view>
|
|
|
|
|
|
+ <view class="color-666" style="font-size: .85em; text-decoration: underline;" @tap.stop="handleForgotPassword">忘记密码</view>
|
|
<view class="register" @tap="handleChangeRegister">还没有登录账户?去注册</view>
|
|
<view class="register" @tap="handleChangeRegister">还没有登录账户?去注册</view>
|
|
</view>
|
|
</view>
|
|
<button class="send-button" @tap="handleLogin"> 登 录 </button>
|
|
<button class="send-button" @tap="handleLogin"> 登 录 </button>
|
|
@@ -260,8 +260,6 @@ const handleLogin = async () => {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- // border: 1px dashed #00B760;
|
|
|
|
- // border-radius: 26px;
|
|
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.head-title {
|
|
.head-title {
|
|
@@ -276,18 +274,11 @@ const handleLogin = async () => {
|
|
padding: 0 20rpx;
|
|
padding: 0 20rpx;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
-.wxLogon {
|
|
|
|
- font-size: .85em;
|
|
|
|
- color: #00B760;
|
|
|
|
- border: none;
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
-}
|
|
|
|
.register {
|
|
.register {
|
|
widows: 100%;
|
|
widows: 100%;
|
|
font-size: .85em;
|
|
font-size: .85em;
|
|
- color: red;
|
|
|
|
- // text-align: right;
|
|
|
|
|
|
+ color: #00B760;
|
|
|
|
+ text-decoration: underline;
|
|
&.login {
|
|
&.login {
|
|
color: #00B760;
|
|
color: #00B760;
|
|
}
|
|
}
|