@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .tab { font-size: 32rpx; font-weight: 500; color: #333333; line-height: 110rpx; border-bottom: 1px solid #eee; width: 710rpx; margin: auto; } .tab .tab-name { flex-shrink: 0; } .tab .tab-val { flex-grow: 1; text-align: right; font-size: 48rpx; font-weight: bold; } .sub { width: 670rpx; line-height: 88rpx; background: #FF4C4C; border-radius: 10rpx; font-size: 32rpx; font-weight: bold; color: #FFFFFF; text-align: center; margin: 60rpx auto 0; } .loading { background: #999; }