123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- @charset "UTF-8";
- .text-center.data-v-39ab1760 {
- text-align: center;
- }
- .font-weight.data-v-39ab1760 {
- font-weight: bold;
- }
- .page-width.data-v-39ab1760 {
- width: 100%;
- }
- .goods-hover-class.data-v-39ab1760 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-39ab1760 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-39ab1760 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-39ab1760 {
- width: 100%;
- }
- .u-hover-class.data-v-39ab1760 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-39ab1760 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .app-level.data-v-39ab1760 {
- height: 100vh;
- width: 100%;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- .app-level .title.data-v-39ab1760 {
- font-size: 57rpx;
- color: #ffffff;
- padding: 80rpx 0;
- width: 100%;
- text-align: center;
- }
- .app-level .list.data-v-39ab1760 {
- padding: 0 33rpx;
- }
- .app-level .list .item.data-v-39ab1760 {
- position: relative;
- background: #ffffff;
- border-radius: 20rpx;
- height: 130rpx;
- line-height: 130rpx;
- margin-bottom: 24rpx;
- }
- .app-level .list .item .shuxian.data-v-39ab1760 {
- width: 16rpx;
- height: 60rpx;
- display: block;
- top: -43rpx;
- position: absolute;
- }
- .app-level .list .item .shuxian.left.data-v-39ab1760 {
- left: 78rpx;
- }
- .app-level .list .item .shuxian.right.data-v-39ab1760 {
- right: 78rpx;
- }
- .app-level .list .item .content.data-v-39ab1760 {
- padding-left: 60rpx;
- }
- .app-level .list .item .content text.data-v-39ab1760 {
- color: #e33d41;
- }
- .app-level .list .item .content text.price.data-v-39ab1760:before {
- content: '¥';
- }
- .app-level .list .item .right.data-v-39ab1760 {
- font-size: 22rpx;
- color: #999999;
- }
- .app-level .list .item .right .arrow-right.data-v-39ab1760 {
- width: 12rpx;
- height: 22rpx;
- margin-left: 12rpx;
- margin-right: 25rpx;
- display: block;
- }
- .app-level .level-btn.data-v-39ab1760 {
- text-align: center;
- width: 534rpx;
- height: 88rpx;
- line-height: 88rpx;
- margin: 50rpx 108rpx;
- font-size: 43rpx;
- color: #895c4c;
- border-radius: 50rpx;
- background-image: -webkit-linear-gradient(left, #ffddad, #ffce98);
- background-image: linear-gradient(to right, #ffddad, #ffce98);
- }
- .app-level .dialog.data-v-39ab1760 {
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- }
- .app-level .dialog .content.data-v-39ab1760 {
- width: 436rpx;
- height: 492rpx;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- font-size: 24rpx;
- color: #545454;
- }
- .app-level .dialog .content .dialog-title.data-v-39ab1760 {
- margin-top: 255rpx;
- margin-bottom: 30rpx;
- }
- .app-level .dialog .content .btn.data-v-39ab1760 {
- margin-top: 30rpx;
- width: 272rpx;
- height: 60rpx;
- color: #ffffff;
- border-radius: 60rpx;
- text-align: center;
- line-height: 60rpx;
- }
- .app-level .dialog .content .btn.btn-1.data-v-39ab1760 {
- background: #ff4e47;
- }
- .app-level .dialog .content .btn.btn-0.data-v-39ab1760 {
- background: #ffbf7a;
- }
- .app-level .dialog .rule.data-v-39ab1760 {
- width: 650rpx;
- background-color: #ffffff;
- border-radius: 20rpx;
- position: relative;
- }
- .app-level .dialog .rule .close.data-v-39ab1760 {
- position: absolute;
- right: 24rpx;
- top: 24rpx;
- width: 30rpx;
- height: 30rpx;
- }
- .app-level .dialog .rule .rule-title.data-v-39ab1760 {
- margin: 40rpx 0;
- }
- .app-level .dialog .rule .rule-content.data-v-39ab1760 {
- width: calc(100% - 64rpx);
- margin: 0 32rpx;
- padding: 20rpx 32rpx;
- height: 270rpx;
- overflow-y: auto;
- border: 1rpx solid #e2e2e2;
- border-radius: 16rpx;
- }
- .app-level .dialog .rule .btn.data-v-39ab1760 {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- color: #666666;
- font-size: 32rpx;
- border-top: 1rpx solid #e2e2e2;
- margin-top: 32rpx;
- }
|