/* pages/deviceTransfer/deviceTransfer.wxss */ .btn-transfer { background-color: #2d8cf0; color: #fff; padding: 10rpx 26rpx; border-radius: 10rpx; white-space: nowrap; } .content-container { background-color: #fff; margin-top: 20rpx; } .shop-container { display: flex; flex-direction: row; justify-content: flex-between; align-items: center; padding: 20rpx; } .form-label { font-weight: bold; margin-right: 20rpx; white-space: nowrap; } .device-list-container { margin: 50rpx 0; } .block-head { font-weight: bold; padding: 20rpx; } .table { font-size: 24rpx; background-color: #fff; } .tb-head { font-weight: bold; } .tb-row { display: flex; flex-direction: row; justify-content: space-between; border-bottom: solid 1px #f8f8f8; padding: 0 20rpx; } .tb-column { width: 100%; padding: 10rpx 0; } .col-1 { } .col-2 { border-left: solid 1px #f8f8f8; border-right: solid 1px #f8f8f8; text-align: center; } .col-3 { /* width: 30%; */ text-align: center; } .del-btn { color: #ed3f14; text-decoration-line: underline; }