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.

30 lines
572 B
Plaintext

/* pages/versionPage/index.wxss */
.container {
height: 100%;
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%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.copyRight {
color: #999999;
text-align: center;
margin-bottom: 55px;
}