1234567891011121314151617 |
- /* myPages/pages/deviceBatchList/deviceBatchList.wxss */
- .list {
- background-color: #fff;
- margin: 20rpx 0;
- }
- .item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- line-height: 2;
- border-bottom: solid 1px #f8f8f8;
- padding: 0 20rpx;
- }
- .del-op {
- color: #ed3f14;
- }
|