市北党建引领小程序初始化
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.

40 lines
620 B

2 years ago
/* subpages/redSail/pages/event/event.wxss */
page {
width: 100%;
height: auto;
overflow-y: auto;
background: #f5f5f5;
font-family: PingFang SC;
2 years ago
}
.card {
background-color: #fff;
2 years ago
}
.card .title {
height: 100rpx;
line-height: 100rpx;
text-align: center;
border-bottom: 1px solid #e9e9e9;
display: flex;
justify-content: space-around;
2 years ago
}
.card .content {
padding: 30rpx;
font-weight: 300;
2 years ago
}
.card .look {
color: #999999;
text-align: center;
margin-bottom: 30rpx;
display: flex;
justify-content: center;
2 years ago
}
2 years ago
.card .look checkbox-group {
display: flex;
align-items: center;
justify-content: center;
2 years ago
}