/* 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; }