personal-manage.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .bgc-f5f5fa {background-color: #f5f5fa;}
  2. .bgc-dff5fc {background-color: #dff5fc;}
  3. .w360 {width: 360px;}
  4. .w-100-360 {width: calc(100% - 361px);}
  5. .c-orange {color: orange;}
  6. .c-ff3b30 {color: #ff3b30;}
  7. .c-2dbe55 {color: #2dbe55;}
  8. .bgc-orange {background-color: #ff9526;}
  9. .bgc-c1c1c1 {background-color: #ebebf5;}
  10. .lh22 {height: 22px; line-height: 22px;}
  11. .lh30 {height: 30px; line-height: 30px;}
  12. .b-r-11 {border-radius: 11px;}
  13. .w30 {width: 30px;}
  14. .set-dianxian {
  15. width: 20px;
  16. height: 36px;
  17. background: url(../images/dianxian.png) no-repeat repeat center center;
  18. }
  19. .mt13 {margin-top: 13px;}
  20. .mt8 {margin-top: 8px;}
  21. .set-taday {
  22. width: 20px;
  23. height: 20px;
  24. border-radius: 50%;
  25. background-color: #12b7f5;
  26. line-height: 20px;
  27. }
  28. .set-row {
  29. width: 10px;
  30. height: 10px;
  31. border-radius: 50%;
  32. }
  33. .w-100-220 {width: calc(100% - 220px);}
  34. .record-li:hover {
  35. background-color: #f1f6f5;
  36. color: #12B7F5;
  37. }
  38. .doc-li:hover, .plan-li:hover {
  39. background-color: #e1e1e1;
  40. }
  41. .bgc-red {
  42. background-color: lightcoral;
  43. }
  44. .w-100-60 {width: calc(100% - 60px);}
  45. .set-hospital {
  46. background: url(../images/yiyuan_icon.png) no-repeat no-repeat 5px 3px;
  47. background-size: 12px 12px;
  48. }
  49. .h73 {height: 73px;}
  50. .w100 {width: 100px;}
  51. .w96 {width: 96px;}
  52. .w96.active {
  53. background-color: #12b7f5;
  54. color: #ffffff;
  55. }
  56. .content {height: 100%}
  57. .h380 {height: 380px;}
  58. .over-hidden {overflow: hidden;}
  59. .lh30 {height: 30px; line-height: 30px;}
  60. .w130 {width: 130px;}
  61. .type .active {
  62. background-color: #12b7f5;
  63. color: #fff;
  64. }
  65. .b-r-5 {
  66. border-radius: 5px;
  67. }
  68. .b-r-15 {
  69. border-radius: 15px;
  70. }
  71. .b-c-12b7f5 {
  72. border-color: #12b7f5;
  73. }