login.acss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .page-background.data-v-b237504c{
  2. display: block;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .body.data-v-b237504c{
  10. display: flex;
  11. flex-direction: column;
  12. width: 100%;
  13. height: 100%;
  14. position: relative;
  15. z-index: 1;
  16. }
  17. .title.data-v-b237504c{
  18. display: flex;
  19. align-items: center;
  20. justify-content: space-between;
  21. padding: 20px;
  22. padding-bottom: 0px;
  23. color: #2B303A;
  24. }
  25. .title .h1.data-v-b237504c{
  26. font-size: 30px;
  27. }
  28. .title .h2.data-v-b237504c{
  29. font-size: 20px;
  30. }
  31. .title .logo.data-v-b237504c{
  32. width: 76px;
  33. }
  34. .logo-wrap.data-v-b237504c{
  35. flex: 1;
  36. display: flex;
  37. align-items: center;
  38. justify-content: center;
  39. }
  40. .logo-wrap .bg.data-v-b237504c{
  41. width: 100%;
  42. }
  43. .footer.data-v-b237504c{
  44. font-size: 14px;
  45. color: #999;
  46. padding: 0 35px 80px 35px;
  47. }
  48. .submit.data-v-b237504c{
  49. display: flex;
  50. align-items: center;
  51. justify-content: center;
  52. width: 100%;
  53. height: 50px;
  54. font-size: inherit;
  55. border-radius: 100pc;
  56. background-color: #04C262;
  57. color: #fff;
  58. }
  59. .submit.data-v-b237504c::after{
  60. display: none;
  61. }
  62. .submit[disabled].data-v-b237504c{
  63. background-color: #ddd;
  64. }
  65. .submit text + text.data-v-b237504c{
  66. margin-left: 10px;
  67. }
  68. .submit text.ax.data-v-b237504c{
  69. font-size: 30px;
  70. }
  71. .cancel.data-v-b237504c{
  72. font-size: 12px;
  73. text-align: center;
  74. margin: 15px 0;
  75. }
  76. .agreement.data-v-b237504c{
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. flex-wrap: wrap;
  81. text-align: center;
  82. }
  83. .agreement .mask.data-v-b237504c{
  84. display: inline-flex;
  85. align-items: center;
  86. justify-content: center;
  87. width: 1em;
  88. height: 1em;
  89. font-size: 16px;
  90. border-radius: 100%;
  91. border: 2px solid #3EB6F8;
  92. vertical-align: middle;
  93. margin-right: 10px;
  94. }
  95. .agreement .mask .ax.data-v-b237504c{
  96. color: #fff;
  97. font-size: 10px;
  98. }
  99. .agreement .mask.active.data-v-b237504c{
  100. background-color: #3EB6F8;
  101. }
  102. .agreement .mask.active .ax.data-v-b237504c{
  103. display: block;
  104. }
  105. .agreement .em.data-v-b237504c{
  106. color: #3EB6F8;
  107. }