articleDetail.wxss 257 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 /* pages/attract/articleDetail/articleDetail.wxss */ .title{ font-size: 34rpx; color: #333; font-weight: bold; padding: 52rpx 0 40rpx; } .margin_set{ margin: 0 46rpx; } .content image{ width: 100%!important; } .content{ padding-bottom: 40rpx; }