123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- @charset "UTF-8";
- .text-center.data-v-6a7d3892 {
- text-align: center;
- }
- .font-weight.data-v-6a7d3892 {
- font-weight: bold;
- }
- .page-width.data-v-6a7d3892 {
- width: 100%;
- }
- .goods-hover-class.data-v-6a7d3892 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-6a7d3892 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-6a7d3892 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-6a7d3892 {
- width: 100%;
- }
- .u-hover-class.data-v-6a7d3892 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-6a7d3892 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .auto-tab.data-v-6a7d3892 {
- position: fixed;
- top: 100rpx;
- left: 0;
- background-color: #ffffff;
- z-index: 1500;
- height: 88rpx;
- width: 100%;
- white-space: nowrap;
- padding: 0 32rpx;
- border-bottom: 1rpx solid #e2e2e2;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
- }
- .auto-item.data-v-6a7d3892 {
- display: inline-block;
- height: 84rpx;
- }
- .auto-tab-item.data-v-6a7d3892 {
- margin-right: 60rpx;
- background-color: #ffffff;
- height: 100%;
- }
- .auto-tab-item.current-type.data-v-6a7d3892 {
- border-bottom: 4rpx solid;
- }
- .empty.data-v-6a7d3892 {
- height: 104rpx;
- width: 100%;
- background-color: #f7f7f7;
- }
- .top.data-v-6a7d3892 {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 15;
- padding: 20rpx 24rpx;
- background-color: #efeff4;
- font-size: 32rpx;
- color: #666666;
- }
- .top .input.data-v-6a7d3892 {
- background-color: #ffffff;
- border-radius: 50rpx 0 0 50rpx;
- padding: 0 32rpx;
- font-size: 28rpx;
- height: 64rpx;
- }
- .top .box.data-v-6a7d3892 {
- position: relative;
- }
- .top .box .close-tip.data-v-6a7d3892 {
- width: 64rpx;
- height: 64rpx;
- background-color: #ffffff;
- border-radius: 0 50rpx 50rpx 0;
- margin-right: 20rpx;
- }
- .top .box .search-close.data-v-6a7d3892 {
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- margin: 16rpx;
- }
- .history.data-v-6a7d3892 {
- padding: 36rpx 24rpx;
- border-radius: 16rpx 16rpx 0 0;
- background-color: #ffffff;
- margin-top: 110rpx;
- min-height: calc(100vh - 110rpx);
- font-size: 28rpx;
- }
- .history .title.data-v-6a7d3892 {
- padding-bottom: 24rpx;
- color: #666666;
- }
- .history .title image.data-v-6a7d3892 {
- width: 28rpx;
- height: 34rpx;
- display: block;
- }
- .history .list .item.data-v-6a7d3892 {
- height: 64rpx;
- background-color: #f7f7f7;
- padding: 0 20rpx;
- margin-right: 20rpx;
- margin-bottom: 16rpx;
- border-radius: 32rpx;
- }
|