projects/mes-test #132

已手动合并
gtz217 2023-11-30 09:11:34 +08:00 将 281 次代码提交从 projects/mes-test 合并至 projects/mes
仅显示提交 c5b5de7a78 的更改 - 显示所有提交

查看文件

@@ -94,7 +94,7 @@ $buttonHeight: $buttonH * 1px;
display: flex;
.pic {
flex: 1;
flex: 3;
width: 1px;
min-width: 800px;
// 元素
@@ -119,8 +119,8 @@ $buttonHeight: $buttonH * 1px;
.field {
position: relative;
margin-top: 8%;
// flex: 1;
width: 800px;
flex: 2;
// width: 800px;
display: flex;
flex-direction: column;
align-items: center;
@@ -311,6 +311,19 @@ $buttonHeight: $buttonH * 1px;
}
// - - - - - PC 最小尺寸设置
@media screen and (min-width: 1920px) {
.container {
.content {
.field {
flex: initial;
width: 800px;
}
}
}
}
@media screen and (min-width: 599px) and (max-width: 1366px) {
.container {
min-width: 599px;