123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- @charset "UTF-8";
- .text-center.data-v-5c829f6e {
- text-align: center;
- }
- .font-weight.data-v-5c829f6e {
- font-weight: bold;
- }
- .page-width.data-v-5c829f6e {
- width: 100%;
- }
- .goods-hover-class.data-v-5c829f6e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-5c829f6e {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-5c829f6e {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-5c829f6e {
- width: 100%;
- }
- .u-hover-class.data-v-5c829f6e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-5c829f6e {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .cat.data-v-5c829f6e {
- background-color: #fff;
- margin-bottom: 20rpx;
- }
- .cat .cat-item.data-v-5c829f6e {
- height: 88rpx;
- line-height: 88rpx;
- font-size: 28rpx;
- color: #353535;
- }
- .cat .cat-item > view.data-v-5c829f6e {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- }
- .cat .cat-item .show-more.data-v-5c829f6e {
- width: 45rpx;
- height: 88rpx;
- }
- .cat .cat-item .show-more image.data-v-5c829f6e {
- height: 22rpx;
- width: 12rpx;
- }
- .cat .cat-item .show-more .bottom.data-v-5c829f6e {
- width: 22rpx;
- height: 12rpx;
- }
- .cat .cat-item .cat-name.data-v-5c829f6e {
- -webkit-box-flex: 1;
- -webkit-flex-grow: 1;
- flex-grow: 1;
- }
- .cat .cat-item .cat-name .cat-left.data-v-5c829f6e {
- margin-left: 16rpx;
- }
- .cat .cat-item .cat-menu.data-v-5c829f6e {
- margin-right: 16rpx;
- }
- .cat .cat-item .cat-menu image.data-v-5c829f6e {
- height: 40rpx;
- width: 40rpx;
- margin-left: 10rpx;
- }
- .cat .cat-item.sec-cat .cat-name.data-v-5c829f6e {
- border-top: 2rpx solid #e2e2e2;
- }
- .cat .cat-item.sec-cat .cat-menu.data-v-5c829f6e {
- border-top: 2rpx solid #e2e2e2;
- }
- .add-cat.data-v-5c829f6e {
- height: 120rpx;
- background-color: #fff;
- margin-bottom: 20rpx;
- padding-top: 24rpx;
- }
- .add-cat .add-cat-btn.data-v-5c829f6e {
- height: 72rpx;
- width: 320rpx;
- border-radius: 36rpx;
- border: 1rpx solid #446dfd;
- margin: 0 auto;
- color: #446dfd;
- font-size: 26rpx;
- line-height: 72rpx;
- }
- .add-cat .add-cat-btn image.data-v-5c829f6e {
- height: 28rpx;
- width: 28rpx;
- margin-right: 12rpx;
- margin-top: 22rpx;
- }
- .dialog.data-v-5c829f6e {
- position: fixed;
- height: 100%;
- width: 100%;
- bottom: 0;
- left: 0;
- z-index: 10;
- background-color: rgba(0, 0, 0, 0.3);
- }
- .dialog .dialog-item.data-v-5c829f6e {
- padding-top: 20rpx;
- position: fixed;
- top: 25%;
- left: 0;
- right: 0;
- margin: 0 auto;
- width: 620rpx;
- border-radius: 16rpx;
- background-color: #fff;
- text-align: center;
- }
- .dialog .btn-area.data-v-5c829f6e {
- height: 88rpx;
- position: relative;
- border-top: 1rpx solid #e2e2e2;
- }
- .dialog .btn-area .line.data-v-5c829f6e {
- height: 32rpx;
- width: 1rpx;
- background-color: #e2e2e2;
- position: absolute;
- top: 28rpx;
- left: 0;
- right: 0;
- margin: 0 auto;
- }
- .dialog .btn-area .submit-btn.data-v-5c829f6e {
- height: 88rpx;
- line-height: 88rpx;
- font-size: 32rpx;
- color: #666;
- width: 310rpx;
- text-align: center;
- }
- .dialog .btn-area .submit-btn.be-submit.data-v-5c829f6e {
- color: #446dfd;
- }
- .dialog .dialog-title.data-v-5c829f6e {
- text-align: center;
- font-size: 32rpx;
- color: #353535;
- margin: 66rpx 0 76rpx;
- }
|