修复部分bug和调整首页的移动端布局

This commit is contained in:
WangXiaoDong
2024-07-14 00:00:34 +08:00
parent 55d19a3969
commit eaa46d9fc3
12 changed files with 1306 additions and 15 deletions

View File

@@ -15,6 +15,11 @@ input {
outline: none;
border: 0.1rem solid #dcdfe6;
}
@media (max-width: 768px) {
.mdhidden {
display: none !important;
}
}
select {
height: 2.5rem;
border: 0.2rem solid #c4c4c4 !important;

View File

@@ -16,6 +16,11 @@ input{
outline: none;
border: .1rem solid #dcdfe6;
}
@media (max-width: 768px) {
.mdhidden{
display: none !important;
}
}
select{
height: 2.5rem;
border: 0.2rem solid #c4c4c4 !important;