@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .content, page { min-height: 100%; height: auto; background: #f8f8f8; } .top { position: relative; z-index: 0; width: 750rpx; height: 287rpx; } .top .top-bg { width: 750rpx; height: 287rpx; } .main { background: #ffffff; } .info-item { padding: 40rpx 0 38rpx; margin: 0 24rpx; border-bottom: 1px solid #ececec; } .info-item .info-left { width: 300rpx; font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: #222222; } .info-item .info-right { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #999999; } .list-input { text-align: right; font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #999999; } .info-type-title { font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: #222222; } .info-type-title .info-type-title-right { display: flex; align-items: center; } .info-type-title .info-type-title-right .info-type-title-right-font { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #d0cece; margin-right: 10rpx; } .info-type-title .info-type-title-right .info-type-title-right-icon { width: 18rpx; height: 22rpx; } .info-type-title .info-type-tip { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #666666; } .info-type { padding: 38rpx 24rpx 50rpx; } .info-type .info-type-main { display: flex; flex-wrap: wrap; } .info-type .info-type-main .current { background: #24a17d !important; color: #ffffff !important; } .info-type .info-type-main .current text { color: #ffffff !important; } .info-type .info-type-main .info-type-main-item { margin: 30rpx 10rpx 0 0; padding: 10rpx 20rpx; background: #ffffff; border: 2rpx solid #e7e7e7; border-radius: 15rpx; font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .info-type .info-type-main .info-type-main-item text { color: #ff6f0f; } .info-bz { margin: 15rpx 0 0; padding: 40rpx 30rpx; background: #ffffff; } .info-bz .text-box { margin: 10rpx 0 0; width: 690rpx; height: 100rpx; font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: #666666; } .btn { position: absolute; bottom: 40rpx; left: 50%; margin-left: -311rpx; width: 622rpx; height: 85rpx; background: #24a17d; border-radius: 15rpx; text-align: center; line-height: 85rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #ffffff; } .scrollList { padding-bottom: 150rpx; }