feat(组件): 优化移动端分享功能并调整样式
调整推荐和精华图标高度为25px 为移动端添加点击分享直接复制链接功能 修复itemBottom组件中itemvalue拼写错误 添加响应式布局样式适配不同屏幕尺寸
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#sectionIndex {
|
||||
width: 1200px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#sectionIndex .matter {
|
||||
@@ -77,7 +77,7 @@
|
||||
z-index: -1;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .info-box {
|
||||
width: 1035px;
|
||||
width: 100%;
|
||||
background: -webkit-linear-gradient(270.53908529deg, #ffffff 2%, #ebf8f9 98%);
|
||||
background: -moz-linear-gradient(179.46091471deg, #ffffff 2%, #ebf8f9 98%);
|
||||
background: linear-gradient(179.46091471deg, #ffffff 2%, #ebf8f9 98%);
|
||||
@@ -263,7 +263,7 @@
|
||||
width: 265px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .content-box .red-tag {
|
||||
width: 732px;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #e9eef2;
|
||||
border-radius: 10px;
|
||||
@@ -307,9 +307,6 @@
|
||||
margin-bottom: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .content-box .list-box {
|
||||
width: 732px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .content-box .list-box .item-box {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
@@ -361,3 +358,41 @@
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .side-box.interviewexperience-side-box {
|
||||
background: linear-gradient(158.64328877deg, #d3e1fb 1%, #dee6f9 100%);
|
||||
}
|
||||
@media screen and (max-width: 1000px) {
|
||||
.item-box .bottom {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.item-box .bottom .bottom-item:not(:last-child) {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 880px) {
|
||||
#sectionIndex {
|
||||
margin: 0 10px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box {
|
||||
display: none;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .content-box {
|
||||
margin-right: 0;
|
||||
}
|
||||
.item-box .comment .text {
|
||||
width: 10px !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.item-box {
|
||||
padding: 18px 20px 0;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 680px) {
|
||||
#sectionIndex .matter .matter-content .info-box .right .bottom .btn {
|
||||
width: auto;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 600px) {
|
||||
#sectionIndex .matter .sidebar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user