huanzhe-specal.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. html, body {
  2. height: 100%;
  3. }
  4. .h-100-150 {height: calc(100% - 150px);}
  5. .h-100 {height: 100%;}
  6. .h-100-45 {height: calc(100% - 45px);}
  7. .pt12 {padding-top: 12px;}
  8. .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;}
  9. .h45 {height: 45px;}
  10. .lh45 {line-height: 45px;}
  11. #con_tit div.active {
  12. color: #12B3EC;
  13. line-height: 44px;
  14. border-bottom: 1px solid #12B3EC;
  15. }
  16. .list > li:nth-child(1) {
  17. border-top: none;
  18. }
  19. .c-failstate {padding-top: 0;}
  20. /*.over-y {overflow-y: auto;}*/
  21. .mui-slider .mui-slider-group .mui-slider-item .n-list-info img {
  22. width: 20px;
  23. }
  24. .over-hide {
  25. overflow: hidden;
  26. }
  27. .over-y {
  28. overflow-y: auto;
  29. }
  30. .health-ok {
  31. background: url(../images/kangfujihua_biaoqian04_img.png) no-repeat 0 0;
  32. background-size: 100% 100%;
  33. }
  34. .health-cover {
  35. background: url(../images/kangfujihua_biaoqian03_img.png) no-repeat 0 0;
  36. background-size: 100% 100%;
  37. }
  38. .health-hurry {
  39. background: url(../images/kangfujihua_biaoqian05_img.png) no-repeat 0 0;
  40. background-size: 100% 100%;
  41. }
  42. .h24 {height: 24px;}
  43. .lh24 {line-height: 24px;}
  44. .operate {
  45. float: right;
  46. display: -webkit-box;
  47. position: absolute;
  48. top: 0px;
  49. z-index: 0;
  50. right: -65px;
  51. width: 65px;
  52. }
  53. .operate div {
  54. -webkit-box-flex: 1;
  55. font-size: 16px;
  56. color: #fff;
  57. height: 70px;
  58. padding: 12px 13px;
  59. }
  60. .bgc-309765 {
  61. background-color: #309765;
  62. }
  63. .n-list > li {border-top: 1px solid #f4f4f4;}
  64. .n-list > li .n-list-info {border: none;}
  65. .bgc-ff6100 {background-color: #ee9d34;}