12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- @charset "UTF-8";
- .text-center.data-v-2e888b8f {
- text-align: center;
- }
- .font-weight.data-v-2e888b8f {
- font-weight: bold;
- }
- .page-width.data-v-2e888b8f {
- width: 100%;
- }
- .goods-hover-class.data-v-2e888b8f {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-2e888b8f {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-2e888b8f {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-2e888b8f {
- width: 100%;
- }
- .u-hover-class.data-v-2e888b8f {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-2e888b8f {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .title.data-v-2e888b8f {
- height: 118rpx;
- width: 100%;
- background-color: #fff;
- }
- .title .title-text.data-v-2e888b8f {
- margin: 0 20rpx;
- font-size: 32rpx;
- color: #342e25;
- }
- .title image.data-v-2e888b8f {
- width: 60rpx;
- height: 19rpx;
- }
- .is-free.data-v-2e888b8f {
- height: 118rpx;
- padding: 0 40rpx;
- font-size: 32rpx;
- margin-top: 20rpx;
- color: #342e25;
- background-color: #fff;
- }
- .is-free image.data-v-2e888b8f {
- height: 40rpx;
- width: 40rpx;
- margin-right: 22rpx;
- }
- .obj.data-v-2e888b8f {
- background-color: #fff;
- }
- .obj .all.data-v-2e888b8f {
- padding-bottom: 15rpx;
- }
- .obj .all .all-item.data-v-2e888b8f {
- height: 90rpx;
- }
- .obj .obj-title.data-v-2e888b8f {
- color: #a6a6a6;
- font-size: 23rpx;
- }
- .obj .obj-title .line.data-v-2e888b8f {
- width: 40rpx;
- height: 2rpx;
- background-color: #bbbbbb;
- margin: 0 17rpx;
- }
- .obj .goods-holder.data-v-2e888b8f {
- height: 32rpx;
- }
- .obj .cat-list.data-v-2e888b8f {
- padding: 0 12rpx 54rpx;
- }
- .obj .cat-list .cat-item.data-v-2e888b8f {
- width: 218rpx;
- margin: 56rpx 12rpx 6rpx;
- text-align: center;
- font-size: 28rpx;
- color: #353535;
- }
|