123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- html {overflow: auto; min-width: 970px;}
- body {
- font-size: 13px;
- }
- .mainbox{
- background: url("../../../images/BG.jpg") no-repeat 100% 100%;
- }
- .top-banner{position: relative;}
- .qr-container{position: absolute;right: 120px;height: 100%;display: block;top: 15%;}
- .return {position: absolute; right: -5px; top: 40%; width: 105px; color: #888; text-align: center; cursor: pointer;}
- .set-hover {cursor: pointer;}
- .return:hover, .set-hover:hover {color: #0ad8c8}
- .return:active, .set-hover:active {text-decoration: underline;}
- .hlogo{width: 30%;height: auto;display: block;}
- .qr_code{
- height: 60%;
- width: auto;
- display: block;
- border: 3px solid #38D1CB;
- transform-origin: 100% 0;
- transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
- cursor: pointer;
- }
- .qr_code:hover {
- transform: scale(2);
- position: relative;
- z-index: 2;
- box-shadow: 0 4px 8px 0 rgba(255,255,255,0.2),0 6px 20px 0 rgba(255,255,255,0.19);
- }
- .chahua-bg{position: relative;background: url(../../../images/BG.jpg) no-repeat center;background-size: 100% 100%;height: 700px;}
- .chahua{background: url(../../../images/doctor_denglu_bg_img.png) no-repeat 5% 46.5%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
- .tabs-container {
- margin-top: 40;
- border: 10px solid rgba(255,255,255,0.2);
- }
- .nav.nav-tabs {
- background-color: #fff;
- }
- .nav.nav-tabs li {
- width: 50%;
- text-align: center;
- }
- .nav.nav-tabs li.active a {
- color: #0AD8C8;
- }
- .tabs-container .nav-tabs>li.active>a,
- .tabs-container .nav-tabs>li.active>a:focus,
- .tabs-container .nav-tabs>li.active>a:hover {
- border: 0;
- border-bottom: 3px solid #0AD8C8;
- }
- button[type="submit"] {
- margin-top: 20px;
- }
- .form-group {
- position: relative;
- }
-
- .form-control{
- height: 50px;
- background: #F5FAFA;
- }
- .fhdl{margin-top: 5px;padding: 10px 10px;cursor: pointer;margin-right: -10px;}
- .fhdl:hover{color: #0AD8C8;}
- .getCaptcha {
- position: absolute;
- top: 6px;
- bottom: 6px;
- right: 10px;
- line-height: 38px;
- }
- .c-f26{font-size: 26px;}
- .getCaptcha.disabled{
- cursor: not-allowed;
- filter: alpha(opacity=65);
- -webkit-box-shadow: none;
- box-shadow: none;
- opacity: .65;
- }
- .checkbox input[type='checkbox']{margin-top: 4px;}
- .disabled{opacity: .5;pointer-events: none;cursor: default;}
- .loginForm,.registerForm{
- margin-top: 100px;
- width: 400px;
- margin-right: -5px;
- border: 5px solid rgba(75, 202, 208, 0.7);
- background-color: #fff;
- transition: all .5s ease-in-out;
- }
- .loginForm-active{
- margin-right: 0;
- }
- .registerForm-active{
- margin-right: 0;
- }
- .btn-theme{
- color:#fff;
- background: #0AD8C8;
- border-color: #0AD8C8;
- font-size: 20px;
- }
- .btn-theme:hover,.btn-theme:active{
- color:#fff;
- background: #0aD9ff;
- border-color: #0AD8C8;
- }
- .btn-default{
- background: #fff;
- color:#333;
- font-size: 20px;
- padding-top: 10px;
- }
- .btn-default:hover,.btn-default:active{
- color:#333;
- background: #F4F6FA;
- }
- .btn{
- height: 53px;
- }
|