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