123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /* required by usingComponents */
- /* pages/authorization/authorization.wxss */
- page{
- text-align: center;
- text-align: center;
- }
- .tip{
- position: fixed;
- top: 40rpx;
- right: 30rpx;
- font-size: 28rpx;
- color: #999999;
- }
- .logo{
- height:200rpx;
- width: 200rpx;
- margin-top: 12%;
- }
- .text{
- margin-top:20rpx;
- font-size: 44rpx;
- }
- .wxlogin{
- height: 85rpx;
- color: #fff;
- width: 90%;
- margin: 0 auto;
- border-radius: 12rpx;
- margin-top: 150rpx;
- line-height: 85rpx;
- background-color: var(--greenButton)!important;
- }
- .phonelogin{
- margin-top: 30rpx;
- line-height: 85rpx;
- color: #fd9b1c;
- }
- .button-tips{
- position: fixed;
- width: 100%;
- bottom: 50rpx;
- text-align: center;
- font-size: 24rpx;
- color: #999999;
- }
- .button-tips .xieyi{
- color: #333333;
- }
- button{
- border: none;
- background-color: transparent;
- outline: none;
- width: 90%!important;
- }
- .zhi1{
- height: 70rpx;
- width: 70rpx;
- display: inline-block;
- vertical-align: middle;
- }
|