加入两个字体
This commit is contained in:
parent
e8c230211b
commit
10047b7b6d
BIN
code/web/task_schedule/src/assets/font/FZSJ-RUGAQSAY.TTF
Normal file
BIN
code/web/task_schedule/src/assets/font/FZSJ-RUGAQSAY.TTF
Normal file
Binary file not shown.
BIN
code/web/task_schedule/src/assets/font/FZZhuoHJW.TTF
Normal file
BIN
code/web/task_schedule/src/assets/font/FZZhuoHJW.TTF
Normal file
Binary file not shown.
11
code/web/task_schedule/src/assets/font/fonts.css
Normal file
11
code/web/task_schedule/src/assets/font/fonts.css
Normal 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;
|
||||||
|
}
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2023-02-15 09:25:52
|
* @Date: 2023-02-15 09:25:52
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-03-01 23:17:06
|
* @LastEditTime: 2023-03-02 23:44:32
|
||||||
* @FilePath: /task_schedule/src/main.js
|
* @FilePath: /task_schedule/src/main.js
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -15,10 +15,12 @@ import store from "@/store/index";
|
|||||||
import App from './App.vue';
|
import App from './App.vue';
|
||||||
|
|
||||||
import './style.css';
|
import './style.css';
|
||||||
|
import "@/assets/font/fonts.css";
|
||||||
|
|
||||||
//css
|
//css
|
||||||
import("element-plus/dist/index.css");
|
import("element-plus/dist/index.css");
|
||||||
|
|
||||||
|
|
||||||
//element-plus
|
//element-plus
|
||||||
import ElementPlus from "element-plus";
|
import ElementPlus from "element-plus";
|
||||||
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
|
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<div class="login-wrapper">
|
<div class="login-wrapper">
|
||||||
<h1>请登录</h1>
|
<h1>登 录</h1>
|
||||||
<el-form ref="loginForm">
|
<el-form ref="loginForm">
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<label class="form-label">用户名</label>
|
<label class="form-label">用户名</label>
|
||||||
@ -147,7 +147,6 @@ export default {
|
|||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: red;
|
color: red;
|
||||||
@ -164,6 +163,25 @@ export default {
|
|||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
// backdrop-filter: ;
|
// 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 {
|
.form-label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user