.card { width: 694rpx; background: #FFFFFF; border-radius: 12rpx; margin: 32rpx auto; padding: 32rpx 24rpx 16rpx 24rpx; } .line { display: flex; align-items: center; margin-bottom: 24rpx; } .title { width: 180rpx; font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #BDC2C8; margin-right: 40rpx; } .content { font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #6C6C6C; flex: 1; } .title-1 { height: 27rpx; line-height: 27rpx; font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #239AFE; padding-left: 18rpx; border-left: 4rpx solid #0089FD; margin-bottom: 30rpx; } .acc>view { width: 330rpx; height: 86rpx; background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%); border-radius: 20rpx; text-align: center; line-height: 86rpx; font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; } .tabsview { width: 200rpx; height: 80rpx; border-radius: 20rpx; border: 2rpx solid #028AFD; text-align: center; line-height: 80rpx; font-size: 28rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #0089FD; } .current-btn { color: #FFFFFF; background: #0089FD; } .line2 { margin-bottom: 30rpx; border-bottom: 2rpx solid #ddd; padding-bottom: 30rpx; } .box2 .line2 view:first-child { color: #BDC2C8; } .box2 .line2>view:last-child { color: #6C6C6C; } .primary { width: 590rpx; height: 96rpx; line-height: 96rpx; background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%); border-radius: 20rpx; font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; text-align: center; margin: 20rpx auto; margin-top: 50rpx; } .box2 { margin-bottom: 30rpx; } .box-title { width: 240rpx; color: #BDC2C8; } .text { color: #6C6C6C; }