style.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @charset "utf-8";
  2. @import url("reset.css");
  3. /*主体部分*/
  4. .main{
  5. background:url("../images/header_bg.png") top repeat-x;
  6. min-width:1000px;
  7. overflow:hidden;
  8. width:100%;
  9. height:auto
  10. }
  11. .header{
  12. background:url("../images/logo_ico.png") no-repeat top left;
  13. margin:123px auto 0;
  14. width:330px;
  15. height:41px
  16. }
  17. /*中部内容部分*/
  18. .content{
  19. background:url("../images/login_bg.png") no-repeat top center;
  20. margin:69px auto 0;
  21. width:423px;
  22. height:366px;
  23. border:1px solid #ededed
  24. }
  25. .title{
  26. background:url("../images/member_title.png") no-repeat top left;
  27. margin:37px auto 20px;
  28. width:229px;
  29. height:36px
  30. }
  31. .input{
  32. margin:0 auto 11px;
  33. width:237px
  34. }
  35. .input_all{
  36. border:none;
  37. color:#555;
  38. font-size:14px;
  39. line-height:30px;
  40. padding:10px 0 10px 46px;
  41. vertical-align:middle;
  42. width:237px;
  43. height:30px
  44. }
  45. .name{
  46. background:url("../images/input_name.png") no-repeat top left
  47. }
  48. .name_now{
  49. background:url("../images/input_name_hover.png") no-repeat top left
  50. }
  51. .password{
  52. background:url("../images/input_password.png") no-repeat top left
  53. }
  54. .password_now{
  55. background:url("../images/input_password_hover.png") no-repeat top left
  56. }
  57. .enter{
  58. margin-top:15px
  59. }
  60. .button{
  61. background:url("../images/button.png") no-repeat center;
  62. border:none;
  63. cursor:pointer;
  64. margin:0 auto;
  65. width:150px;
  66. height:55px
  67. }
  68. .checkbox{
  69. font-size:12px;
  70. margin:0 auto;
  71. width:237px;
  72. height:30px
  73. }
  74. .checkbox input{
  75. display:block;
  76. float:left;
  77. margin-right:4px
  78. }
  79. .checkbox span{
  80. display:block;
  81. float:left;
  82. xheight:20px;
  83. line-height:20px;
  84. *line-height:22px
  85. }