加入两个字体

This commit is contained in:
Kane 2023-03-03 00:33:30 +08:00
parent e8c230211b
commit 10047b7b6d
5 changed files with 34 additions and 3 deletions

Binary file not shown.

View File

@ -0,0 +1,11 @@
@font-face {
font-family: "FZ-ZHUOHEI";
src: url("FZZhuoHJW.TTF");
font-weight: normal;
}
@font-face {
font-family: "FZ-RGAQSAY";
src: url("FZSJ-RUGAQSAY.TTF");
font-weight: normal;
}

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-03-01 23:17:06
* @LastEditTime: 2023-03-02 23:44:32
* @FilePath: /task_schedule/src/main.js
* @Description:
*
@ -15,10 +15,12 @@ import store from "@/store/index";
import App from './App.vue';
import './style.css';
import "@/assets/font/fonts.css";
//css
import("element-plus/dist/index.css");
//element-plus
import ElementPlus from "element-plus";
import * as ElementPlusIconsVue from "@element-plus/icons-vue";

View File

@ -12,7 +12,7 @@
<template>
<div class="page-wrapper">
<div class="login-wrapper">
<h1>登录</h1>
<h1>&nbsp;</h1>
<el-form ref="loginForm">
<el-form-item>
<label class="form-label">用户名</label>
@ -147,7 +147,6 @@ export default {
justify-content: start;
align-items: center;
span {
font-size: 30px;
color: red;
@ -164,6 +163,25 @@ export default {
backdrop-filter: blur(10px);
border-radius: 5px;
// backdrop-filter: ;
h1 {
font-family: "FZ-ZHUOHEI";
font-size: 70px;
font-weight: 100;
color: #fff;
margin: 5mm 0;
display: block;
text-align: center;
text-shadow: #1d6ddc 2px 10px,
#1d6ddc 2px 0px,
#1d6ddc -2px -0px,
#1d6ddc -0px -2px,
#1d6ddc -1.4px -1.4px,
#1d6ddc 1.4px 1.4px,
#1d6ddc 1.4px -1.4px,
#1d6ddc -1.4px 1.4px;
}
}
.form-label {