devices.wxss 157 B

123456789101112
  1. page {
  2. background: #F3F5F9;
  3. }
  4. .delete {
  5. width: 40px;
  6. text-align: center;
  7. color: white;
  8. font-size: 24rpx;
  9. line-height: 65px;
  10. background: red;
  11. }