| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- html {
- margin: 0 auto;
- padding: 0;
- height: 100%;
- }
- body {
- height: 100%;
- background: #fff;
- }
- .wrap {
- width: 100%;
- height: 100%;
- background-image: url(../img/bac.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- .logoInfo{
- text-align: center;
- margin-top: 50px;
- }
- .logoInfo span{
- display: inline-block;
- font-size: 56px;
- vertical-align: middle;
- color: #fff;
- padding-left: 43px;
- text-shadow: 1px 2px #757575;
- font-family: cursive;
- }
- .wrap_right {
- float: left;
- width: 50%;
- height: 100%;
- }
- .wrap_left {
- float: left;
- width: 50%;
- height: 100%;
- }
- .wrap_right {
- position: relative;
- }
- .wrap_bj {
- width: 100%;
- height: 100%;
- background: url(../img/left_amg_01.jpg) no-repeat;
- background-size: 100% 100%;
- }
- .tab_box {
- /* border: 1px solid rgb(65, 202, 242); */
- border-top-right-radius: 15px;
- border-bottom-left-radius: 15px;
- /* margin: 50px auto 65px; */
- padding: 0px;
- overflow: hidden;
- width: 45%;
- position: absolute;
- right: 2%;
- top: 4%;
- }
- .tab_box ul {
- list-style: none;
- margin: 0px;
- padding: 0px;
- width: 100%;
- height: 70px;
- line-height: 70px;
- font-size: 20px;
- color: #000;
- font-weight: 600;
- border-bottom: 2px solid #d9d9d9;
- text-align: center;
- }
- .tab_box ul li {
- width: 50%;
- float: left;
- border-right: 1px solid #d9d9d9;
- }
- .active {
- color: #0096ff;
- font-size: 20px;
- font-weight: 600;
- border-bottom: 4px solid #0096ff;
- }
- .tab_content {
- margin: 57px 0 35px 0;
- }
- .tab_content div p {
- width: 80%;
- margin: 0px auto 40px;
- height: 42px;
- background-color: #f3f4f6;
- border-radius: 15px;
- line-height: 42px;
- box-sizing: border-box;
- padding-left: 20px;
- }
- .tab_content div p input {
- width: 75%;
- border: 0px;
- font-size: 16px;
- outline: none;
- background-color: #f3f4f6;
- font-family: 仿宋, 宋体;
- }
- .login_icon {
- display: inline-block;
- width: 17px;
- height: 19px;
- vertical-align: middle;
- margin-right: 15px;
- }
- .login_icon_user {
- background:url(../img/login_user.png)r;
- }
- .login_icon_lock {
- background: url(../img/login_lock.png) no-repeat;
- }
- .login_icon_hua {
- background: url(../img/login_hua.png) no-repeat;
- }
- .login_go {
- text-align: center;
- font-size: 17px;
- letter-spacing: 16px;
- font-weight: 600;
- font-family: 仿宋, 宋体;
- color: rgb(255, 255, 255);
- background: -webkit-linear-gradient(top, #00dbff, #009bff);
- cursor: pointer;
- padding: 0px !important;
- }
- .error {
- height: 13px;
- background: url(../img/yz.png) no-repeat 0 -8px;
- display: none;
- }
- .errorShow {
- display: inline-block;
- }
- .rightCon {
- background: url(../img/secBac.png) no-repeat ;
- background-size: 100% 100%;
- width: 70%;
- height: 68%;
- position: absolute;
- top: 16%;
- left: 15%;
- margin: 0 auto;
- /* height: 580px; */
- }
- .leftCon {
- width: 30%;
- position: absolute;
- top: 41%;
- bottom: 0;
- right: 0;
- left: 50%;
- margin: auto;
- }
- .leftCon img {
- width: 100%;
- }
- .leftCon p {
- font-size: 28px;
- letter-spacing: 10px;
- color: #e60111;
- line-height: 80px;
- }
- .service {
- width: 100%;
- position: absolute;
- bottom: 30px;
- }
|