.header { height: 90rpx; line-height: 90rpx; width: 100vw; text-align: center; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; border-bottom: 1rpx solid #dddddd; box-sizing: border-box; position: fixed; top: 0; } /* 过滤 */ .filtrate { display: flex; width: 100vw; height: 86rpx; box-sizing: border-box; align-items: center; >view, >picker, .picker { flex: 1; display: flex; justify-content: center; align-items: center; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; .icon-daoruxialajiantou { display: block; color: #999999; font-size: 16rpx; margin-left: 10rpx; transform: rotateX(180deg); } } } /* 内容 */ .box { width: 100vw; background-color: #fff; margin-bottom: 20rpx; padding-top: 20rpx; box-sizing: border-box; .label { display: flex; height: 40rpx; padding-left: 30rpx; align-items: center; font-family: PingFang SC-Regular, PingFang SC; color: #333333; font-size: 28rpx; .iconfont { color: #3874F6; font-size: 32rpx; margin-right: 10rpx; } } .content { display: flex; margin-top: 20rpx; .col1 { padding: 0 30rpx; width: 60rpx; font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; >view { margin-top: 42rpx; } } .col2 { flex: 1; height: 100%; .title { display: flex; font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; >view { width: 33.33%; text-align: center; } } .row { display: flex; height: 50rpx; font-size: 36rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #444444; padding: 10rpx 0; >view { width: 33.33%; text-align: center; text { color: #3874F6; } } } } } } .footer { position: fixed; width: 100vw; height: 130rpx; display: flex; justify-content: center; align-items: center; bottom: 0; background-color: #fff; z-index: 9; .but { width: 500rpx; height: 90rpx; background: #3874F6; border-radius: 100rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } } .content-item-class { font-size: 28rpx !important; font-family: PingFang SC-Regular, PingFang SC !important; color: #000000; } .content-active-class { color: #3874F6 !important; }