1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @charset "UTF-8";
- .text-center.data-v-dac14d86 {
- text-align: center;
- }
- .font-weight.data-v-dac14d86 {
- font-weight: bold;
- }
- .page-width.data-v-dac14d86 {
- width: 100%;
- }
- .goods-hover-class.data-v-dac14d86 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-dac14d86 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-dac14d86 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-dac14d86 {
- width: 100%;
- }
- .u-hover-class.data-v-dac14d86 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-dac14d86 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .map map.data-v-dac14d86 {
- width: 100%;
- height: 1334rpx;
- }
- .map .bottom.data-v-dac14d86 {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 750rpx;
- padding: 24rpx;
- background-color: #ffffff;
- }
- .map .bottom .mobile.data-v-dac14d86 {
- width: 40rpx;
- height: 40rpx;
- display: block;
- }
- .map .bottom .general.data-v-dac14d86 {
- color: #999999;
- font-size: 24rpx;
- }
|