202404 足球入场逻辑
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user