12345678910111213141516171819202122232425262728293031323334353637383940 |
- .over-hide {
- overflow: hidden;
- }
- .over-y {
- overflow-y: auto;
- }
- .health-ok {
- background: url(../../home/images/kangfujihua_biaoqian04_img.png) no-repeat 0 0;
- background-size: 100% 100%;
- }
- .health-cover {
- background: url(../../home/images/kangfujihua_biaoqian03_img.png) no-repeat 0 0;
- background-size: 100% 100%;
- }
- .health-hurry {
- background: url(../../home/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;
- }
|