65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
/* pages/MeetingIndex/MeetingIndex.wxss */
|
|
.all .content .box {
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.all .content .box .active_info {
|
|
padding: 32rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.all .content .box .active_info .img {
|
|
width: 220rpx;
|
|
height: 152rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.all .content .box .active_info .img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.all .content .box .active_info .text {
|
|
width: 446rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.all .content .box .active_info .text .text_a {
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.all .content .box .active_info .text .text_b {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.all .content .box .active_info .text .text_c {
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.all .content .box .btn {
|
|
border-top: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
}
|
|
|
|
.all .content .box .btn .button {
|
|
width: 50%;
|
|
border: none;
|
|
background: #fff;
|
|
font-size: 32rpx;
|
|
height: 48rpx;
|
|
margin: 14rpx 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.all .content .box .btn .button:first-child {
|
|
border-right: solid 2rpx #ebebeb;
|
|
}
|