This commit is contained in:
@fawn-nine
2024-08-23 18:10:27 +08:00
parent 497ab89dae
commit 57d5beaa72
11 changed files with 746 additions and 297 deletions

View File

@@ -89,7 +89,17 @@ $themeBgColor: #EDF6F5 !important;
.PM_font {
font-family: PangMenZhengDaoBiaoTiTiMianFeiBan;
}
.nobg{background-color: transparent !important;}
.border_radius_10{
border-radius: 10rpx;
}
.flex_center{
justify-content: center;
}
.flex_between{
justify-content: space-between;
}
.small_btn{padding: 8rpx 16rpx;}
.bg_box_shandow {