This commit is contained in:
gyq
2025-05-06 11:13:28 +08:00
parent 26fec10570
commit 6ac44f6a63
4 changed files with 12 additions and 12 deletions

View File

@@ -470,23 +470,23 @@ button:before {
.br-f9 {
border: 2rpx solid #f9f9f9 !important;
border: 2rpx solid #f1f1f1 !important;
}
.br-b-f9 {
border-bottom: 2rpx solid #f9f9f9 !important;
border-bottom: 2rpx solid #f1f1f1 !important;
}
.br-t-f9 {
border-top: 2rpx solid #f9f9f9 !important;
border-top: 2rpx solid #f1f1f1 !important;
}
.br-l-f9 {
border-left: 2rpx solid #f9f9f9 !important;
border-left: 2rpx solid #f1f1f1 !important;
}
.br-r-f9 {
border-right: 2rpx solid #f9f9f9 !important;
border-right: 2rpx solid #f1f1f1 !important;
}
.br-e {
@@ -731,7 +731,7 @@ button:before {
}
.bg-grey-f9 {
background-color: #f9f9f9 !important;
background-color: #f1f1f1 !important;
}
.bg-base {