aliAuthorize.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. #app {
  2. font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  3. font-size: 14px;
  4. font-weight: 400;
  5. line-height: 1.6;
  6. position: absolute;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. top: 0;
  11. overflow: hidden;
  12. width: 100%;
  13. height: 100%;
  14. background-color: #00A0E8;
  15. flex-direction: column;
  16. display: none;
  17. }
  18. #app.err {
  19. background: black;
  20. color: white;
  21. justify-content: center;
  22. padding: 0 40px;
  23. box-sizing: border-box;
  24. }
  25. .err-msg {
  26. border: 1px solid rgba(245, 108, 108, 1);
  27. color: rgba(245, 108, 108, 1);
  28. background: rgba(245, 108, 108, 0.25);
  29. border-radius: 4px;
  30. padding: 10px;
  31. text-align: center;
  32. font-size: 14px;
  33. margin-bottom: 20px;
  34. }
  35. .err-back {
  36. background: rgba(253, 251, 96, 1);
  37. height: 40px;
  38. text-align: center;
  39. border-radius: 4px;
  40. color: #333230;
  41. font-weight: bold;
  42. font-size: 14px;
  43. line-height: 40px;
  44. }
  45. .err-back:active {
  46. background: rgb(171, 169, 65);
  47. }
  48. .back {
  49. width: 28px;
  50. height: 28px;
  51. }
  52. .van-nav-bar__left {
  53. display: flex;
  54. align-items: center;
  55. height: 100%;
  56. }
  57. .van-nav-bar__title {
  58. color: #000;
  59. font-weight: bold;
  60. }
  61. .container {
  62. flex-grow: 1;
  63. box-sizing: border-box;
  64. overflow-x: hidden;
  65. overflow-y: auto;
  66. -webkit-overflow-scrolling: touch;
  67. padding: 15px;
  68. }
  69. .overlay .overlay-img {
  70. width: 186px;
  71. height: 210px;
  72. margin-right: 15px;
  73. }
  74. .overlay .overlay-text1 {
  75. width: 272px;
  76. font-size: 16px;
  77. font-weight: bold;
  78. color: rgba(255, 255, 255, 1);
  79. line-height: 22px;
  80. margin: 15px auto 0;
  81. }
  82. .overlay .overlay-text2 {
  83. width: 272px;
  84. font-size: 13px;
  85. color: rgba(255, 255, 255, 1);
  86. line-height: 18px;
  87. margin: 15px auto 0;
  88. }
  89. .icon {
  90. display: block;
  91. width: 100px;
  92. height: 118px;
  93. margin: 88px auto 0;
  94. }
  95. .text {
  96. width: 176px;
  97. height: 44px;
  98. font-size: 16px;
  99. font-weight: bold;
  100. color: rgba(255, 255, 255, 1);
  101. line-height: 22px;
  102. text-align: center;
  103. margin: 31px auto;
  104. }
  105. .van-button--normal {
  106. font-size: 16px;
  107. font-weight: bold;
  108. color: rgba(0, 160, 232, 1);
  109. line-height: 22px;
  110. }