deviceBatchList.css 343 B

1234567891011121314151617
  1. /* myPages/pages/deviceBatchList/deviceBatchList.wxss */
  2. .list {
  3. background-color: #fff;
  4. margin: 20rpx 0;
  5. }
  6. .item {
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. line-height: 2;
  12. border-bottom: solid 1px #f8f8f8;
  13. padding: 0 20rpx;
  14. }
  15. .del-op {
  16. color: #ed3f14;
  17. }