feat: 新增抱团组件和申请助手弹窗组件

新增huddle-box和helper-pop组件,包含相关图片资源和样式调整
修复item-mj组件中itemBottom导入错误
优化移动端样式适配
更新sectionV2页面引入新组件
补充公共样式和动画效果
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-19 19:04:34 +08:00
parent 7e830d9dcb
commit acf03efaf0
34 changed files with 2788 additions and 288 deletions

View File

@@ -15,6 +15,7 @@
border: none;
outline: none;
height: 100%;
font-size: 16px;
}
#search .search-box .search-icon {
width: 20px;
@@ -126,3 +127,46 @@
width: 291px;
position: sticky;
}
#search .matter .sidebar-box .recommend-and-essence {
width: 291px;
height: 64px;
background-color: #ffffff;
border: 1px solid #e9eef2;
border-radius: 10px;
padding: 0 10px;
justify-content: space-between;
margin-bottom: 12px;
}
#search .matter .sidebar-box .recommend-and-essence .item {
width: 130px;
height: 40px;
background-color: #f6f6f6;
border: 1px solid #f2f2f2;
border-radius: 65px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
cursor: pointer;
}
#search .matter .sidebar-box .recommend-and-essence .item .icon {
width: 20px;
height: 24px;
margin-right: 8px;
}
#search .search-no .earth-icon {
width: 239px;
height: 180px;
margin: 0 auto;
}
#search .search-no .input-box {
width: 903px;
height: 60px;
background-color: #ffffff;
border: 1px solid #e9eef2;
border-radius: 6px;
}
#search .search-no .input-box .input {
font-size: 16px;
}