personal-manage.css 1.1 KB

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