12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @charset "UTF-8";
- .text-center.data-v-6faedca4 {
- text-align: center;
- }
- .font-weight.data-v-6faedca4 {
- font-weight: bold;
- }
- .page-width.data-v-6faedca4 {
- width: 100%;
- }
- .goods-hover-class.data-v-6faedca4 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-6faedca4 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-6faedca4 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-6faedca4 {
- width: 100%;
- }
- .u-hover-class.data-v-6faedca4 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-6faedca4 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .search-input.data-v-6faedca4 {
- height: 88rpx;
- box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.15);
- background-color: #efeff4;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1500;
- }
- .jump-button.data-v-6faedca4 {
- width: 224rpx;
- height: 88rpx;
- }
- .jump-button .icon.data-v-6faedca4 {
- width: 46rpx;
- height: 46rpx;
- margin-right: 8rpx;
- position: relative;
- }
- .jump-button .icon > image.data-v-6faedca4 {
- position: absolute;
- left: -1rpx;
- top: -1rpx;
- height: 48rpx;
- width: 48rpx;
- }
- .jump-button .font.data-v-6faedca4 {
- font-size: 26rpx;
- text-align: center;
- }
- .input-view.data-v-6faedca4 {
- width: 526rpx;
- }
- .input-view .input.data-v-6faedca4 {
- width: 503rpx;
- height: 56rpx;
- margin-left: 23rpx;
- background-color: #ffffff;
- border-radius: 25rpx;
- }
- .input-view .input .input-in.data-v-6faedca4 {
- width: 503rpx;
- height: 56rpx;
- }
- .input-view .input .input-in .icon.data-v-6faedca4 {
- width: 26rpx;
- height: 26rpx;
- margin-right: 12rpx;
- }
- .input-view .input .input-in .font.data-v-6faedca4 {
- font-size: 26rpx;
- color: #b2b2b2;
- }
|