登录页面init
This commit is contained in:
BIN
frontend/src/assets/font/DongFangDaKai-Regular.woff
Normal file
BIN
frontend/src/assets/font/DongFangDaKai-Regular.woff
Normal file
Binary file not shown.
BIN
frontend/src/assets/font/DongFangDaKai-Regular.woff2
Normal file
BIN
frontend/src/assets/font/DongFangDaKai-Regular.woff2
Normal file
Binary file not shown.
BIN
frontend/src/assets/font/MFBanHei.ttf
Normal file
BIN
frontend/src/assets/font/MFBanHei.ttf
Normal file
Binary file not shown.
BIN
frontend/src/assets/images/login/background.png
Normal file
BIN
frontend/src/assets/images/login/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 300 KiB |
@@ -1,3 +1,19 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
/* 申明字体为东方大楷 */
|
||||
@font-face {
|
||||
font-family: 'DongFangDaKai';
|
||||
src: url('@/assets/font/DongFangDaKai-Regular.woff') format('woff'),
|
||||
url('@/assets/font/DongFangDaKai-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "MFBanHei"; /* Project id 1513211 */
|
||||
src: url('@/assets/font/MFBanHei.ttf?t=1643094287456') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user