|
@@ -100,7 +100,7 @@
|
|
|
<div style="border-bottom: 1px solid #e6e6e6; width: 80%; margin-top: 5%">
|
|
|
<input
|
|
|
:type="showPassword? 'text' : 'password'"
|
|
|
- style="border: none; width: 96%; height: 30px; font-size: 15px; outline: none"
|
|
|
+ style="border: none; width: 96%; height: 34px; font-size: 16px; outline: none"
|
|
|
name="password"
|
|
|
placeholder="输入密码"
|
|
|
/>
|
|
@@ -123,11 +123,11 @@
|
|
|
</div>
|
|
|
<div v-if="activeTab === '3'">
|
|
|
<!-- 二维码登录内容 -->
|
|
|
- <img src="your_qr_code_image_path.jpg" alt="二维码"
|
|
|
- style="width: 100px; height: 100px; margin: 0 auto; display: block;"
|
|
|
- >
|
|
|
- <el-button class="gradient-button">立即登录</el-button>
|
|
|
- <div align="left" style="margin-left: 10%; margin-top: 4%">
|
|
|
+ <img src="https://p0.ssl.img.360kuai.com/t016408070083e8da97.jpg" alt="二维码"
|
|
|
+ style="width: 160px; height: 160px; margin: 0 auto; display: block;">
|
|
|
+ <span style="font-size: 16px;color: #606266;margin-top: 2px;display: inline-block ">打开手机app扫码登录</span>
|
|
|
+ <el-button class="gradient-button1">立即登录</el-button>
|
|
|
+ <div align="left" style="margin-left: 10%; margin-top: 2%">
|
|
|
<el-checkbox v-model="checked" style="">我已阅读并同意蚯蚓农服 <a href="" style="color: #00afff"
|
|
|
>许可协议</a>
|
|
|
和 <a href="" style="color: #00afff">隐私政策</a></el-checkbox>
|
|
@@ -370,6 +370,14 @@ export default {
|
|
|
font-size: 16px;
|
|
|
background: linear-gradient(to bottom, #9aecfd, #99e2d9);
|
|
|
}
|
|
|
+.gradient-button1 {
|
|
|
+ margin-top: 14px;
|
|
|
+ width: 80%;
|
|
|
+ height: 12%;
|
|
|
+ color: white;
|
|
|
+ font-size: 16px;
|
|
|
+ background: linear-gradient(to bottom, #9aecfd, #99e2d9);
|
|
|
+}
|
|
|
|
|
|
.el-checkbox__inner:hover {
|
|
|
border-color: #00c0bf;
|