1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- @charset "UTF-8";
- .text-center.data-v-c201c4be {
- text-align: center;
- }
- .font-weight.data-v-c201c4be {
- font-weight: bold;
- }
- .page-width.data-v-c201c4be {
- width: 100%;
- }
- .goods-hover-class.data-v-c201c4be {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-c201c4be {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-c201c4be {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-c201c4be {
- width: 100%;
- }
- .u-hover-class.data-v-c201c4be {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-c201c4be {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .rule.data-v-c201c4be {
- width: 750rpx;
- height: 90rpx;
- background-color: white;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .rule .app-left.data-v-c201c4be {
- font-size: 26rpx;
- color: #353535;
- }
- .rule .app-right > text.data-v-c201c4be {
- font-size: 24rpx;
- color: #999999;
- margin-left: 30rpx;
- }
- .rule .app-icon.data-v-c201c4be {
- width: 12rpx;
- height: 22rpx;
- margin-left: 12rpx;
- }
- .more.data-v-c201c4be {
- margin-top: 20rpx;
- }
|