@charset "UTF-8"; /**文本选择*/ ::selection{background:#222;color:#fff;} /**字体大小*/ @media screen and (min-width:800px){html{font-size:16px;}} @media screen and (min-width:1200px){html{font-size:18px;}} @media screen and (min-width:1600px){html{font-size:20px;}} /**默认样式*/ *{margin:0;padding:0;border:none;outline:none;box-sizing:content-box;} html{background:#EBEBEB;} html,body{font-family:Arial,Consolas,SimSun,"宋体";color:#222;font-weight:normal;} body{width:100%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:1rem;line-height:1.4em;} a{color:#1155AA;text-decoration:none;} a:link{text-decoration:none;} a:hover{color:#4477EE;text-decoration:none;} a:visited{text-decoration:none;} img{border:0;} ol,ul,li{list-style:none;} input[type=text],textarea{box-shadow:0px 0px 3px 0px rgba(0,0,0,0.1) inset;border:1px solid rgba(0,0,0,0.1)!important;} input[type=text]:focus,textarea:focus,input[type=text]:hover,textarea:hover{border:1px solid #1155AA!important;} input::-webkit-calendar-picker-indicator{color:#1155AA;background:none;} /**容器*/ .taoyao{text-align:center;} /**直播*/ .taoyao .live > .video{width:100%;height:100%;} .taoyao .live .handler{position:fixed;width:100%;bottom:2rem;font-size:2rem;} /**会议*/ .taoyao .handler a{cursor:pointer;} .taoyao > .handler{font-size:2rem;padding:1rem 0;width:100%;} .taoyao .list{width:90vw;margin:auto;} .taoyao .meeting{float:left;overflow:hidden;position:relative;width:calc(25% - 2rem);border:1rem solid #fff;} .taoyao .me,.taoyao .meeting:hover{border-color:#060;} .taoyao .meeting > .video{height:15vw;} .taoyao .meeting > .video video{width:100%;height:100%;} .taoyao .meeting .handler{position:absolute;bottom:0rem;text-align:center;width:100%;background:rgba(0,0,0,0.2);padding:0.2rem 0;} .taoyao .meeting .handler a{color:#fff;} .taoyao .meeting .handler a.record:hover{color:#060!important;} .taoyao .meeting .handler a.record.active{color:#C00;} .taoyao .meeting .handler a.kick:hover{color:#C00;}