* { margin: 0; padding: 0; list-style: none; } html, body { margin: 0; height: 100%; display: flex; flex-direction: column; } body { background: #fff; font: normal 12px/22px; } .header { color: #fff; display: flex; height: 45px; align-items: center; background-color: #30B9EF; z-index: 999;} .header .m1 { width: 15%; text-align: center; font-size: 23px; } .header .m2 { flex: 1; display: flex; justify-content: center; font-size: 0.3rem; color: #fff; font-weight: bold; } .header .m3 { width: 15%; } .bars { left: 0; right: 0; bottom: 0; position: absolute; background-color: #47a080; height: 60px; display: flex; align-items: center; justify-content: center; } .bars .bar { font-size: 14px; color: #ffffff; display: flex; flex-direction: column; align-items: center; flex: 1; text-align: center; } .bars .bar img { width: 50px; height: 50px; } .bars .bar span { margin-top: -15px; } .bars .select { color: #436b84; } .wrapper { background-color: #ffffff; flex: 1; overflow: scroll; } section { color: #444; padding: 20px 10px 0 16px; } section .headline { font-size: 18px; margin-bottom: 20px; background-color: whitesmoke;} section .headline::after { background-color: #30B9EF; content: ''; position: ''; left: 0; width: 9px; height: 20px; margin-top: 3px; } section .cont-wrapper { width: 100%; } section .cont-wrapper .line { display: flex; width: 100%; } section .cont-wrapper .line img { width: 20px; height: 20px; } section .cont-wrapper .line .title { width: 80px; text-align: justify; font-size: 16px; } section .cont-wrapper .line .title span { display: inline-block; /* Opera */ padding-left: 100%; } section .cont-wrapper .line .cont { flex: 1; color: #999999; font-size: 16px; } .textArea{ font-size: 16px !important; border: 1px solid rgba(0,0,0,.2) !important; color: #999999; } div img{ width: 80%; } .btn{ font-size: 14px; background-color: #2fb390; height: 26px; width: 60px; display: flex; align-items: center; justify-content: center; color: #ffffff; border-radius: 13px; } .view{ display: flex; flex-direction: column; align-items: center; padding-top: 34px; background-color: #e4f0ea; position: absolute; top: 196px; z-index: 100; } .view .btn{ margin-top: 23px; } .zzc{ position: absolute; top: 0px; background: #9f9c9c52; } #videoSee{ display: flex; position: absolute; top: 196px; z-index: 100; background-color: #e4f0ea; padding-top: 34px; align-items: center; flex-direction: column; } .hideOverlay{ margin-top: 37px; } .imgicon{ width: 33px; } /*# sourceMappingURL=index.css.map */