12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @charset "UTF-8";
- .text-center.data-v-0b714956 {
- text-align: center;
- }
- .font-weight.data-v-0b714956 {
- font-weight: bold;
- }
- .page-width.data-v-0b714956 {
- width: 100%;
- }
- .goods-hover-class.data-v-0b714956 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-0b714956 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-0b714956 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-0b714956 {
- width: 100%;
- }
- .u-hover-class.data-v-0b714956 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-0b714956 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .app-head-navigation.data-v-0b714956 {
- width: 750rpx;
- height: 80rpx;
- background-color: white;
- white-space: nowrap;
- border-bottom: 1rpx solid #e2e2e2;
- }
- .app-head-navigation .app-item.data-v-0b714956 {
- display: inline-block;
- height: 80rpx;
- line-height: 80rpx;
- width: 150rpx;
- border-bottom-width: 4rpx;
- border-bottom-style: solid;
- border-bottom-color: transparent;
- color: #666666;
- font-size: 32rpx;
- text-align: center;
- }
- .app-head-navigation .app-active-item.data-v-0b714956 {
- border-bottom-color: #ff5a5a;
- color: #ff5a5a;
- }
|