good-action.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @charset "UTF-8";
  2. .text-center.data-v-96f9558c {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-96f9558c {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-96f9558c {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-96f9558c {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-96f9558c {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-96f9558c {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-96f9558c {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-96f9558c {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-96f9558c {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .u-swipe-action.data-v-96f9558c {
  39. width: auto;
  40. height: initial;
  41. position: relative;
  42. overflow: hidden;
  43. }
  44. .u-swipe-view.data-v-96f9558c {
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. height: initial;
  49. position: relative;
  50. /* 这一句很关键,覆盖默认的绝对定位 */
  51. }
  52. .u-swipe-content.data-v-96f9558c {
  53. -webkit-box-flex: 1;
  54. -webkit-flex: 1;
  55. flex: 1;
  56. }
  57. .u-swipe-del.data-v-96f9558c {
  58. position: relative;
  59. font-size: 30rpx;
  60. color: #ffffff;
  61. }
  62. .u-btn-text.data-v-96f9558c {
  63. font-size: 30rpx;
  64. text-align: center;
  65. }