202404 足球入场逻辑

This commit is contained in:
2024-05-19 20:02:16 +08:00
parent f5ff123c18
commit d30c0381ac
12 changed files with 383 additions and 48 deletions

View File

@@ -1,23 +1,38 @@
/* pages/disclaimers/index.wxss */
/* pages/notice/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;
/* min-height: calc(1100 - 200rpx); */
background: #fff;
}
.info {
margin-top: 60rpx;
font-size: 24rpx;
color: #FFF;
line-height: 36rpx;
.body {
padding-bottom: 40rpx;
padding-left: 30rpx;
padding-right: 30rpx;
background: #fff;
}
.wscnph {
.title {
padding-top: 40rpx;
font-size: 32rpx;
font-weight: bold;
}
.date {
height: 20rpx;
margin-top: 36rpx;
font-size: 20rpx;
color: #cfcfcf;
line-height: 20rpx;
}
.rich-box {
margin-top: 40rpx;
font-size: 26rpx;
line-height: 40rpx;
}
.rich-box .wscnph {
width: 100%;
}
}