feat: 项目初始化

This commit is contained in:
tianyongbao
2025-10-11 22:48:19 +08:00
parent 3a51eed514
commit 7e10c62cf9
87 changed files with 46791 additions and 36 deletions

View 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;
}

View File

@@ -0,0 +1,3 @@
// 主色调
$primary-color: #09B8C2;
$primary-color-end: #DDF6F2;

View File

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

BIN
src/assets/tabImg/msg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B