personal-manage.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .bgc-f2fcfe {background-color: #f2fcfe;}
  2. .w350 {width: 350px;}
  3. .w-100-350 {width: calc(100% - 351px);}
  4. .c-orange {color: orange;}
  5. .bgc-orange {background-color: orange;}
  6. .bgc-c1c1c1 {background-color: #c1c1c1;}
  7. .lh22 {height: 22px; line-height: 22px;}
  8. .b-r-11 {border-radius: 11px;}
  9. .w30 {width: 30px;}
  10. .set-dianxian {
  11. width: 20px;
  12. height: 36px;
  13. background: url(../images/dianxian.png) no-repeat repeat center center;
  14. }
  15. .mt13 {margin-top: 13px;}
  16. .mt8 {margin-top: 8px;}
  17. .set-taday {
  18. width: 20px;
  19. height: 20px;
  20. border-radius: 50%;
  21. background-color: #12b7f5;
  22. line-height: 20px;
  23. }
  24. .set-row {
  25. width: 10px;
  26. height: 10px;
  27. border-radius: 50%;
  28. }
  29. .w-100-220 {width: calc(100% - 220px);}
  30. .record-li:hover {
  31. background-color: #f1f6f5;
  32. color: #12B7F5;
  33. }
  34. .doc-li:hover, .plan-li:hover {
  35. background-color: #e1e1e1;
  36. }
  37. .bgc-red {
  38. background-color: lightcoral;
  39. }
  40. .w-100-60 {width: calc(100% - 60px);}
  41. .set-hospital {
  42. background: url(../images/yiyuan_icon.png) no-repeat no-repeat 5px 5px;
  43. background-size: 12px 12px;
  44. }
  45. .h73 {height: 73px;}