1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @charset "UTF-8";
- .text-center.data-v-dc4bc050 {
- text-align: center;
- }
- .font-weight.data-v-dc4bc050 {
- font-weight: bold;
- }
- .page-width.data-v-dc4bc050 {
- width: 100%;
- }
- .goods-hover-class.data-v-dc4bc050 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-dc4bc050 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-dc4bc050 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-dc4bc050 {
- width: 100%;
- }
- .u-hover-class.data-v-dc4bc050 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-dc4bc050 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .no-content.data-v-dc4bc050 {
- color: #888;
- padding-top: 100rpx;
- text-align: center;
- }
- .line.data-v-dc4bc050 {
- height: 140rpx;
- padding: 0 24rpx;
- border-bottom: 1px solid #e2e2e2;
- background: #FFFFFF;
- }
- .line .name.data-v-dc4bc050 {
- font-size: 28rpx;
- color: #353535;
- margin-right: 80rpx;
- }
- .line .time.data-v-dc4bc050 {
- margin-top: 22rpx;
- font-size: 24rpx;
- color: #666666;
- }
|