/* components/detail-clinch/detail-clinch.wxss */ .message{ margin-top: 20rpx; background-color: #ffffff; padding: 0 30rpx 30rpx; box-sizing: border-box; } .m-box{ display: flex; align-items: center; height: 90rpx; } .m-tag{ margin-left: 24rpx; width: 70rpx; height: 34rpx; } .m-info{ font-size: 26rpx; } .m-lable{ color: #838B99; }