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