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
520 B
CSS
28 lines
520 B
CSS
/* 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%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.copyRight {
|
|
color: #999999;
|
|
text-align: center;
|
|
margin-bottom: 55px;
|
|
}
|