You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
|
1 year ago
|
.bckim{
|
||
|
|
background-image: url('https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/hzbg.jpg');
|
||
|
|
height: 100vh;
|
||
|
|
background-size: cover;
|
||
|
|
background-position: fixed;
|
||
|
|
}
|
||
|
|
.mt40{
|
||
|
|
margin-top: 40px;
|
||
|
|
}
|
||
|
|
.hzInput,.hzTextarea{
|
||
|
|
height: 50px;
|
||
|
|
background-color: #ffffff;
|
||
|
|
border-radius: 8px;
|
||
|
|
padding-left: 20px;
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
.button-hover.loginOut {
|
||
|
|
background-color: var(--color-hover) !important;
|
||
|
|
}
|