pgae { } .page { padding-bottom: 80rpx; position: relative; height: 100vh; .bg { width: 100%; height: 610rpx; } .container { position: absolute; left: 0; top: 300rpx; width: 100%; .frame { display: block; margin: 0 auto; width: 196rpx; height: 196rpx; } .title { display: block; margin: 32rpx auto 0; width: 330rpx; height: 52rpx; } .content { padding: 32rpx 50rpx 0; font-size: 32rpx; color: rgba(102, 102, 102, 1); line-height: 64rpx; .link { color: rgba(207, 83, 117, 1); } } .phone-btn { margin: 64rpx 50rpx 0; height: 88rpx; line-height: 88rpx; text-align: center; font-size: 32rpx; color: rgba(255, 255, 255, 1); background: linear-gradient( 197deg, #FFBCF9 0%, #B982FF 100%); border-radius: 100rpx; &::after { border: none; outline: none; } } .argument { margin-top: 150rpx; padding: 0 50rpx; .a-col { margin-bottom: 30rpx; display: flex; gap: 12rpx; .icon { flex-shrink: 0; width: 36rpx; height: 36rpx; } .a-content { font-size: 28rpx; color: rgba(105, 104, 110, 1); .link { color: rgba(185, 130, 255, 1); } } } } .divider { margin: 106rpx auto 0; width: 380rpx; font-size: 28rpx; color: rgba(207, 209, 213, 1); } .other { margin-top: 48rpx; display: flex; justify-content: center; align-items: center; gap: 50rpx; .col { padding: 8rpx 32rpx; font-size: 28rpx; color: rgba(161, 164, 172, 1); display: flex; align-items: center; justify-content: center; gap: 8rpx; background-color: rgba(246, 248, 249, 1); border-radius: 92rpx; .icon { flex-shrink: 0; width: 40rpx; height: 40rpx; } } } } }