product-item-status.wxss 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 .btn { display: inline-block; width: 600rpx; height: 88rpx; text-align: center; line-height: 88rpx; font-size: 36rpx; color:white; margin-bottom: 44rpx; } .ok { background: #CE0A24; } .cancel { background: #B0B0B0; }