You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
759 B
42 lines
759 B
page {
|
|
background-color: #f7f7f7;
|
|
}
|
|
.alliance-act-detail {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.alliance-act {
|
|
width: 100%;
|
|
margin-bottom: 100rpx;
|
|
}
|
|
.alliance-act .title{
|
|
font-size: 40rpx;
|
|
margin-bottom: 30rpx;
|
|
text-align: center;
|
|
}
|
|
.alliance-act .time{
|
|
font-size: 32rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.alliance-act .intro{
|
|
font-size: 32rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.wonderful-title {
|
|
font-size: 32rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.wonderful-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
}
|
|
.wonderful-list .wonderful-image {
|
|
width: 320rpx;
|
|
height: 240rpx;
|
|
margin: 0 15rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|