login.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .warp.data-v-b3197993 {
  4. display: flex;
  5. align-items: center;
  6. justify-content: center;
  7. height: 100%;
  8. }
  9. .rect.data-v-b3197993 {
  10. width: 90%;
  11. min-height: 380px;
  12. border-radius: 5px;
  13. padding: 3vw;
  14. background-color: #fff;
  15. }
  16. .rect .rectOne.data-v-b3197993 {
  17. padding: 2vw 0;
  18. text-align: center;
  19. font-size: var(--font16Size);
  20. }
  21. .rect .rectTwo .icon.data-v-b3197993 {
  22. width: 100%;
  23. display: flex;
  24. align-items: center;
  25. margin: 2vw 0;
  26. }
  27. .rect .rectTwo .icon .left.data-v-b3197993 {
  28. width: 40%;
  29. font-size: var(--font14Size);
  30. }
  31. .rect .rectTwo .icon .right.data-v-b3197993 {
  32. width: 60%;
  33. }
  34. .rect .rectTwo .other.data-v-b3197993 {
  35. width: 100%;
  36. display: flex;
  37. align-items: center;
  38. margin: 3vw 0 0 0;
  39. }
  40. .rect .rectTwo .other .left.data-v-b3197993 {
  41. width: 15%;
  42. font-size: var(--font14Size);
  43. }
  44. .rect .rectTwo .other .right.data-v-b3197993 {
  45. width: 85%;
  46. }
  47. .rect .rectTwo .other .right .error-message.data-v-b3197993 {
  48. margin: 5px 0 0 0;
  49. color: var(--ff0Color);
  50. font-size: var(--font12Size);
  51. }
  52. .rect .rectTwo .agree.data-v-b3197993 {
  53. padding: 2vw;
  54. text-align: center;
  55. font-size: var(--font12Size);
  56. }
  57. .rect .rectTwo .button.data-v-b3197993 {
  58. display: flex;
  59. justify-content: space-between;
  60. margin: 5vw 0 0 0;
  61. }
  62. .rect .rectTwo .button .button_1.data-v-b3197993 {
  63. font-size: var(--font14Size);
  64. border-radius: 10vw;
  65. margin: 0 2vw;
  66. width: 35%;
  67. }
  68. .rect .rectTwo .button .button_2.data-v-b3197993 {
  69. font-size: var(--font14Size);
  70. color: var(--mainColor);
  71. background-color: var(--3c9Color);
  72. border-radius: 10vw;
  73. margin: 0 2vw;
  74. width: 55%;
  75. }