personal-manage.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: #ff9526;}
  7. .bgc-c1c1c1 {background-color: #ebebf5;}
  8. .lh22 {height: 22px; line-height: 22px;}
  9. .lh30 {height: 30px; line-height: 30px;}
  10. .b-r-11 {border-radius: 11px;}
  11. .w30 {width: 30px;}
  12. .set-dianxian {
  13. width: 20px;
  14. height: 36px;
  15. background: url(../images/dianxian.png) no-repeat repeat center center;
  16. }
  17. .mt13 {margin-top: 13px;}
  18. .mt8 {margin-top: 8px;}
  19. .set-taday {
  20. width: 20px;
  21. height: 20px;
  22. border-radius: 50%;
  23. background-color: #12b7f5;
  24. line-height: 20px;
  25. }
  26. .set-row {
  27. width: 10px;
  28. height: 10px;
  29. border-radius: 50%;
  30. }
  31. .w-100-220 {width: calc(100% - 220px);}
  32. .record-li:hover {
  33. background-color: #f1f6f5;
  34. color: #12B7F5;
  35. }
  36. .doc-li:hover, .plan-li:hover {
  37. background-color: #e1e1e1;
  38. }
  39. .bgc-red {
  40. background-color: lightcoral;
  41. }
  42. .w-100-60 {width: calc(100% - 60px);}
  43. .set-hospital {
  44. background: url(../images/yiyuan_icon.png) no-repeat no-repeat 5px 3px;
  45. background-size: 12px 12px;
  46. }
  47. .h73 {height: 73px;}
  48. .w100 {width: 100px;}
  49. .w96 {width: 96px;}
  50. .w96.active {
  51. background-color: #12b7f5;
  52. color: #ffffff;
  53. }