swipedelete.css 498 B

1234567891011121314151617181920212223242526272829
  1. .swipedelete-wrapper {
  2. transition: all .4s ease;
  3. position: relative;
  4. }
  5. .swipedelete-btn {
  6. /* position:absolute;
  7. top:0;
  8. right:-180rpx;
  9. text-align:center;
  10. background: #f00;
  11. color:#fff;
  12. width:160rpx;
  13. height:100%;
  14. display:flex;
  15. justify-content:center;
  16. align-items:center;*/
  17. position:absolute;
  18. right: -160rpx;
  19. top:0;
  20. background-color:#D0021B;
  21. width:160rpx;
  22. height:100%;
  23. text-align:center;
  24. color: #fff;
  25. display:flex;
  26. align-items:center;
  27. justify-content:center;
  28. }