feat: 项目初始化
This commit is contained in:
7
src/assets/font/font.scss
Normal file
7
src/assets/font/font.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@font-face {
|
||||
font-family: 'PingFang SC';
|
||||
src: url('https://www.yuceyun.cn/font/PingFang%20Medium_0.otf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
3
src/assets/styles/custom_theme.scss
Normal file
3
src/assets/styles/custom_theme.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// 主色调
|
||||
$primary-color: #09B8C2;
|
||||
$primary-color-end: #DDF6F2;
|
||||
0
src/assets/styles/login.scss
Normal file
0
src/assets/styles/login.scss
Normal file
41
src/assets/styles/table.scss
Normal file
41
src/assets/styles/table.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
.table {
|
||||
border: 0px solid darkgray;
|
||||
border-radius: 5px;
|
||||
font-size: 22rpx;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.tr {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
height: 50px;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
}
|
||||
|
||||
.td {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
border-right: 1px solid #f7f7f7;
|
||||
border-left: 1px solid #f7f7f7;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bg-line {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.bg-header {
|
||||
justify-content: center;
|
||||
background: #ffd6414b;
|
||||
color: #333;
|
||||
display: flex;
|
||||
height: 50px;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.aaa {
|
||||
background-color: #30cc00;
|
||||
}
|
||||
BIN
src/assets/tabImg/home.png
Normal file
BIN
src/assets/tabImg/home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 558 B |
BIN
src/assets/tabImg/home_on.png
Normal file
BIN
src/assets/tabImg/home_on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 705 B |
BIN
src/assets/tabImg/msg.png
Normal file
BIN
src/assets/tabImg/msg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 513 B |
BIN
src/assets/tabImg/msg_on.png
Normal file
BIN
src/assets/tabImg/msg_on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 449 B |
BIN
src/assets/tabImg/my.png
Normal file
BIN
src/assets/tabImg/my.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/tabImg/my_on.png
Normal file
BIN
src/assets/tabImg/my_on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 865 B |
Reference in New Issue
Block a user