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.

28 lines
485 B
Plaintext

2 years ago
/* pages/versionPage/index.wxss */
.container {
height: 100vh;
flex-direction: column;
justify-content: space-between;
}
.logoContainer {
margin-top: 120px;
text-align: center;
flex-direction: column;
}
.logoContainer p:first-of-type{
font-size: 24px;
font-weight: 600;
}
.logoContainer image {
width: 64px;
height: 64px;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.copyRight{
color: #999999;
text-align: center;
margin-bottom: 55px;
}