@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .content .buttom { width: 660rpx; height: 100rpx; background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33); background: linear-gradient(0deg, #C90F1B, #F14D33); border-radius: 50rpx; margin: 50rpx auto; font-size: 36rpx; font-weight: 400; color: #FFFFFF; line-height: 100rpx; text-align: center; } .content .buttom.action { background: #999999; } .content .top { width: 750rpx; height: 375rpx; } .content .top .topimg { width: 100%; height: 100%; } .content .box { width: 690rpx; margin: 20rpx auto 0; background-color: #FFFFFF; border-radius: 10rpx; padding-left: 20rpx; padding-right: 20rpx; } .content .box .box-check { font-size: 28rpx; font-weight: 500; color: #666666; line-height: 100rpx; } .content .box .box-tit { font-size: 28rpx; font-weight: 500; color: #333333; line-height: 100rpx; } .content .box .box-tit .tit2 { margin-left: 20rpx; font-size: 28rpx; font-weight: 500; color: #999999; } .content .box .box-cent { font-size: 28rpx; font-weight: 500; color: #666666; display: -webkit-box; display: -webkit-flex; display: flex; } .content .box .box-cent .cent-left { margin-right: 28rpx; } .content .box .box-cent .cent-left .left-txt { line-height: 100rpx; } .content .box .box-cent .goods_check { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; } .content .box .box-cent .goods_check .cent-right { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .content .box .box-cent .goods_check .cent-right .right-check { line-height: 100rpx; } .content .box .imp { color: red; margin-left: 5rpx; } .content .box .box-1 { height: 100rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .content .box .box-1 .box-1-1 { font-size: 28rpx; font-weight: 500; color: #333333; display: -webkit-box; display: -webkit-flex; display: flex; } .content .box .box-1 .box-1-1 .box-left { width: 280rpx; -webkit-flex-shrink: 0; flex-shrink: 0; font-size: 28rpx; font-weight: 500; color: #333333; } .content .box .box-1 .box-1-1 .box-right { width: 300rpx; font-size: 28rpx; font-weight: 500; color: #333333; } .content .box .box-1 .box-1-2 { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; } .content .box .box-1 .box-1-2 .box-left { width: 160rpx; -webkit-flex-shrink: 0; flex-shrink: 0; font-size: 28rpx; font-weight: 500; color: #333333; } .content .box .box-1 .box-1-2 .box-right { width: 100%; font-size: 28rpx; font-weight: 500; color: #333333; }