register.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. body {
  2. font-size: 12px;
  3. }
  4. .top-banner {
  5. position: relative;
  6. }
  7. .qr-container {
  8. position: absolute;
  9. right: 100px;
  10. height: 100%;
  11. display: block;
  12. top: 7%;
  13. }
  14. .hlogo {
  15. width: 30%;
  16. height: auto;
  17. display: block;
  18. }
  19. .qr_code {
  20. height: 70%;
  21. width: auto;
  22. display: block;
  23. border: 3px solid #38D1CB;
  24. transform-origin: 100% 0;
  25. transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  26. cursor: pointer;
  27. }
  28. .qr_code:hover {
  29. transform: scale(2);
  30. position: relative;
  31. z-index: 2;
  32. box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  33. }
  34. .type-change-icon{width: 40px;height: 34px;position: absolute;right: 0;top: 0;background: url(../../images/biyan_icon.png) no-repeat center;background-size: 25px 25px;}
  35. .type-change-icon.type-change-icon-active{background-image: url(../../images/kanjian_icon.png);}
  36. .main {
  37. margin: 0 auto;
  38. /*width: 1294px;*/
  39. padding-bottom: 100px;
  40. padding-top: 80px;
  41. }
  42. #getCode{width: 96px;height: 26px;text-align: center;line-height: 26px;z-index: 2;position: absolute;right: 4px;top: 4px;color: #fff;border-radius: 13px;background: #0bd8c9;}
  43. .bgc-909090{background-color: #909090!important;}
  44. .disabled{pointer-events: none;}
  45. #head {
  46. background: #fff;
  47. }
  48. .box-border {
  49. border: 3px solid #38D1CB;
  50. }
  51. .form-group {
  52. position: relative;
  53. margin-bottom: 20px;
  54. }
  55. /*
  56. .form-control {
  57. height: 50px;
  58. background: #F5FAFA;
  59. }*/
  60. .checkbox input[type=checkbox] {
  61. margin-top: 3px;
  62. }
  63. #registerForm {
  64. max-width: 800px;
  65. width: 100%;
  66. border: 1px solid #E3EDE8;
  67. border-radius: 10px;
  68. background-color: #fff;
  69. padding: 5px 40px;
  70. }
  71. .btn-theme {
  72. color: #fff;
  73. background: #0AD8C8;
  74. border-color: #0AD8C8;
  75. font-size: 16px;
  76. }
  77. .btn-theme:hover,
  78. .btn-theme:active {
  79. color: #fff;
  80. background: #0aD9ff;
  81. border-color: #0AD8C8;
  82. }
  83. a {
  84. color: #0AD8C8;
  85. }
  86. a:hover,
  87. a:active {
  88. color: #0aD9ff;
  89. text-decoration: underline;
  90. }
  91. .pl80 {
  92. padding-left: 80px;
  93. }
  94. .ptb40 {
  95. padding: 40px 0;
  96. }
  97. option {
  98. padding: 6px 12px;
  99. border: solid #909090 1px;
  100. }
  101. .c-f26 {
  102. font-size: 26px;
  103. }
  104. .btn {
  105. height: 40px;
  106. }
  107. .backlogin {
  108. color: #0aD9ff;
  109. border-left: 1px solid #323232;
  110. float: right;
  111. padding-left: 20px;
  112. margin-top: 10px;
  113. }
  114. .backlogin:hover {
  115. color: #0AD8C8;
  116. text-decoration: underline;
  117. }
  118. form {
  119. width: 310px;
  120. margin: 0 auto;
  121. padding:40px 0 20px;
  122. }