1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- @charset "UTF-8";
- .text-center.data-v-2a0beb94 {
- text-align: center;
- }
- .font-weight.data-v-2a0beb94 {
- font-weight: bold;
- }
- .page-width.data-v-2a0beb94 {
- width: 100%;
- }
- .goods-hover-class.data-v-2a0beb94 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-2a0beb94 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-2a0beb94 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-2a0beb94 {
- width: 100%;
- }
- .u-hover-class.data-v-2a0beb94 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-2a0beb94 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .price-show.data-v-2a0beb94 {
- width: 702rpx;
- height: 256rpx;
- margin: 24rpx 24rpx;
- border-radius: 16rpx;
- background-color: #fff;
- }
- .price-show .title.data-v-2a0beb94 {
- color: #999999;
- font-size: 24rpx;
- margin-bottom: 10rpx;
- }
- .price-show .price.data-v-2a0beb94 {
- color: #353535;
- font-size: 40rpx;
- font-family: DIN;
- }
- .price-show .cash-btn.data-v-2a0beb94 {
- font-size: 28rpx;
- padding: 0 24rpx;
- height: 46rpx;
- line-height: 44rpx;
- border-radius: 23rpx;
- border: 2rpx solid;
- margin-top: 30rpx;
- display: inline-block;
- }
- .menu.data-v-2a0beb94 {
- border-radius: 16rpx;
- background-color: #fff;
- width: 702rpx;
- margin: 0 24rpx;
- }
- .menu .menu-item.data-v-2a0beb94 {
- padding: 32rpx;
- height: 96rpx;
- border-top: 2rpx solid #e2e2e2;
- font-size: 26rpx;
- color: #353535;
- }
- .menu .menu-item.data-v-2a0beb94:first-of-type {
- border-top: 0;
- }
- .menu .menu-item image.data-v-2a0beb94 {
- width: 12rpx;
- height: 22rpx;
- display: block;
- }
|