123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- .text-center.data-v-16e93856 {
- text-align: center;
- }
- .font-weight.data-v-16e93856 {
- font-weight: bold;
- }
- .page-width.data-v-16e93856 {
- width: 100%;
- }
- .goods-hover-class.data-v-16e93856 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-16e93856 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-16e93856 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-16e93856 {
- width: 100%;
- }
- .u-hover-class.data-v-16e93856 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-16e93856 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .search.data-v-16e93856 {
- position: absolute;
- width: 750rpx;
- height: 100%;
- background-color: #ffffff;
- }
- .search .top.data-v-16e93856 {
- height: 104rpx;
- width: 100%;
- background-color: #efeff4;
- padding: 20rpx 24rpx;
- position: relative;
- overflow: hidden;
- }
- .search .top .delete.data-v-16e93856 {
- width: 32rpx;
- height: 32rpx;
- }
- .search .top .input.data-v-16e93856 {
- height: 64rpx;
- width: 620rpx;
- border-radius: 50rpx;
- background-color: #ffffff;
- padding-left: 32rpx;
- font-size: 28rpx;
- color: #353535;
- }
- .search .top .delete.data-v-16e93856 {
- position: absolute;
- right: 125rpx;
- z-index: 1600;
- }
- .search .center.data-v-16e93856 {
- font-size: 28rpx;
- padding: 32rpx 24rpx 0 24rpx;
- }
- .search .center .strong.data-v-16e93856 {
- color: #666666;
- padding-bottom: 24rpx;
- }
- .search .center .strong text.data-v-16e93856 {
- margin-top: 4rpx;
- }
- .search .center .strong .delete.data-v-16e93856 {
- width: 44rpx;
- height: 32rpx;
- padding: 0 6rpx;
- }
- .search .center .strong-item.data-v-16e93856 {
- display: inline-block;
- height: 64rpx;
- line-height: 64rpx;
- padding: 0 20rpx;
- margin: 0 20rpx 16rpx 0;
- color: #353535;
- font-size: 28rpx;
- border-radius: 32rpx;
- background-color: #f7f7f7;
- }
- .order-empty.data-v-16e93856 {
- position: absolute;
- top: 555rpx;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- width: 240rpx;
- text-align: center;
- }
- .order-empty > image.data-v-16e93856 {
- height: 240rpx;
- width: 240rpx;
- }
- .order-empty > text.data-v-16e93856 {
- font-size: 24rpx;
- color: #666666;
- }
|