12345678910111213141516171819202122232425262728293031323334353637383940 |
- /* components/qun/index.wxss */
- .authorizeContent .title{
- text-align: center;
- font-size: 34rpx;
- line-height: 40rpx;
- padding-top: 43rpx;
- }
- .authorizeContent .evmCantiner{
- margin-top: 40rpx;
- }
- .authorizeContent .evmCantiner .evm{
- width: 400rpx;
- height: 400rpx;
- display: block;
- margin: auto;
- }
- .authorizeContent .claimEvmHint{
- font-size: 26rpx;
- color: #666;
- text-align: center;
- }
- .buttons{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 40rpx;
- }
- .buttons .button{
- color: #2662FF;
- border: 1px solid #2662FF;
- font-size: 24rpx;
- border-radius: 60rpx;
- line-height: 60rpx;
- width: 200rpx;
- text-align: center;
- }
- .buttons .buttonyes{
- color: #ffffff;
- background: #2662FF;
- }
|