doctor-homepage.css 1.4 KB

123456789101112131415161718192021222324252627282930
  1. .c-fff { color: #FFF; }
  2. .c-tar { text-align: right; }
  3. .c-tac { text-align: center; }
  4. .bc-fff { background-color: #FFF;}
  5. .bc-ff9526 { background-color: #FF9526; }
  6. .bc-75bf00 { background-color: #75BF00; }
  7. .height-50 { height: 50px; }
  8. .lheight-50 { line-height: 50px; }
  9. #btnMenu,
  10. #btnMenu .btn-item { display: none; z-index: 201; }
  11. #btnMenu .btn-item,
  12. #btnMenu .btn-main { position: fixed; }
  13. #btnMenu .btn-0 { bottom: 0; width: 100%; z-index: 200 }
  14. #btnMenu .btn-1 { bottom: 38px; left: 50%; margin-left: -100px; }
  15. #btnMenu .btn-2 { bottom: 80px; left: 50%; margin-left: -30px; }
  16. #btnMenu .btn-3 { bottom: 38px; left: 50%; margin-left: 40px; }
  17. #btnMenu .btn-0 img { display: block; margin: 0 auto; width: 70px; height: 70px; }
  18. #btnMenu .btn-1 img,
  19. #btnMenu .btn-2 img,
  20. #btnMenu .btn-3 img { width:60px;height:60px; }
  21. #introduce_guide { display: none; position: absolute; top: 0; right: 0; width: 80px; height: 84px; z-index: 200;}
  22. #introduce_text { display: none; position: absolute; top: 60px; right: 0px; width: 150px; color: #fff; z-index: 200;}
  23. #overlay_pop { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 100; }
  24. #doctor_qrcode { display: none; }
  25. #doctor_qrcode>img { display: block; margin: 0 auto; }
  26. #sign_invitation .c-50 { width: 50%; margin-left: 0; }
  27. #btnSign { display: none; }
  28. #sign_invitation { position: fixed; bottom: 0; width: 100%; }
  29. #sign_invitation a { display: block; }