[/登录l引导页面/]

This commit is contained in:
2021-09-28 10:33:54 +08:00
parent 75037949a7
commit 04197b12eb
4 changed files with 134 additions and 3 deletions

View File

@@ -210,7 +210,7 @@
}
.btn {
background: $mian-color;
background-image: linear-gradient(to bottom,#bf52eb,#8f32dd);
color: white;
border-radius: 0;
margin-top: $margin;
@@ -224,7 +224,7 @@
}
&[disabled] {
background: rgba($color: $mian-color, $alpha: .6);
background: rgba($color: #8f32dd, $alpha: .6);
}
}