Compare commits

..

No commits in common. "86b72d076e58c1ae559028d9e78ee4293d178659" and "81479c1a6b040164031b392d92e07d1f25dc3716" have entirely different histories.

6 changed files with 5 additions and 25 deletions

View File

@ -20,6 +20,3 @@ export default {
},
};
</script>
<style>
@import url('./fonts/font.css');
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Binary file not shown.

View File

@ -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;
}

View File

@ -2,7 +2,7 @@
<div class="login">
<section class="system_name">数字农业平台</section>
<div class="login_content">
<section class="login_text">登录</section>
<section class="login_text"></section>
<div>
<el-form label-position="top">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules">
@ -265,17 +265,15 @@ export default {
font-size: 100px;
font-weight: bold;
color: #fff;
font-family: 'JinBuTi', sans-serif;
transform: skew(-12deg);
font-family: '黑体';
transform: skew(-16deg);
}
.login_content {
.login_text {
margin: 0 auto 60px;
width: 128px;
height: 78px;
font-family: 'JinBuTi', sans-serif;
font-size: 64px;
color: #fff;
background: url('../assets/login/loginText.png') no-repeat;
background-size: 100% 100%;
}
padding: 60px 40px;
@ -304,7 +302,7 @@ export default {
.login_btn {
margin-top: 40px;
span {
font-family: 'Sans';
font-family: '黑体';
font-weight: bold;
}
}