59 lines
989 B
Plaintext
59 lines
989 B
Plaintext
/* pages/conferenceList/conferenceList.wxss */
|
|
.c-content {
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
border-top: 2rpx solid #ebebeb;
|
|
line-height: 80rpx !important;
|
|
height: 80rpx !important;
|
|
}
|
|
|
|
.tool .h3 {
|
|
font-size: 28rpx;
|
|
line-height: 72rpx;
|
|
padding: 0 28rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
}
|
|
|
|
.tool .h3.message {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.tool .ul .li {
|
|
width: 100% !important;
|
|
max-height: 544rpx;
|
|
overflow: hidden;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.tool .ul .li image {
|
|
width: 100% !important;
|
|
|
|
/* height: 544rpx; */
|
|
}
|
|
|
|
.tool .h3 .right {
|
|
font-size: 24rpx;
|
|
color: rgb(28, 192, 21);
|
|
}
|
|
|
|
.tool .button {
|
|
margin: 20rpx 0;
|
|
color: #fff;
|
|
background-color: #1cc015;
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
padding: 0 24rpx;
|
|
height: 66rpx;
|
|
border-radius: 8rpx;
|
|
line-height: 66rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.tool .button.disabled {
|
|
opacity: 0.6;
|
|
}
|