123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .authorizeContent .title{
- text-align: center;
- font-size: 34rpx;
- line-height: 40rpx;
- padding-top: 43rpx;
- font-weight: bold;
- }
- .authorizeContent .evmCantiner{
- margin-top: 20rpx;
- position: relative;
- }
- .authorizeContent .evmCantiner .evm{
- width: 400rpx;
- height: 400rpx;
- display: block;
- margin: auto;
- }
- .authorizeContent .claimEvmHint{
- font-size: 28rpx;
- color: #1B142B;
- text-align: center;
- font-weight: bold;
- }
- .buttons{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 40rpx;
- }
- .buttons .button{
- color: #2662FF;
- border: 1px solid #2662FF;
- font-size: 28rpx;
- border-radius: 80rpx;
- line-height: 80rpx;
- width: 200rpx;
- text-align: center;
- padding: 0 !important;
- margin: 0 !important;
- }
- .buttons .buttonyes{
- color: #ffffff;
- background: #2662FF;
- }
- .jieping{
- text-align: center;
- color: #2562FF;
- font-size: 28rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: auto;
- margin-bottom: 20rpx;
- background: #ffffff;
- }
- .jieping image{
- width: 28rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- .ClaimHint1{
- font-size: 26rpx;
- line-height: 34rpx;
- color: #6B6B6B;
- text-align: center;
- }
- .ClaimHint{
- display: flex;
- align-items: center;
- font-size: 24rpx;
- line-height: 28rpx;
- }
- .ClaimHint image{
- width: 20rpx;
- height: 20rpx;
- margin-right: 4rpx;
- }
- .ClaimHint text{
- flex: 1;
- color: #1B142B;
- }
- .ClaimHint2{
- color: #ff0000;
- font-size: 28rpx;
- text-align: center;
- margin-top: 20rpx;
- }
- .permissionHint{
- padding: 20rpx;
- padding-bottom: 0;
- background: #F3F7F9;
- margin: 30rpx 0;
- }
- .ClaimHintDiv{
- display: flex;
- align-items: center;
- justify-content: space-around;
- padding: 20rpx 0;
- }
|