修改样式,适配手机

This commit is contained in:
xuli3099
2025-08-27 13:49:03 +08:00
parent 201b7058a5
commit c5fe81450e
11 changed files with 1019 additions and 3259 deletions

View File

@@ -240,7 +240,7 @@ const handleResultClick = (item) => {
margin-bottom: 0;
border-radius: 8px 8px 0 0;
/* #ifdef APP-PLUS */
height: calc(100vh - 130px);
height: calc(100vh - 168px);
/* #endif */
/* #ifndef APP-PLUS */
height: calc(100vh - 150px);
@@ -268,7 +268,6 @@ const handleResultClick = (item) => {
.tag-container {
display: flex;
flex-wrap: wrap;
gap:20rpx;
}
.search-tag {
@@ -276,8 +275,8 @@ const handleResultClick = (item) => {
border:1px solid #E8E8E8;
border-radius: 10rpx;
padding: 10rpx 15rpx;
/* margin-right: 20rpx;
margin-bottom: 20rpx; */
margin-right: 20rpx;
margin-bottom: 20rpx;
font-size: 28rpx;
}