/* monitor/pages/materialDetail/materialDetail.wxss */ .content {width: 750rpx; padding: 20rpx; font-size: 28rpx; } .content-row { padding: 10rpx 0; border-radius: 20rpx; background-color: #ffffff; margin-bottom: 20rpx;} .list{position: relative; padding: 10rpx;} .list>view{display: flex; padding: 10rpx 0; } .left-tit {width: 130rpx; color: #999; text-align: right; margin-right: 20rpx;} .list>view .value{flex: 1;} .title-big {font-size: 30rpx; color: #333; height: 80rpx; line-height: 50rpx; border-bottom: 1rpx solid #efefef; display: flex; align-items: center;} .title-big>image{width: 40rpx; height: 40rpx; margin: 0 10rpx;}