You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
624 B
34 lines
624 B
.container{
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0rpx;
|
|
height: 100vh;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-image: linear-gradient(to bottom, #effffa, #f2ffff, #f7feff, #fcfeff, #ffffff);
|
|
}
|
|
|
|
.logo{
|
|
margin: 0px;
|
|
padding: 30px;
|
|
width: 450rpx;
|
|
}
|
|
.upload {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 50rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border-radius: 45rpx;
|
|
background-color: lightblue;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.attention{
|
|
width: 80%;
|
|
font-size: small;
|
|
color: gray;
|
|
text-align: center;
|
|
margin-bottom: 250rpx;
|
|
}
|