123456789101112131415161718192021222324252627282930 |
- .c-fff { color: #FFF; }
- .c-tar { text-align: right; }
- .c-tac { text-align: center; }
- .bc-fff { background-color: #FFF;}
- .bc-ff9526 { background-color: #FF9526; }
- .bc-75bf00 { background-color: #75BF00; }
- .height-50 { height: 50px; }
- .lheight-50 { line-height: 50px; }
- #btnMenu,
- #btnMenu .btn-item { display: none; z-index: 201; }
- #btnMenu .btn-item,
- #btnMenu .btn-main { position: fixed; }
- #btnMenu .btn-0 { bottom: 0; width: 100%; z-index: 200 }
- #btnMenu .btn-1 { bottom: 38px; left: 50%; margin-left: -100px; }
- #btnMenu .btn-2 { bottom: 80px; left: 50%; margin-left: -30px; }
- #btnMenu .btn-3 { bottom: 38px; left: 50%; margin-left: 40px; }
- #btnMenu .btn-0 img { display: block; margin: 0 auto; width: 70px; height: 70px; }
- #btnMenu .btn-1 img,
- #btnMenu .btn-2 img,
- #btnMenu .btn-3 img { width:60px;height:60px; }
- #introduce_guide { display: none; position: absolute; top: 0; right: 0; width: 80px; height: 84px; z-index: 200;}
- #introduce_text { display: none; position: absolute; top: 60px; right: 0px; width: 150px; color: #fff; z-index: 200;}
- #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; }
- #doctor_qrcode { display: none; }
- #doctor_qrcode>img { display: block; margin: 0 auto; }
- #sign_invitation .c-50 { width: 50%; margin-left: 0; }
- #btnSign { display: none; }
- #sign_invitation { position: fixed; bottom: 0; width: 100%; }
- #sign_invitation a { display: block; }
|