|
@@ -280,13 +280,14 @@ const submitClick = async () => {
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
-.panel {
|
|
|
|
|
|
+.system-layer .panel {
|
|
background: rgba(255, 255, 255, 0.7);
|
|
background: rgba(255, 255, 255, 0.7);
|
|
box-shadow: 0px 2px 20px 0px rgba(5, 38, 38, 0.15);
|
|
box-shadow: 0px 2px 20px 0px rgba(5, 38, 38, 0.15);
|
|
- width: 600px;
|
|
|
|
- padding: 30px 0 40px;
|
|
|
|
|
|
+ width: 380px;
|
|
|
|
+ padding: 40px 40px 30px;
|
|
text-align: initial;
|
|
text-align: initial;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
|
img {
|
|
img {
|
|
width: 100px;
|
|
width: 100px;
|
|
@@ -298,8 +299,7 @@ const submitClick = async () => {
|
|
margin-bottom: 2.14rem;
|
|
margin-bottom: 2.14rem;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
padding-left: 60px;
|
|
padding-left: 60px;
|
|
- padding-bottom: 20px;
|
|
|
|
- border-bottom: 1px solid #e9e9e9;
|
|
|
|
|
|
+ border-bottom: 0;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -307,8 +307,8 @@ const submitClick = async () => {
|
|
position: relative;
|
|
position: relative;
|
|
padding-bottom: 2.14rem;
|
|
padding-bottom: 2.14rem;
|
|
margin: 0;
|
|
margin: 0;
|
|
- padding-left: 90px;
|
|
|
|
- padding-right: 90px;
|
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
+ padding-right: 0;
|
|
|
|
|
|
&.remember {
|
|
&.remember {
|
|
padding: 0;
|
|
padding: 0;
|