Skip to content

Commit cdd0321

Browse files
committed
响应式2
1 parent 8b39e95 commit cdd0321

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/pages/Index/Events/style.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ $titlePanelWidth: 200px;
1212
.MainContainer {
1313
width: $contentWidth;
1414
max-width: $contentMaxWidth;
15-
overflow: hidden;
1615
margin: auto;
1716
.TitleRow {
1817
position: relative;
@@ -140,4 +139,11 @@ $titlePanelWidth: 200px;
140139
}
141140
}
142141
}
142+
}
143+
@media(max-width:992px){
144+
.index-events{
145+
.MainContainer{
146+
overflow: hidden;
147+
}
148+
}
143149
}

src/pages/Index/Info/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
.ImagePanel{
5252
display: none;
5353
}
54+
.col-md-7{
55+
width: 66.66666667%;
56+
}
5457
}
5558
}
5659
}

0 commit comments

Comments
 (0)