@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .place { color: #999; } .jg { height: 20rpx; } .tab { width: 690rpx; margin: auto; border-radius: 10px; background-color: #fff; margin-bottom: 20rpx; } .tab .tab-item { padding: 0 20rpx; font-size: 30rpx; align-items: flex-start; line-height: 100rpx; border-bottom: 1px #F0F0F0 solid; } .tab .tab-item image { height: 160rpx; width: 160rpx; } .tab .tab-item:last-of-type { border-bottom: none; } .tab .tab-item .item-name { flex-shrink: 0; width: 220rpx; color: #333333; } .tab .tab-item .item-val { display: inline-block; flex-grow: 1; text-align: left; line-height: 100rpx; height: 100rpx; } .tab .tab-item .nosz { color: #999; } .sub { text-align: center; width: 560rpx; line-height: 80rpx; background: #fc4141; border-radius: 40rpx; color: #fff; font-size: 30rpx; font-weight: 500; margin: 80rpx auto 0; } .up-img { justify-content: flex-start; align-items: flex-start; padding: 28rpx 20rpx; font-size: 30rpx; } .up-img .item-name { flex-shrink: 0; width: 220rpx; color: #333333; } .up-img image { width: 160rpx; height: 160rpx; } .hui { background-color: #999; }