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