register.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body{
  6. min-width: 1336px;
  7. }
  8. input{
  9. outline: none;
  10. }
  11. .wrapper{
  12. background: url(../img/blog/bg.jpg) no-repeat;
  13. width: 100%;
  14. height: 100%;
  15. position: absolute;
  16. }
  17. .logo{
  18. width: auto;
  19. height:auto ;
  20. position: absolute;
  21. top: 80px;
  22. left:10%;
  23. }
  24. .logo img{
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .small-btn{
  29. width: 80px;
  30. height: 30px;
  31. border: 1px solid #7FBA00;
  32. color: #7FBA00;
  33. font-size: 10px;
  34. background: transparent;
  35. }
  36. .small-btn:hover{
  37. background-color: #7FBA00;
  38. color: #FFFFFF;
  39. }
  40. .gologin{
  41. width: 15%;
  42. height: auto;
  43. position: absolute;
  44. top: 80px;
  45. right:10%;
  46. }
  47. .gologin span{
  48. margin-left: 8px;
  49. }
  50. .registerbox{
  51. width: 25%;
  52. height: auto;
  53. position: absolute;
  54. top: 150px;
  55. right: 150px;
  56. border: 1px solid #A0A0A0;
  57. background:#F2F2F2 ;
  58. border-radius: 3px;
  59. }
  60. .inpwrapper{
  61. width: 90%;
  62. height: 30px;
  63. position: relative;
  64. margin-top: 40px;
  65. margin-left: 5%;
  66. font-size: 10px;
  67. }
  68. .inpwrapper div:first-child{
  69. width: 28%;
  70. height: 30px;
  71. line-height: 30px;
  72. float: left;
  73. }
  74. .inpwrapper div:first-child img{
  75. width: 25px;
  76. height: 25px;
  77. position: absolute;
  78. top: 3px;
  79. left: 10px;
  80. }
  81. .inpwrapper div:first-child span{
  82. width: auto;
  83. height: 25px;
  84. position: absolute;
  85. top: 0px;
  86. left: 40px;
  87. }
  88. .inpbox{
  89. width: 70%;
  90. height: 30px;
  91. float: left;
  92. }
  93. .inpbox-2{
  94. width: 45%;
  95. height: 30px;
  96. float: left;
  97. }
  98. .inpbox input,.inpbox-2 input{
  99. width: 95%;
  100. height: 100%;
  101. background: transparent;
  102. border: 1px solid #D6D6D6;
  103. border-radius: 5px;
  104. padding-left: 5px;
  105. background-color: #FFFFFF;
  106. }
  107. .getcode{
  108. width:25% ;
  109. height: 100%;
  110. background-color:#7FBA00 ;
  111. border: 0;
  112. float: right;
  113. color: #FFFFFF;
  114. font-size: 10px;
  115. }
  116. .registerbtn{
  117. width: 80%;
  118. height: 40px;
  119. color: #FFFFFF;
  120. font-size: 25px;
  121. background-color: #7FBA00;
  122. letter-spacing: 10px;
  123. margin: 30px 10% 50px 10%;
  124. border: 0;
  125. }
  126. .tit{
  127. color: #7FBA00;
  128. font-size: 25px;
  129. margin: 30px 0 0 0;
  130. text-align: center;
  131. }