/* pages/login/index.wxss */ .authorization { height: 100vh; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; padding-top: 190rpx; } .user-avatar { width: 192rpx; height: 192rpx; border-radius: 50%; overflow: hidden; } .user-name{ margin: 40rpx 0; } .login-notice{ font-size: 28rpx; font-weight: 500; line-height: 40rpx; color: #000; padding-bottom: 90rpx; } .authorization .wx-btn { width: 640rpx !important; height: 86rpx!important; background: linear-gradient(274deg, #EE7F7B 0%, #EB5750 100%); border-radius: 60rpx!important; text-align: center!important; line-height: 86rpx!important; margin-bottom: 36rpx!important; display: flex!important; align-items: center!important; justify-content: center!important; color: #fff; font-weight: 500 !important; } .authorization .btn{ background: #fff !important; border: 4rpx solid #EE7F7B; color: #EE7F7B !important; }