Compare commits
No commits in common. "4393c0e0e85c04de27606ac04f8f9838669270b4" and "8a819b84b6e16bb3f4f8ca085e32a03f487b46a5" have entirely different histories.
4393c0e0e8
...
8a819b84b6
Binary file not shown.
@ -94,11 +94,8 @@ $buttonHeight: $buttonH * 1px;
|
||||
display: flex;
|
||||
|
||||
.pic {
|
||||
flex: 3;
|
||||
width: 1px;
|
||||
min-width: 800px;
|
||||
// 元素
|
||||
// width: $picWidth;
|
||||
width: $picWidth;
|
||||
height: $picHeight;
|
||||
background-image: url($picImage);
|
||||
background-repeat: no-repeat;
|
||||
@ -119,8 +116,7 @@ $buttonHeight: $buttonH * 1px;
|
||||
.field {
|
||||
position: relative;
|
||||
margin-top: 8%;
|
||||
flex: 2;
|
||||
// width: 800px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@ -174,7 +170,7 @@ $buttonHeight: $buttonH * 1px;
|
||||
}
|
||||
|
||||
.form {
|
||||
margin-top: 0;
|
||||
margin-top: 32px;
|
||||
box-sizing: border-box;
|
||||
// width: $formWidth;
|
||||
width: 100%;
|
||||
@ -311,19 +307,6 @@ $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;
|
||||
|
Loading…
Reference in New Issue
Block a user