/* components/issueDetailComponent/issueDetailComponent.wxss */ @import "../../../style/z.wxss"; .head-view { padding-left: 9rpx; } .head-view view { width: 100%; } .head-view-name { font-size: 26rpx; color: #666666; } .head-view-time { font-size: 20rpx; color: #a5b0b9; } /* 议题图片 */ .grit { display: grid; grid-gap: 4rpx; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); } .content-image { width: auto; border-radius: 16rpx; /* background: #f7f7f7; */ margin-bottom: 18rpx; } .content-image1 { height: 290rpx; } .content-image2 { height: 200rpx; } .content-image3 { height: 180rpx; } /* 议题内容 */ .content-text { font-size: 36rpx; color: #333333; line-height: 54rpx; padding-bottom: 24rpx; } /* 议题信息 */ .info {} .info-box { border-bottom: 1rpx solid #e7eeee; padding: 18rpx 0; } .info-box:last-child { border-bottom: none; padding: 18rpx 0; } .info-left { font-size: 32rpx; color: #909da7; line-height: 54rpx; width: 170rpx; } .info-right { font-size: 32rpx; color: #333333; line-height: 54rpx; } /* 表达态度 */ .statement { border-bottom: 1rpx solid #e7eeee; padding: 24rpx 0; margin: 0 24rpx; } .statement-num { font-size: 32rpx; color: #909da7; } .statement-comment { font-size: 28rpx; color: #ffb400; } .state { padding: 24rpx 0; } .state-num { font-size: 32rpx; color: #333333; text-align: center; } .state-text { font-size: 26rpx; color: #909da7; text-align: center; } /* 处理意见 */ .advice-title { font-size: 30rpx; font-weight: bold; color: #333333; padding: 24rpx 0; border-bottom: 1rpx solid #e7eeee; } .advice-text { font-size: 32rpx; color: #333333; padding: 30rpx 0; }