1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- html, body {
- height: 100%;
- }
- .h-100-150 {height: calc(100% - 150px);}
- .h-100 {height: 100%;}
- .h-100-45 {height: calc(100% - 45px);}
- .pt12 {padding-top: 12px;}
- .no-manage-tap { line-height: 20px; text-indent: 30px; padding: 15px; color: #17BCEC;background: #fff url(../images/icon_tuanduibiaoqian.png) no-repeat 15px center; background-size: 20px 20px;}
- .h45 {height: 45px;}
- .lh45 {line-height: 45px;}
- #con_tit div.active {
- color: #12B3EC;
- line-height: 44px;
- border-bottom: 1px solid #12B3EC;
- }
- .list > li:nth-child(1) {
- border-top: none;
- }
- .c-failstate {padding-top: 0;}
- /*.over-y {overflow-y: auto;}*/
- .mui-slider .mui-slider-group .mui-slider-item .n-list-info img {
- width: 20px;
- }
- .over-hide {
- overflow: hidden;
- }
- .over-y {
- overflow-y: auto;
- }
- .health-ok {
- background: url(../images/kangfujihua_biaoqian04_img.png) no-repeat 0 0;
- background-size: 100% 100%;
- }
- .health-cover {
- background: url(../images/kangfujihua_biaoqian03_img.png) no-repeat 0 0;
- background-size: 100% 100%;
- }
- .health-hurry {
- background: url(../images/kangfujihua_biaoqian05_img.png) no-repeat 0 0;
- background-size: 100% 100%;
- }
- .h24 {height: 24px;}
- .lh24 {line-height: 24px;}
- .operate {
- float: right;
- display: -webkit-box;
- position: absolute;
- top: 0px;
- z-index: 0;
- right: -65px;
- width: 65px;
- }
- .operate div {
- -webkit-box-flex: 1;
- font-size: 16px;
- color: #fff;
- height: 70px;
- padding: 12px 13px;
- }
- .bgc-309765 {
- background-color: #309765;
- }
- .n-list > li {border-top: 1px solid #f4f4f4;}
- .n-list > li .n-list-info {border: none;}
- .bgc-ff6100 {background-color: #ee9d34;}
|