123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- /* 登陆 --wt */
- .wt_login{
- background: #fff;
- text-align: center!important;
- width: 480px!important;
- box-shadow: 0px 0px 5px 5px #ddd;
- border-radius: 8px;
- }
- .wt_login_cantent h1{
- font-size: 24px;
- color: #68686B;
- }
- .login form{
- text-align: center;
- border-radius: 8px!important;
- }
- .wt_login_head{
- padding-bottom: 0px;
- margin-bottom: 24px;
- box-shadow: 0px 0px 0px #888888;
- }
- .wt_login_cantent{
- margin-top: 65%;
- padding-top: 34px!important;
- background: #fff;
- }
- .wt_login_cantent p{
- margin-bottom: 18px!important;
- text-align: center;
-
- }
- .wt_login_cantent p input{
- width: 400px!important;
- height: 52px;
- border-radius: 8px!important;
- }
- .wt_login_cantent p input::-webkit-input-placeholder {
- color:#91919B!important;
- font-size: 14px;
- }
- .wt_login_cantent .text{
- color: #68686B!important;
- font-size: 12px;
- text-align: left;
- margin-left: 17px;
- font-weight: normal;
- }
- .wt_login_cantent .remember{
- width: 20px!important;
- height: 20px;
- background: #fff;
- margin-top: 0px;
- float: left;
- }
- .wt_btn{
- width: 400px!important;
- height: 52px;
- border-radius: 26px;
- background: #D1D1D1!important;
- color: #fff!important;
- font-size: 20px!important;
- margin: 0 auto;
- }
- .btn-primary:hover{
- background: #1b51b2!important;
- }
- .remember_psw{
- font-size: 12px;
- color: #91919B!important;
- font-weight: normal;
- margin-left: 8px;
- }
- .wt_checkbox{
- text-align: left!important;
- margin-left: 17px;
- margin-bottom: 10px;
- }
- .copyright{
- display: block;
- margin-top: 70px;
- color: #68686B!important;
- font-size: 12px;
- font-weight: normal;
- }
- .codrops-header{
- z-index: 0;
- padding: 0px;
- height: 50%!important;
- }
- .codrops-header img{
- width: 100%;
- height: 100%;
- }
- .codrops-header .logo{
- width: 150px;
- height: 120px;
- position:absolute;
- left:50%;
- margin-left:-70px;
- top: 120px;
- }
- .codrops-header h1{
- color: #fff;
- font-size: 24px;
- font-weight: normal;
- position:absolute;
- left:50%;
- margin-left:-115px;
- top: 260px
- }
- .codrops-header .map{
- width: 800px;
- height: 800px;
- position: absolute;
- left: 68%;
- margin-left: -220px;
- bottom: -95px;
- }
- /* --wt */
|