123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- body {
- font-size: 12px;
- }
- .top-banner {
- position: relative;
- }
- .qr-container {
- position: absolute;
- right: 100px;
- height: 100%;
- display: block;
- top: 7%;
- }
- .hlogo {
- width: 30%;
- height: auto;
- display: block;
- }
- .qr_code {
- height: 70%;
- 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);
- }
- .type-change-icon{width: 40px;height: 34px;position: absolute;right: 0;top: 0;background: url(../../images/biyan_icon.png) no-repeat center;background-size: 25px 25px;}
- .type-change-icon.type-change-icon-active{background-image: url(../../images/kanjian_icon.png);}
- .main {
- margin: 0 auto;
- /*width: 1294px;*/
- padding-bottom: 100px;
- padding-top: 80px;
- }
- #getCode{width: 96px;height: 26px;text-align: center;line-height: 26px;z-index: 2;position: absolute;right: 4px;top: 4px;color: #fff;border-radius: 13px;background: #0bd8c9;}
- .bgc-909090{background-color: #909090!important;}
- .disabled{pointer-events: none;}
- #head {
- background: #fff;
- }
- .box-border {
- border: 3px solid #38D1CB;
- }
- .form-group {
- position: relative;
- margin-bottom: 20px;
- }
- /*
- .form-control {
- height: 50px;
- background: #F5FAFA;
- }*/
- .checkbox input[type=checkbox] {
- margin-top: 3px;
- }
- #registerForm {
- max-width: 800px;
- width: 100%;
- border: 1px solid #E3EDE8;
- border-radius: 10px;
- background-color: #fff;
- padding: 5px 40px;
- }
- .btn-theme {
- color: #fff;
- background: #0AD8C8;
- border-color: #0AD8C8;
- font-size: 16px;
- }
- .btn-theme:hover,
- .btn-theme:active {
- color: #fff;
- background: #0aD9ff;
- border-color: #0AD8C8;
- }
- a {
- color: #0AD8C8;
- }
- a:hover,
- a:active {
- color: #0aD9ff;
- text-decoration: underline;
- }
- .pl80 {
- padding-left: 80px;
- }
- .ptb40 {
- padding: 40px 0;
- }
- option {
- padding: 6px 12px;
- border: solid #909090 1px;
- }
- .c-f26 {
- font-size: 26px;
- }
- .btn {
- height: 40px;
- }
- .backlogin {
- color: #0aD9ff;
- border-left: 1px solid #323232;
- float: right;
- padding-left: 20px;
- margin-top: 10px;
- }
- .backlogin:hover {
- color: #0AD8C8;
- text-decoration: underline;
- }
- form {
- width: 310px;
- margin: 0 auto;
- padding:40px 0 20px;
- }
|