index.acss 273 B

123456789101112131415
  1. .demo-swipe-cell {
  2. user-select: none;
  3. }
  4. .van-swipe-cell__left,
  5. .van-swipe-cell__right {
  6. display: inline-block;
  7. width: 65px;
  8. height: 44px;
  9. font-size: 15px;
  10. line-height: 44px;
  11. color: #fff;
  12. text-align: center;
  13. background-color: #ee0a24;
  14. }