@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .content { line-height: 1; } .content .top { width: 750rpx; height: 370rpx; background: url(/static/images/bgi2.png) no-repeat top left; background-size: 750rpx 370rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-left: 55rpx; } .content .top .avater { width: 150rpx; height: 150rpx; margin-right: 28rpx; } .content .top .avater .avater-img { width: 100%; height: 100%; border-radius: 50%; } .content .top .name-box .name-top { font-size: 42rpx; font-weight: 400; color: #FFFFFF; margin-bottom: 15rpx; } .content .top .name-box .name-bottom { margin-top: 16rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .content .top .name-box .name-bottom .nameInfo { color: #FFFFFF; padding: 6rpx 16rpx; border: 1rpx solid #FFFFFF; border-radius: 12rpx; } .content .top .name-box .name-footbox .name-foot { text-align: center; font-size: 22rpx; font-weight: 400; color: #FFFFFF; background: rgba(255, 255, 255, 0.2); border: 1px solid #FFFFFF; border-radius: 20rpx; padding: 3rpx 13rpx; } .content .center-box { width: 687rpx; background: #FFE8E8; border-radius: 16rpx; margin: -90rpx auto 0; } .content .center-box .center-top { width: 687rpx; height: 80rpx; background: #FFFFFF; border-radius: 16rpx 16rpx 0 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-left: 30rpx; } .content .center-box .center-top .top-left { width: 126rpx; line-height: 32rpx; text-align: center; background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33); background: linear-gradient(0deg, #C90F1B, #F14D33); font-size: 22rpx; font-weight: 400; color: #FFFFFF; border-radius: 20rpx; margin-right: 10rpx; } .content .center-box .center-top .top-right { font-size: 22rpx; font-weight: 400; color: #CB151D; } .content .center-box .center-foot { height: 155rpx; display: -webkit-box; display: -webkit-flex; display: flex; } .content .center-box .center-foot .foot-list { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: center; padding-top: 20rpx; } .content .center-box .center-foot .foot-list .list-top { font-size: 39rpx; font-weight: 400; color: #CB141D; line-height: 58rpx; } .content .center-box .center-foot .foot-list .list-foot { font-size: 39rpx; font-weight: 400; color: #666666; line-height: 58rpx; } .content .tt { margin: 20rpx auto 0; width: 700rpx; box-shadow: 0px 0px 20rpx 0px rgba(49, 49, 52, 0.06); border-radius: 10rpx; background-color: #ffffff; } .content .tt .tt-box { width: 700rpx; height: 100rpx; padding: 0 30rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .content .tt .tt-box .tt-icon { width: 40rpx; height: 40rpx; } .content .tt .tt-box .tt-icon1 { width: 40rpx; height: 36rpx; } .content .tt .tt-box .tt-txt { margin-left: 20rpx; font-size: 28rpx; font-weight: 300; color: #000000; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .content .tt .tt-box .next-icon { width: 30rpx; height: 38rpx; } .content .tt .border-b { border-bottom: 1px solid #F1F1F1; }