123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- @charset "UTF-8";
- .text-center {
- text-align: center;
- }
- .font-weight {
- font-weight: bold;
- }
- .page-width {
- width: 100%;
- }
- .goods-hover-class {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width {
- width: 100%;
- }
- .u-hover-class {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- page {
- background: #f7f7f7;
- }
- @charset "UTF-8";
- .text-center.data-v-fee9326e {
- text-align: center;
- }
- .font-weight.data-v-fee9326e {
- font-weight: bold;
- }
- .page-width.data-v-fee9326e {
- width: 100%;
- }
- .goods-hover-class.data-v-fee9326e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-fee9326e {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-fee9326e {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-fee9326e {
- width: 100%;
- }
- .u-hover-class.data-v-fee9326e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-fee9326e {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .mb-12.data-v-fee9326e {
- margin-bottom: 12rpx;
- }
- .mb-24.data-v-fee9326e {
- margin-bottom: 24rpx;
- }
- .page .no-data.data-v-fee9326e {
- padding: 100rpx;
- text-align: center;
- margin-top: 88rpx;
- color: #cdcdcd;
- background: #fff;
- border-radius: 16rpx;
- }
- .search.data-v-fee9326e {
- width: 750rpx;
- height: 88rpx;
- padding: 16rpx 24rpx;
- box-sizing: border-box;
- background-color: #efeff4;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1000;
- }
- .search .prompt.data-v-fee9326e {
- width: 702rpx;
- height: 56rpx;
- position: absolute;
- border-radius: 28rpx;
- background-color: #ffffff;
- }
- .search .prompt > image.data-v-fee9326e {
- width: 26rpx;
- height: 26rpx;
- }
- .search .prompt > text.data-v-fee9326e {
- color: #b2b2b2;
- font-size: 26rpx;
- margin: 0 10rpx;
- }
- .search input.data-v-fee9326e {
- width: 702rpx;
- height: 56rpx;
- border-radius: 28rpx;
- background-color: #ffffff;
- padding: 0 70rpx 0 30rpx;
- box-sizing: border-box;
- font-size: 26rpx;
- }
- .search .search-clear.data-v-fee9326e {
- position: absolute;
- right: 15rpx;
- top: 14rpx;
- width: 30rpx;
- height: 30rpx;
- z-index: 300;
- }
- .list.data-v-fee9326e {
- margin-top: 60rpx;
- }
- .list .item.data-v-fee9326e {
- font-size: 28rpx;
- background: #fff;
- border-radius: 24rpx;
- margin-bottom: 24rpx;
- }
- .list .item .left.data-v-fee9326e {
- padding: 24rpx;
- }
- .list .item .edit-btn-out.data-v-fee9326e {
- padding: 39rpx 0;
- }
- .list .item .edit-btn.data-v-fee9326e {
- padding: 4rpx 30rpx;
- color: #999999;
- border-left: #e2e2e2 1rpx solid;
- }
- .add-address-row.data-v-fee9326e {
- margin-bottom: 50rpx;
- }
- .add-address-row > view.data-v-fee9326e {
- padding: 0 12rpx;
- }
- .add-address-row .icon.data-v-fee9326e {
- width: 32rpx;
- height: 32rpx;
- margin-right: 12rpx;
- }
- .not-list.data-v-fee9326e {
- color: #999999;
- margin-left: 24rpx;
- margin-right: 24rpx;
- }
- .tip.data-v-fee9326e {
- color: #666666;
- margin: 0 24rpx 20rpx 24rpx;
- }
- .u-bottom-fixed.data-v-fee9326e {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 1500;
- }
- .u-bottom-height.data-v-fee9326e {
- height: 120rpx;
- }
|