初始化代码

This commit is contained in:
cwchen 2024-11-06 16:24:03 +08:00
parent 76ae777f34
commit 7730ee5fbe
9 changed files with 37 additions and 0 deletions

24
css/font.css Normal file
View File

@ -0,0 +1,24 @@
@font-face {
font-family: 'zcoolqingkehuangyouti';
src: url('../font/zcoolqingkehuangyouti-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: auto;
}
@font-face {
font-family: 'Alibaba PuHuiTi R';
src: url('../font/Alibaba-PuHuiTi-R.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: auto;
}
@font-face {
font-family: 'AlimamaShuHeiTi';
src: url('../font/AlimamaShuHeiTi-Bold.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: auto;
}

BIN
font/Alibaba-PuHuiTi-R.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
html/index.html Normal file
View File

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>机具公司发货</title>
</head>
<body>
</body>
</html>

BIN
img/plan/time_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

BIN
img/plan/user_head_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

2
js/jquery-3.7.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long