1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- html {overflow: auto; min-width: 970px;}
- body {
- font-size: 13px;
- }
- ul {list-style: none;}
- .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, .c-0ad8c8 {color: #0ad8c8}
- .return:active, .set-hover:active, .c-0ad8c8: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);
- }
- .appeal-form {width: 900px; padding: 0px 0px 20px 30px; margin: 0 auto; border-radius: 5px;}
- .txt-center {width: 100%; text-align: center;}
- .txt-right {width: 100%; padding-right: 10px; text-align: right;}
- .c-vam {width: 100px; height: 100px; border-radius: 50%;}
- input.type-hide {opacity: 0;-ms-filter: 'alpha(opacity=0)';}
- .img-add {background: url(../../../images/shangchuan_icon.png) no-repeat 0 0;}
- .form-group {height: 30px; line-height: 30px; margin-bottom: 30px;}
- .form-label {width: 200px; height: 30px; color: #323232; margin: 0 20px 0 0; font-weight: normal; text-align: right;}
- .form-control {width: 310px; height: 30px;}
- .btn {display: block; width: 140px; border-color: #0ad9c8; margin: 0 auto; background-color: #0ad9c8; color: #fff;}
- .btn:hover {color: #fff;}
- .question-li {width: 134px;}
- .question-li-div {height: 38px; line-height: 38px; border: 1px solid #d1d7d4; border-radius: 3px; cursor: pointer;}
- .select-active {border: 1px solid #0ad8c8; background: url(../../../images/icon_xuanzhong.png) no-repeat 115px 23px;background-size: 13% 38%;}
- textarea.form-control {width: 100%; height: 100px; border-radius: 5px; resize: none;}
- .limit {position: absolute; bottom: 5px; right: 5px;}
- .set-img {width: 100px; height: 100px; border-radius: 5px;}
- .delete-img {position: absolute; top: -4px; right: -4px; width: 16px; height: 16px; background: url(../../../images/guanbi_btn.png) no-repeat 0 0; cursor: pointer;}
- .finish-device {width: 300px; margin: 0 auto; padding-top: 100px;}
- .device-success {padding-top: 200px; margin: 0 0 20px; font-weight: 600; font-size: 24px; background: url(../../../images/chenggong_icon.png) no-repeat center 0; background-size: 50% 67%;}
- .list-record {height: 510px;}
- .list-tap, .list-detail, .list-status, .list-view {height: 30px;line-height: 30px;}
- .list-tap {width: 120px; text-align: right; background: url(../../../images/biaoqian02_img.png) no-repeat 0 0;}
- .list-status {width: 50px; color: #ff8787;}
- .list-status-active {color: #909090;}
- .list-view {width: 50px;}
- .list-detail {overflow: hidden; width: calc(100% - 370px); margin-right: 80px; text-overflow: ellipsis; white-space: nowrap;}
- .page-btn {height: 30px; width: 30px; padding: 0; background-color: #fff; color: #888; border: 1px solid #e1e1e1; margin-left: 10px; line-height: 28px;}
- .page-btn:hover {color: #888;}
- .page-btn-active {background-color: #0ad8c8; color: #fff; border: 1px solid #0ad8c8;}
- .page-input { width: 30px; height: 28px; padding: 0 2px; border: 0px; text-align: right; outline: none;}
- .page-btn-input {width: 32px;height: 30px;margin: 0;}
- .page-btn-sure {width: 32px; margin: 0; border-radius: 0; text-align: center; cursor: pointer;}
- .b-r-5 {border-radius: 5px;}
- .c-0ad8c8 {color: #0ad8c8;cursor: pointer;}
- .c-0ad8c8:active {text-decoration: underline;}
|