1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @charset "UTF-8";
- .text-center.data-v-5a5ce1ed {
- text-align: center;
- }
- .font-weight.data-v-5a5ce1ed {
- font-weight: bold;
- }
- .page-width.data-v-5a5ce1ed {
- width: 100%;
- }
- .goods-hover-class.data-v-5a5ce1ed {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-5a5ce1ed {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-5a5ce1ed {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-5a5ce1ed {
- width: 100%;
- }
- .u-hover-class.data-v-5a5ce1ed {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-5a5ce1ed {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .page.data-v-5a5ce1ed {
- padding: 0 24rpx;
- position: absolute;
- top: 0;
- left: 0;
- min-height: 100%;
- width: 100%;
- background-color: #ffffff;
- }
|