1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- /* 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!important;
- width: 90%;
- margin: 0 auto;
- border-radius: 12rpx;
- margin-top: 150rpx;
- line-height: 85rpx;
- background-color: var(--greenButton)!important;
- }
- .wxlogin_1{
- height: 85rpx;
- color: #fff!important;
- width: 90%;
- margin: 0 auto;
- border-radius: 12rpx;
- margin-top: 150rpx;
- line-height: 85rpx;
- background-color: #cfcfcf !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;
- }
- .footer {
- margin-top: 40rpx;
- }
- .footer view {
- display: inline-block;
- vertical-align: middle;
- font-size: 28rpx;
- }
- .select,
- .selected {
- border: solid 2px var(--globleColor);
- height: 35rpx;
- width: 35rpx;
- margin-right: 10rpx;
- border-radius: 8rpx;
- }
- .dui {
- height: 35rpx;
- width: 35rpx;
- margin: 0 auto;
- }
|