修改样式改为1200
This commit is contained in:
@ -51,7 +51,7 @@ export default {
|
||||
// >=1920的设备屏幕
|
||||
// @media screen and (min-width: 1920px) {}
|
||||
.content {
|
||||
width: 1400px;
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.min_h_241 {
|
||||
@ -61,7 +61,7 @@ export default {
|
||||
min-height: calc(100vh - 285px);
|
||||
}
|
||||
.p0-100 {
|
||||
padding: 0 100px;
|
||||
// padding: 0 100px;
|
||||
}
|
||||
.text_hidden_one {
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user