1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- @charset "UTF-8";
- .text-center.data-v-003ebbba {
- text-align: center;
- }
- .font-weight.data-v-003ebbba {
- font-weight: bold;
- }
- .page-width.data-v-003ebbba {
- width: 100%;
- }
- .goods-hover-class.data-v-003ebbba {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-003ebbba {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-003ebbba {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-003ebbba {
- width: 100%;
- }
- .u-hover-class.data-v-003ebbba {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-003ebbba {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .coupon.data-v-003ebbba {
- height: 156rpx;
- border-bottom: 1rpx solid #e2e2e2;
- position: relative;
- padding: 30rpx 24rpx 0;
- font-size: 15px;
- background-color: #fff;
- }
- .coupon-name.data-v-003ebbba {
- color: #353535;
- }
- .coupon-price.data-v-003ebbba {
- margin-top: 12rpx;
- }
- .to-card.data-v-003ebbba {
- height: 56rpx;
- line-height: 56rpx;
- padding: 0 16rpx;
- background-color: #fff;
- border-radius: 28rpx;
- border: 1rpx solid;
- font-size: 28rpx;
- width: auto;
- }
- .to-card.data-v-003ebbba::after {
- border: 0;
- }
- .goods.data-v-003ebbba {
- height: 200rpx;
- border-bottom: 1rpx solid #e2e2e2;
- position: relative;
- padding: 32rpx 24rpx;
- font-size: 15px;
- background-color: #fff;
- }
- .goods-img.data-v-003ebbba {
- height: 136rpx;
- width: 180rpx;
- float: left;
- margin-right: 16rpx;
- }
- .goods-info.data-v-003ebbba {
- width: 72%;
- }
- .order-detail.data-v-003ebbba {
- position: absolute;
- top: 72rpx;
- right: 24rpx;
- }
- .card-list.data-v-003ebbba {
- position: absolute;
- top: 50rpx;
- right: 24rpx;
- }
|