123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- @charset "UTF-8";
- .text-center.data-v-0b799036 {
- text-align: center;
- }
- .font-weight.data-v-0b799036 {
- font-weight: bold;
- }
- .page-width.data-v-0b799036 {
- width: 100%;
- }
- .goods-hover-class.data-v-0b799036 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-0b799036 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-0b799036 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-0b799036 {
- width: 100%;
- }
- .u-hover-class.data-v-0b799036 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-0b799036 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .receiving-status.data-v-0b799036 {
- height: 110rpx;
- padding: 0 8rpx;
- }
- .receiving-status .item.data-v-0b799036 {
- padding: 0 28rpx;
- margin-right: 16rpx;
- height: 62rpx;
- line-height: 62rpx;
- font-size: 24rpx;
- color: #353535;
- border-radius: 38rpx;
- border: 1rpx solid #bbbbbb;
- }
- .u-bottom-fixed.data-v-0b799036 {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 1500;
- background-color: #ffffff;
- }
|