page { background-color: #F5F5F5; } .content { width: 100%; } .online_box { width: 90%; margin: 0 auto; background: #FFFFFF; border-radius: 20rpx; margin-top: 30rpx; padding-bottom: 40rpx; } .part1 { width: 90%; margin: 0 auto; height: 80rpx; display: flex; align-items: center; } .online_left { flex: 1; font-size: 27rpx; font-weight: bold; letter-spacing: 2rpx; } .online_right { color: #999999; font-size: 22rpx; flex: 1; display: flex; justify-content: flex-end; align-items: center; } .online_right image { width: 12rpx; height: 21rpx; margin-left: 10rpx; } .online_title { font-size: 28rpx; font-weight: bold; letter-spacing: 2rpx; width: 90%; margin: 0 auto; line-height: 80rpx; } .online { width: 90%; margin: 0 auto; padding-bottom: 34rpx; } .tit { font-size: 27rpx; font-weight: bold; letter-spacing: 2rpx; margin-top: 19rpx; } .u-input--border { border: none !important; background: #F5F5F5 !important; } .btn { width: 90%; margin: 0 auto; background: #FF7F00; line-height: 90rpx; text-align: center; color: white; border-radius: 15rpx; margin-top: 20rpx; font-size: 28rpx; }