大数据平台的小程序版本

index.wxss 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .authorizeContent .title{
  2. text-align: center;
  3. font-size: 34rpx;
  4. line-height: 40rpx;
  5. padding-top: 43rpx;
  6. font-weight: bold;
  7. }
  8. .authorizeContent .evmCantiner{
  9. margin-top: 20rpx;
  10. position: relative;
  11. }
  12. .authorizeContent .evmCantiner .evm{
  13. width: 400rpx;
  14. height: 400rpx;
  15. display: block;
  16. margin: auto;
  17. }
  18. .authorizeContent .claimEvmHint{
  19. font-size: 28rpx;
  20. color: #1B142B;
  21. text-align: center;
  22. font-weight: bold;
  23. }
  24. .buttons{
  25. display: flex;
  26. align-items: center;
  27. justify-content: space-around;
  28. margin-top: 40rpx;
  29. }
  30. .buttons .button{
  31. color: #2662FF;
  32. border: 1px solid #2662FF;
  33. font-size: 28rpx;
  34. border-radius: 80rpx;
  35. line-height: 80rpx;
  36. width: 200rpx;
  37. text-align: center;
  38. padding: 0 !important;
  39. margin: 0 !important;
  40. }
  41. .buttons .buttonyes{
  42. color: #ffffff;
  43. background: #2662FF;
  44. }
  45. .jieping{
  46. text-align: center;
  47. color: #2562FF;
  48. font-size: 28rpx;
  49. display: flex;
  50. align-items: center;
  51. justify-content: center;
  52. margin: auto;
  53. margin-bottom: 20rpx;
  54. background: #ffffff;
  55. }
  56. .jieping image{
  57. width: 28rpx;
  58. height: 28rpx;
  59. margin-right: 10rpx;
  60. }
  61. .ClaimHint1{
  62. font-size: 26rpx;
  63. line-height: 34rpx;
  64. color: #6B6B6B;
  65. text-align: center;
  66. }
  67. .ClaimHint{
  68. display: flex;
  69. align-items: center;
  70. font-size: 24rpx;
  71. line-height: 28rpx;
  72. }
  73. .ClaimHint image{
  74. width: 20rpx;
  75. height: 20rpx;
  76. margin-right: 4rpx;
  77. }
  78. .ClaimHint text{
  79. flex: 1;
  80. color: #1B142B;
  81. }
  82. .ClaimHint2{
  83. color: #ff0000;
  84. font-size: 28rpx;
  85. text-align: center;
  86. margin-top: 20rpx;
  87. }
  88. .permissionHint{
  89. padding: 20rpx;
  90. padding-bottom: 0;
  91. background: #F3F7F9;
  92. margin: 30rpx 0;
  93. }
  94. .ClaimHintDiv{
  95. display: flex;
  96. align-items: center;
  97. justify-content: space-around;
  98. padding: 20rpx 0;
  99. }