123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- @charset "UTF-8";
- .text-center.data-v-f8799546 {
- text-align: center;
- }
- .font-weight.data-v-f8799546 {
- font-weight: bold;
- }
- .page-width.data-v-f8799546 {
- width: 100%;
- }
- .goods-hover-class.data-v-f8799546 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-f8799546 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-f8799546 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-f8799546 {
- width: 100%;
- }
- .u-hover-class.data-v-f8799546 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-f8799546 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .no-tip.data-v-f8799546 {
- position: fixed;
- top: 120rpx;
- left: 0;
- right: 0;
- margin: 0 auto;
- color: #666666;
- font-size: 24rpx;
- width: 240rpx;
- text-align: center;
- }
- .no-tip image.data-v-f8799546 {
- height: 240rpx;
- width: 240rpx;
- margin-bottom: 20rpx;
- }
- .no-tip .to-composition.data-v-f8799546 {
- border-radius: 33rpx;
- width: 246rpx;
- text-align: center;
- height: 66rpx;
- line-height: 66rpx;
- margin-top: 38rpx;
- color: #fff;
- }
- .list.data-v-f8799546 {
- padding: 24rpx;
- }
- .list .title.data-v-f8799546 {
- font-size: 28rpx;
- color: #353535;
- }
- .list .item.data-v-f8799546 {
- margin-top: 20rpx;
- padding: 24rpx;
- border-radius: 16rpx;
- background-color: #fff;
- }
- .dialog-bg.data-v-f8799546 {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.3);
- z-index: 202;
- }
- .dialog-bg .dialog.data-v-f8799546 {
- width: 630rpx;
- margin: 260rpx auto 0;
- background-color: #fff;
- padding-top: 40rpx;
- border-radius: 16rpx;
- }
- .dialog-bg .dialog .dialog-title.data-v-f8799546 {
- text-align: center;
- font-size: 26rpx;
- color: #999999;
- }
- .dialog-bg .dialog .dialog-title .dialog-big-title.data-v-f8799546 {
- font-size: 32rpx;
- color: #353535;
- margin-bottom: 10rpx;
- }
- .dialog-bg .dialog .dialog-goods-list.data-v-f8799546 {
- padding: 0 65rpx;
- margin: 26rpx 0 48rpx;
- }
- .dialog-bg .dialog .dialog-goods-list .dialog-goods.data-v-f8799546 {
- width: 80rpx;
- height: 80rpx;
- border-radius: 8rpx;
- margin: 10rpx;
- }
- .dialog-bg .dialog .dialog-goods-list .dialog-goods image.data-v-f8799546 {
- border-radius: 8rpx;
- width: 80rpx;
- height: 80rpx;
- }
- .dialog-bg .dialog .dialog-close.data-v-f8799546 {
- width: 630rpx;
- border-top: 2rpx solid #e2e2e2;
- font-size: 32rpx;
- text-align: center;
- padding: 25rpx 0;
- }
- .bottom.data-v-f8799546 {
- width: 100%;
- height: 120rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 30;
- background-color: #fff;
- border-top: 2rpx solid #e2e2e2;
- font-size: 24rpx;
- color: #353535;
- padding: 0 20rpx;
- }
- .bottom.iphone_x.data-v-f8799546 {
- height: 150rpx;
- padding-bottom: 50rpx;
- }
- .bottom .total-price.data-v-f8799546 {
- font-size: 36rpx;
- margin-left: 8rpx;
- }
- .bottom .submit-btn.data-v-f8799546 {
- width: 222rpx;
- height: 78rpx;
- border-radius: 39rpx;
- color: #fff;
- font-size: 32rpx;
- line-height: 78rpx;
- text-align: center;
- }
- .bottom .discount.data-v-f8799546 {
- font-size: 24rpx;
- }
- .bottom-space.data-v-f8799546 {
- height: 110rpx;
- }
- .bottom-space.iphone_x.data-v-f8799546 {
- height: 160rpx;
- }
|