大数据平台的小程序版本

index.wxss 749B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* components/qun/index.wxss */
  2. .authorizeContent .title{
  3. text-align: center;
  4. font-size: 34rpx;
  5. line-height: 40rpx;
  6. padding-top: 43rpx;
  7. }
  8. .authorizeContent .evmCantiner{
  9. margin-top: 40rpx;
  10. }
  11. .authorizeContent .evmCantiner .evm{
  12. width: 400rpx;
  13. height: 400rpx;
  14. display: block;
  15. margin: auto;
  16. }
  17. .authorizeContent .claimEvmHint{
  18. font-size: 26rpx;
  19. color: #666;
  20. text-align: center;
  21. }
  22. .buttons{
  23. display: flex;
  24. align-items: center;
  25. justify-content: space-around;
  26. margin-top: 40rpx;
  27. }
  28. .buttons .button{
  29. color: #2662FF;
  30. border: 1px solid #2662FF;
  31. font-size: 24rpx;
  32. border-radius: 60rpx;
  33. line-height: 60rpx;
  34. width: 200rpx;
  35. text-align: center;
  36. }
  37. .buttons .buttonyes{
  38. color: #ffffff;
  39. background: #2662FF;
  40. }