增加免责声明页面

This commit is contained in:
2024-04-26 17:22:10 +08:00
parent 53ee154870
commit f5ff123c18
5 changed files with 115 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
/* pages/disclaimers/index.wxss */
.container {
display: flex;
align-items: center;
flex-direction: column;
padding: 180rpx 50rpx 50rpx;
min-height: calc(100vh - 240rpx);
}
.logo {
width: 400rpx;
height: 100rpx;
}
.info {
margin-top: 60rpx;
font-size: 24rpx;
color: #FFF;
line-height: 36rpx;
}
.wscnph {
width: 100%;
}