/* pages/detailed/detailed.wxss */ .detailed .a { color: #000; } .detailed .tbs { background: #fff; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; padding: 20rpx 28rpx; border-bottom: 2rpx solid #ebebeb; font-size: 28rpx; } .detailed .tbs .item2 { flex: 2; text-align: left; } .detailed .tbs .item1 { color: #8c8c8c; font-size: 24rpx; } .detailed .tbs .item2 .li { line-height: 48rpx; } .detailed .tbs .item3 .reduce { font-size: 36rpx; color: #f15353; } .detailed .tbs .item3 .add { font-size: 36rpx; color: #259b24; } .textNone { text-align: center; color: #8c8c8c; margin-top: 100rpx; }