u-swipe-action.ttss 846 B

1234567891011121314151617181920212223242526272829303132333435
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-swipe-action.data-v-49234740 {
  7. width: auto;
  8. height: initial;
  9. position: relative;
  10. overflow: hidden;
  11. }
  12. .u-swipe-view.data-v-49234740 {
  13. display: flex;
  14. flex-direction: row;
  15. height: initial;
  16. position: relative;
  17. /* 这一句很关键,覆盖默认的绝对定位 */
  18. }
  19. .u-swipe-content.data-v-49234740 {
  20. flex: 1;
  21. }
  22. .u-swipe-del.data-v-49234740 {
  23. position: relative;
  24. font-size: 30rpx;
  25. color: #ffffff;
  26. }
  27. .u-btn-text.data-v-49234740 {
  28. position: absolute;
  29. top: 50%;
  30. left: 50%;
  31. -webkit-transform: translate(-50%, -50%);
  32. transform: translate(-50%, -50%);
  33. }