doctor-index.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #header {
  2. height: 128px;
  3. width: 100%;
  4. background: url('../images/index_bg.png') no-repeat;
  5. background-size: cover;
  6. background-position: center;
  7. display: flex;
  8. display: -webkit-box;
  9. -webkit-box-align: center;
  10. }
  11. .mr7{margin-right: 7px;}
  12. .mb60{margin-bottom: 60px;}
  13. .ptb8{
  14. padding-top: 8px;
  15. padding-bottom: 8px;
  16. }
  17. .info{text-indent: 28px; line-height: 1.8;font-size: 14px;}
  18. .di-photo img{
  19. width: 60px;
  20. height: 60px;
  21. border: 3px solid #FFF;
  22. border-radius: 50%;
  23. }
  24. .di-photo{
  25. margin-left: 10px;
  26. margin-right: 10px;
  27. }
  28. .doc-info{
  29. color: #FFF;
  30. }
  31. .bottom-btn-box{
  32. position: fixed;
  33. bottom: 0;
  34. left:0;
  35. width: 100%;
  36. height: auto;
  37. box-sizing: border-box;
  38. }
  39. .c-btn-E0A526{
  40. background-color: #e0a526;
  41. }
  42. .di-list{
  43. padding: 10px 10px 0px 10px;
  44. }
  45. .di-list li{
  46. display: inline-block;
  47. padding: 2px 10px;
  48. border: solid 1px #DCDCDC;
  49. border-radius: 20px;
  50. margin-right: 10px;
  51. text-align: center;
  52. color: #333;
  53. font-size: 14px;
  54. margin-bottom: 5px;
  55. margin-top: 5px;
  56. }
  57. .di-list li:last-child{
  58. margin-right: 0px;
  59. }
  60. .di-list span{
  61. display: inline-block;
  62. padding-left: 28px;
  63. color: #333;
  64. font-size: 14px;
  65. }