12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @charset "UTF-8";
- .text-center.data-v-2bdeb2f1 {
- text-align: center;
- }
- .font-weight.data-v-2bdeb2f1 {
- font-weight: bold;
- }
- .page-width.data-v-2bdeb2f1 {
- width: 100%;
- }
- .goods-hover-class.data-v-2bdeb2f1 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-2bdeb2f1 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-2bdeb2f1 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-2bdeb2f1 {
- width: 100%;
- }
- .u-hover-class.data-v-2bdeb2f1 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-2bdeb2f1 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .u-bottom-fixed.data-v-2bdeb2f1 {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 1500;
- background-color: #ffffff;
- }
- .u-bottom-height.data-v-2bdeb2f1 {
- height: 90rpx;
- }
- .app-menu.data-v-2bdeb2f1 {
- height: 90rpx;
- width: 100%;
- background-color: #fff;
- font-size: 22rpx;
- border-top: 2rpx solid #e2e2e2;
- }
- .app-menu .menu-btn.data-v-2bdeb2f1 {
- width: 200rpx;
- color: #666;
- text-align: center;
- height: 90rpx;
- }
- .app-menu .menu-btn image.data-v-2bdeb2f1 {
- width: 40rpx;
- height: 40rpx;
- margin-bottom: 3rpx;
- }
|