123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- @charset "UTF-8";
- .text-center.data-v-03167ebe {
- text-align: center;
- }
- .font-weight.data-v-03167ebe {
- font-weight: bold;
- }
- .page-width.data-v-03167ebe {
- width: 100%;
- }
- .goods-hover-class.data-v-03167ebe {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-03167ebe {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-03167ebe {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-03167ebe {
- width: 100%;
- }
- .u-hover-class.data-v-03167ebe {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-03167ebe {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .app-reservation-form.data-v-03167ebe {
- width: 100%;
- margin-top: 20rpx;
- position: relative;
- background-color: white;
- }
- .app-reservation-form .app-image.data-v-03167ebe {
- width: 208rpx;
- height: 160rpx;
- border-radius: 8rpx;
- margin: 24rpx 24rpx 24rpx 24rpx;
- }
- .app-reservation-form .app-status-text.data-v-03167ebe {
- display: inline-block;
- width: 100rpx;
- height: 48rpx;
- line-height: 48rpx;
- font-size: 26rpx;
- color: #FFFFFF;
- background-color: #ff4544;
- border-top-left-radius: 8rpx;
- text-align: center;
- position: absolute;
- top: 24rpx;
- left: 24rpx;
- }
- .app-reservation-form .app-title-price.data-v-03167ebe {
- width: 470rpx;
- height: 208rpx;
- margin-right: 24rpx;
- }
- .app-reservation-form .app-title-price .app-title.data-v-03167ebe {
- margin-top: 32rpx;
- height: 64rpx;
- width: 470rpx;
- font-size: 28rpx;
- line-height: 32rpx;
- color: #353535;
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .app-reservation-form .app-title-price .app-attr.data-v-03167ebe {
- width: 470rpx;
- margin-top: 6rpx;
- font-size: 12px;
- color: #c9c9c9;
- }
- .app-reservation-form .app-title-price .app-price > text.data-v-03167ebe {
- margin-top: 32rpx;
- margin-bottom: 32rpx;
- }
- .app-reservation-form .app-title-price .app-price > text.data-v-03167ebe:before {
- content: '¥';
- }
- .app-reservation-form .app-title-price .app-old-price.data-v-03167ebe {
- text-decoration: line-through;
- font-size: 26rpx;
- color: #999999;
- margin-right: 24rpx;
- }
- .app-reservation-form .app-title-price .app-new-price.data-v-03167ebe {
- font-size: 32rpx;
- color: #ff4544;
- }
- .app-reservation-form .app-buttons.data-v-03167ebe {
- height: 100rpx;
- width: 100%;
- border-top: 1rpx solid #e2e2e2;
- padding-right: 8rpx;
- }
- .app-reservation-form .app-buttons .app-button.data-v-03167ebe {
- width: 180rpx;
- height: 60rpx;
- margin-right: 16rpx;
- padding-top: 20rpx;
- }
- .app-reservation-form .app-buttons .app-button .button.data-v-03167ebe {
- width: 100%;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 30rpx;
- padding: 0;
- font-size: 32rpx;
- border-width: 1rpx;
- border-style: solid;
- text-align: center;
- border-color: transparent;
- }
- .app-reservation-form .app-buttons .app-button .app-button-white.data-v-03167ebe {
- background-color: white;
- border-color: #cdcdcd;
- color: #666666;
- }
- .app-reservation-form .app-buttons .app-button .app-button-red.data-v-03167ebe {
- background-color: #fff5f5;
- color: #ff4544;
- border-color: #ff4544;
- }
|