/* pages/login/login.wxss */ .container { background: #FFFFFF; } .appInfo { display: flex; align-items: center; flex-direction: column; padding-top: 150rpx; image { width: 160rpx; height: 160rpx; border-radius: 32rpx; overflow: hidden; } .appname { padding-top: 40rpx; font-weight: 600; font-size: 40rpx; color: #333333; line-height: 56rpx; } } .login-section { padding-top: 180rpx; padding: 180rpx 40rpx 0; button { width: 100%; line-height: 88rpx; background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%); border-radius: 44rpx; font-weight: 500; font-size: 32rpx; color: #FFFFFF; padding-top: 0; padding-bottom: 0; &[disabled][type=primary] { color: #fff; background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%); opacity: 0.7; } } .protocol-section { padding-top: 80rpx; font-size: 26rpx; color: #3C3C3C; width: 100%; text-align: center; line-height: 36rpx; .radioSection { height: 36rpx; display: inlin-flex; align-items: center; justify-content: center; } .radio { width: 28rpx; height: 28rpx; margin-right: 12rpx; transform: translateY(4rpx) } .protocol { color: #FE2451; } } }