123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- .text-center.data-v-96f9558c {
- text-align: center;
- }
- .font-weight.data-v-96f9558c {
- font-weight: bold;
- }
- .page-width.data-v-96f9558c {
- width: 100%;
- }
- .goods-hover-class.data-v-96f9558c {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-96f9558c {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-96f9558c {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-96f9558c {
- width: 100%;
- }
- .u-hover-class.data-v-96f9558c {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-96f9558c {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .u-swipe-action.data-v-96f9558c {
- width: auto;
- height: initial;
- position: relative;
- overflow: hidden;
- }
- .u-swipe-view.data-v-96f9558c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- height: initial;
- position: relative;
- /* 这一句很关键,覆盖默认的绝对定位 */
- }
- .u-swipe-content.data-v-96f9558c {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .u-swipe-del.data-v-96f9558c {
- position: relative;
- font-size: 30rpx;
- color: #ffffff;
- }
- .u-btn-text.data-v-96f9558c {
- font-size: 30rpx;
- text-align: center;
- }
|