123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- *{
- margin: 0;
- padding: 0;
-
- }
- body{
- min-width: 1336px;
- }
- input{
- outline: none;
- }
- .wrapper{
- background: url(../img/blog/bg.jpg) no-repeat;
- width: 100%;
- height: 100%;
- position: absolute;
- }
- .logo{
- width: auto;
- height:auto ;
- position: absolute;
- top: 80px;
- left:10%;
- }
- .logo img{
- width: 100%;
- height: 100%;
-
- }
- .small-btn{
- width: 80px;
- height: 30px;
- border: 1px solid #7FBA00;
- color: #7FBA00;
- font-size: 10px;
- background: transparent;
-
- }
- .small-btn:hover{
- background-color: #7FBA00;
- color: #FFFFFF;
- }
- .gologin{
- width: 15%;
- height: auto;
- position: absolute;
- top: 80px;
- right:10%;
-
- }
- .gologin span{
- margin-left: 8px;
- }
- .registerbox{
- width: 25%;
- height: auto;
- position: absolute;
- top: 150px;
- right: 150px;
- border: 1px solid #A0A0A0;
- background:#F2F2F2 ;
- border-radius: 3px;
-
- }
- .inpwrapper{
- width: 90%;
- height: 30px;
- position: relative;
- margin-top: 40px;
- margin-left: 5%;
- font-size: 10px;
-
- }
- .inpwrapper div:first-child{
- width: 28%;
- height: 30px;
- line-height: 30px;
- float: left;
- }
- .inpwrapper div:first-child img{
- width: 25px;
- height: 25px;
- position: absolute;
- top: 3px;
- left: 10px;
- }
- .inpwrapper div:first-child span{
- width: auto;
- height: 25px;
- position: absolute;
- top: 0px;
- left: 40px;
- }
- .inpbox{
- width: 70%;
- height: 30px;
- float: left;
-
- }
- .inpbox-2{
- width: 45%;
- height: 30px;
- float: left;
-
- }
- .inpbox input,.inpbox-2 input{
- width: 95%;
- height: 100%;
- background: transparent;
- border: 1px solid #D6D6D6;
- border-radius: 5px;
- padding-left: 5px;
- background-color: #FFFFFF;
- }
- .getcode{
- width:25% ;
- height: 100%;
- background-color:#7FBA00 ;
- border: 0;
- float: right;
- color: #FFFFFF;
- font-size: 10px;
- }
- .registerbtn{
- width: 80%;
- height: 40px;
- color: #FFFFFF;
- font-size: 25px;
- background-color: #7FBA00;
- letter-spacing: 10px;
- margin: 30px 10% 50px 10%;
- border: 0;
-
- }
- .tit{
- color: #7FBA00;
- font-size: 25px;
- margin: 30px 0 0 0;
- text-align: center;
- }
|