/* pages/SelfServiceTool/Cyclopedia/Detail.wxss */ @import '../../../app.wxss'; .title { padding: 0 40rpx; display: block; line-height: 54rpx; font-size: 36rpx; font-weight: bold; margin: 52rpx auto 0; text-align: center; } .subInfo { padding: 0 40rpx; position: relative; overflow: hidden; align-items: center; margin: 28rpx auto 0; } .subInfo text { line-height: 35rpx; font-size: 24rpx; color: #999; } .subInfo text:first-child{ color: #bb9c79; } .richText { padding: 0 40rpx; position: relative; overflow: hidden; }