Compare commits
No commits in common. "86b72d076e58c1ae559028d9e78ee4293d178659" and "81479c1a6b040164031b392d92e07d1f25dc3716" have entirely different histories.
86b72d076e
...
81479c1a6b
@ -20,6 +20,3 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
|
||||||
@import url('./fonts/font.css');
|
|
||||||
</style>
|
|
||||||
|
BIN
src/assets/login/loginText.png
Normal file
BIN
src/assets/login/loginText.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
Binary file not shown.
@ -1,15 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'JinBuTi';
|
|
||||||
/* 自定义字体名称 */
|
|
||||||
src: url('./DingTalk JinBuTi.ttf') format('truetype');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Sans';
|
|
||||||
/* 自定义字体名称 */
|
|
||||||
src: url('./DingTalk Sans.ttf') format('truetype');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
@ -2,7 +2,7 @@
|
|||||||
<div class="login">
|
<div class="login">
|
||||||
<section class="system_name">数字农业平台</section>
|
<section class="system_name">数字农业平台</section>
|
||||||
<div class="login_content">
|
<div class="login_content">
|
||||||
<section class="login_text">登录</section>
|
<section class="login_text"></section>
|
||||||
<div>
|
<div>
|
||||||
<el-form label-position="top">
|
<el-form label-position="top">
|
||||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules">
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules">
|
||||||
@ -265,17 +265,15 @@ export default {
|
|||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'JinBuTi', sans-serif;
|
font-family: '黑体';
|
||||||
transform: skew(-12deg);
|
transform: skew(-16deg);
|
||||||
}
|
}
|
||||||
.login_content {
|
.login_content {
|
||||||
.login_text {
|
.login_text {
|
||||||
margin: 0 auto 60px;
|
margin: 0 auto 60px;
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 78px;
|
height: 78px;
|
||||||
font-family: 'JinBuTi', sans-serif;
|
background: url('../assets/login/loginText.png') no-repeat;
|
||||||
font-size: 64px;
|
|
||||||
color: #fff;
|
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
padding: 60px 40px;
|
padding: 60px 40px;
|
||||||
@ -304,7 +302,7 @@ export default {
|
|||||||
.login_btn {
|
.login_btn {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
span {
|
span {
|
||||||
font-family: 'Sans';
|
font-family: '黑体';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user