u-swipe-action.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: -webkit-box;
  14. display: -webkit-flex;
  15. display: flex;
  16. -webkit-box-orient: horizontal;
  17. -webkit-box-direction: normal;
  18. -webkit-flex-direction: row;
  19. flex-direction: row;
  20. height: initial;
  21. position: relative;
  22. /* 这一句很关键,覆盖默认的绝对定位 */
  23. }
  24. .u-swipe-content.data-v-49234740 {
  25. -webkit-box-flex: 1;
  26. -webkit-flex: 1;
  27. flex: 1;
  28. }
  29. .u-swipe-del.data-v-49234740 {
  30. position: relative;
  31. font-size: 30rpx;
  32. color: #ffffff;
  33. }
  34. .u-btn-text.data-v-49234740 {
  35. position: absolute;
  36. top: 50%;
  37. left: 50%;
  38. -webkit-transform: translate(-50%, -50%);
  39. transform: translate(-50%, -50%);
  40. }