signing-doctors.css 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. html,body { height: 100%;}
  2. .c-fff { color: #FFF; }
  3. .c-323232 { color: #323232; }
  4. .c-747474 { color: #747474; }
  5. .c-dib { display: inline-block; }
  6. .c-dn { display: none; }
  7. .c-vam { vertical-align: middle; }
  8. .c-tar { text-align: right; }
  9. .c-tac { text-align: center; }
  10. .c-f50 { font-size: 50px; }
  11. .c-f18 { font-size: 18px !important; }
  12. .c-f12 { font-size: 12px !important; }
  13. .c-fwb { font-weight: bold; }
  14. .c-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
  15. .bc-ff6a56 { background-color: #FF6A56;}
  16. .bc-fff { background-color: #FFF;}
  17. .bc-75bf00 { background-color: #75BF00; }
  18. .bc-ff9526 { background-color: #FF9526; }
  19. .bc-75bf00 { background-color: #75BF00; }
  20. .bc-9beaf6 { background-color: #9BEAF6; }
  21. .height-50 { height: 50px; }
  22. .height-35 { height: 35px; }
  23. .height-25 { height: 25px; }
  24. .height-22 { height: 22px; }
  25. .height-13 { height: 13px; }
  26. .width-10{ width: 10px }
  27. .width-20{ width: 20px }
  28. .width-22{ width: 22px !important; }
  29. .lheight-50 { line-height: 50px; }
  30. .lheight-25 { line-height: 25px; }
  31. .lheight-22 { line-height: 22px; }
  32. .ml70 { margin-left: 70px; }
  33. .br20 { border-radius: 20px; }
  34. .ptb4lr6 { padding: 4px 6px; }
  35. .pt6 { padding-top: 6px; }
  36. .signing-docotors>li{ position: relative; min-height:75px; border-bottom: 1px solid #DCDCDC; }
  37. .signing-docotors>li .photo { position:absolute; top: 10px; left: 10px; width: 50px; height:50px; border-radius: 50px; }
  38. .signing-docotors>li .text-bg { background-color: #FF9526; color: #FFF; border-radius: 10px; text-align: center;}
  39. .signing-docotors>li>a { display: block; }
  40. .signing-card { border: 1px solid #DCDCDC; border-radius: 5px; overflow: hidden;}
  41. .signing-card .c-blocks-2 { padding: 6px 10px; }
  42. .signing-card .status .point { display: inline-block;border:3px solid; border-radius: 5px; }
  43. .signing-card .status.to-signed { color: #FF6A56; }
  44. .signing-card .status.to-signed .point { border-color: #FF6A56; }
  45. .signing-card .status.be-signed { color: #56BDFF; }
  46. .signing-card .status.be-signed .point { border-color: #56BDFF; }
  47. .signing-card .status.to-surrender { color: #E6AE3D; }
  48. .signing-card .status.to-surrender .point { border-color: #E6AE3D; }
  49. .sign-type { position: relative; }
  50. .sign-type-text { position: absolute; top: 7px; left: 40px; }
  51. #other_view .none-content { padding-top: 150px; }
  52. #other_view img.none-content-icon { display: block; width: 120px; height: 120px; margin: 0 auto; }
  53. #other_view .c-50 { width: 50%; margin-left: 0; }
  54. .only-sanshi { position: absolute; bottom: 0;}
  55. .only-sanshi img { width: 100%; height: 100px; }