123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- @charset "UTF-8";
- .text-center.data-v-7b15bd3c {
- text-align: center;
- }
- .font-weight.data-v-7b15bd3c {
- font-weight: bold;
- }
- .page-width.data-v-7b15bd3c {
- width: 100%;
- }
- .goods-hover-class.data-v-7b15bd3c {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-7b15bd3c {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-7b15bd3c {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-7b15bd3c {
- width: 100%;
- }
- .u-hover-class.data-v-7b15bd3c {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-7b15bd3c {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .tip.data-v-7b15bd3c {
- height: 60rpx;
- line-height: 60rpx;
- background-color: #f8e5e5;
- color: #ff4544;
- padding-left: 20rpx;
- font-size: 24rpx;
- position: fixed;
- top: 90rpx;
- left: 0;
- width: 100%;
- z-index: 10;
- }
- .tip-placeholder.data-v-7b15bd3c {
- height: 60rpx;
- }
- .item.data-v-7b15bd3c {
- width: 702rpx;
- margin: 16rpx 24rpx 0;
- background-color: #fff;
- border-radius: 16rpx;
- }
- .item .item-top.data-v-7b15bd3c {
- height: 90rpx;
- line-height: 90rpx;
- padding: 0 20rpx;
- border-bottom: 2rpx solid #e2e2e2;
- }
- .item .item-top .goods-title.data-v-7b15bd3c {
- color: #353535;
- font-size: 24rpx;
- margin-top: 30rpx;
- height: 30rpx;
- line-height: 30rpx;
- }
- .item .item-top .goods-title image.data-v-7b15bd3c {
- width: 30rpx;
- height: 30rpx;
- margin-right: 20rpx;
- display: block;
- }
- .item .item-top .start-time.data-v-7b15bd3c {
- color: #999999;
- font-size: 24rpx;
- }
- .item .item-info.data-v-7b15bd3c {
- padding: 30rpx 0;
- }
- .item .item-info .item-bottom.data-v-7b15bd3c {
- height: 105rpx;
- }
- .item .item-info .item-bottom .money-item.data-v-7b15bd3c {
- font-size: 24rpx;
- color: #999999;
- width: 50%;
- }
- .item .item-info .item-bottom .money-item .money.data-v-7b15bd3c {
- margin-top: 10rpx;
- font-family: DIN;
- font-size: 46rpx;
- }
- .price.data-v-7b15bd3c {
- height: 96rpx;
- background-color: #fff;
- padding: 0 24rpx;
- font-size: 24rpx;
- color: #999999;
- position: fixed;
- top: 90rpx;
- left: 0;
- width: 100%;
- z-index: 100;
- }
- .price .choose-btn.data-v-7b15bd3c {
- border: 2rpx solid;
- height: 50rpx;
- border-radius: 25rpx;
- line-height: 48rpx;
- display: inline-block;
- padding: 0 24rpx;
- }
- .price .choose-btn image.data-v-7b15bd3c {
- margin-top: 21rpx;
- height: 8rpx;
- width: 12rpx;
- margin-left: 10rpx;
- float: right;
- display: block;
- }
- .order.data-v-7b15bd3c {
- width: 702rpx;
- border-radius: 16rpx;
- background-color: #fff;
- margin: 114rpx 24rpx 24rpx;
- }
- .order .order-item.data-v-7b15bd3c {
- padding: 24rpx 32rpx;
- border-top: 2rpx solid #e2e2e2;
- font-size: 26rpx;
- color: #353535;
- }
- .order .order-item.data-v-7b15bd3c:first-of-type {
- border-top: 0;
- }
- .order .order-item .order-bottom.data-v-7b15bd3c {
- font-size: 24rpx;
- color: #999999;
- }
- .bg.data-v-7b15bd3c {
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.3);
- z-index: 4;
- width: 100%;
- height: 100%;
- }
- .bg .dialog.data-v-7b15bd3c {
- background-color: #fff;
- border-radius: 16rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 200;
- }
- .bg .dialog .dialog-item.data-v-7b15bd3c {
- height: 115rpx;
- line-height: 115rpx;
- border-bottom: 2rpx solid #e2e2e2;
- text-align: center;
- font-size: 26rpx;
- color: #353535;
- }
- .bg .dialog .cancel.data-v-7b15bd3c {
- background-color: #F6F6F6;
- height: 140rpx;
- }
- .bg .dialog .cancel .cancel-btn.data-v-7b15bd3c {
- height: 115rpx;
- line-height: 115rpx;
- text-align: center;
- width: 702rpx;
- border-radius: 16rpx;
- background-color: #fff;
- }
|