/* pages/MeetingExtendList/MeetingExtendList.wxss */ .all .content .box { background: #fff; margin-bottom: 20rpx; } .all .content .box .active_info { padding: 32rpx 28rpx; display: flex; } .all .content .box .active_info .img { width: 96rpx; height: 96rpx; border-radius: 80rpx; overflow: hidden; margin-right: 20rpx; background: #f5f5f5; } .all .content .box .active_info .img image { width: 100%; } .all .content .box .active_info .text { width: 548rpx; text-align: left; } .all .content .box .active_info .text .text_a { font-size: 16px; line-height: 48rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 12rpx; } .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; line-height: 48rpx; text-align: center; } .all .content .box .btn .button:first-child { border-right: solid 2rpx #ebebeb; } .nomessage { color: #555; line-height: 600rpx; text-align: center; margin: 0 auto; font-size: 32rpx; }