feat: 新增抱团组件和申请助手弹窗组件
新增huddle-box和helper-pop组件,包含相关图片资源和样式调整 修复item-mj组件中itemBottom导入错误 优化移动端样式适配 更新sectionV2页面引入新组件 补充公共样式和动画效果
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
}
|
||||
|
||||
.matter-content {
|
||||
min-width: 0;
|
||||
|
||||
.info-box {
|
||||
width: 100%;
|
||||
background: -webkit-linear-gradient(270.539085289936deg, rgba(255, 255, 255, 1) 2%, rgba(235, 248, 249, 1) 98%);
|
||||
@@ -234,6 +236,7 @@
|
||||
margin-right: 12px;
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
min-width: 0;
|
||||
|
||||
.selectives-box {
|
||||
width: 100%;
|
||||
@@ -473,4 +476,38 @@
|
||||
#sectionIndex .matter .sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#sectionIndex .matter .matter-content {
|
||||
.details-box .content-box .selectives-box .list {
|
||||
padding-right: 0;
|
||||
|
||||
.item {
|
||||
width: 100%;
|
||||
|
||||
.text {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.info-box .right .link .item {
|
||||
width: 50%;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
#sectionIndex .matter .matter-content .info-box {
|
||||
padding-top: 15px;
|
||||
padding-left: 15px;
|
||||
|
||||
.img-box {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user