123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .bgc-f2fcfe {background-color: #f2fcfe;}
- .w350 {width: 350px;}
- .w-100-350 {width: calc(100% - 351px);}
- .c-orange {color: orange;}
- .bgc-orange {background-color: orange;}
- .bgc-c1c1c1 {background-color: #c1c1c1;}
- .lh22 {height: 22px; line-height: 22px;}
- .b-r-11 {border-radius: 11px;}
- .w30 {width: 30px;}
- .set-dianxian {
- width: 20px;
- height: 36px;
- background: url(../images/dianxian.png) no-repeat repeat center center;
- }
- .mt13 {margin-top: 13px;}
- .mt8 {margin-top: 8px;}
- .set-taday {
- width: 20px;
- height: 20px;
- border-radius: 50%;
- background-color: #12b7f5;
- line-height: 20px;
- }
- .set-row {
- width: 10px;
- height: 10px;
- border-radius: 50%;
- }
- .w-100-220 {width: calc(100% - 220px);}
- .record-li:hover {
- background-color: #f1f6f5;
- color: #12B7F5;
- }
- .doc-li:hover, .plan-li:hover {
- background-color: #e1e1e1;
- }
- .bgc-red {
- background-color: lightcoral;
- }
- .w-100-60 {width: calc(100% - 60px);}
- .set-hospital {
- background: url(../images/yiyuan_icon.png) no-repeat no-repeat 5px 5px;
- background-size: 12px 12px;
- }
- .h73 {height: 73px;}
|