123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913 |
- @import 'color.less';
- .flop {
- .ivu-tabs-nav-scroll {
- padding: 10px !important;
- }
- .q-gutter-sm.option-chioce {
- position: absolute;
- right: 10px;
- top: 10px;
- z-index: 1;
- margin: 0;
- background: #e0e0e0;
- padding: 2px 2px 5px 12px;
- /*border-radius: 20px;*/
- }
- .q-checkbox--dense .q-checkbox__inner {
- margin-right: 5px;
- }
- .set-answer {
- float: left;
- color: #666;
- }
- .ivu-tabs {
- width: 100%;
- }
- }
- .headerTollBox {
- width: 100%;
- padding: 10px 0px 0px 0px;
- .title {
- font-size: 20px;
- font-weight: bold;
- display: inline-block;
- position: absolute;
- padding-left: 2%;
- padding-top: 5px;
- }
- }
- button {
- outline: none;
- }
- .unanswered-btn {
- color: #fff;
- width: 31%;
- text-align: center;
- background-color: #ddd;
- font-size: 1.1rem;
- float: left;
- border: none !important;
- }
- .result-unanswered-btn {
- color: #fff;
- width: 24%;
- text-align: center;
- background-color: #ddd;
- font-size: 1rem;
- float: left;
- border: none !important;
- }
- .error,
- .correct {
- margin-left: 7px;
- }
- .error-btn {
- color: #fff;
- width: 100%;
- height: 38px;
- line-height: 38px;
- text-align: center;
- background-color: #fa2000;
- font-size: 18px;
- border-radius: 8px;
- }
- .cancel-errorbtn {
- color: #000;
- width: 100%;
- height: 38px;
- line-height: 38px;
- text-align: center;
- background-color: #fff;
- font-size: 18px;
- border-radius: 8px;
- }
- .cancel-correctbtn {
- color: #000;
- width: 100%;
- height: 38px;
- line-height: 38px;
- text-align: center;
- background-color: #fff;
- font-size: 18px;
- border-radius: 8px;
- }
- .correct-btn {
- color: #fff;
- width: 100%;
- height: 38px;
- line-height: 38px;
- text-align: center;
- background-color: #6da031;
- font-size: 18px;
- border-radius: 8px;
- }
- .correct-btn img,
- .allstudents img,
- .unanswered-btn img,
- .error-btn img,
- .answerbtn img {
- margin-left: 10%;
- }
- .unanswered-clickbtn {
- color: #000;
- width: 100%;
- text-align: center;
- background-color: #fff;
- font-size: 18px;
- border-radius: 8px;
- }
- .answerbtn {
- color: #fff;
- width: 31%;
- text-align: center;
- background-color: #ddd;
- //font-size: 1.1rem;
- border-radius: 0px 4px 4px 0px;
- float: left;
- }
- .allstudents {
- color: #fff;
- width: 37%;
- text-align: center;
- background-color: #ddd;
- //font-size: 1rem;
- border-radius: 4px 0px 0px 4px;
- float: left;
- }
- .result-allstudents {
- color: #fff;
- width: 28%;
- text-align: center;
- background-color: #ddd;
- //font-size: 0.95rem;
- border-radius: 4px 0px 0px 4px;
- float: left;
- }
- .answerclickbtn {
- color: #000;
- width: 100%;
- text-align: center;
- background-color: #fff;
- font-size: 18px;
- border-radius: 8px;
- margin-left: 4%;
- }
- .control-btngroup {
- display: block;
- width: 100%;
- position: absolute;
- left: 40%;
- z-index: 999;
- }
- .listicon {
- cursor: pointer;
- width: 36px;
- height: 36px;
- line-height: 36px;
- background-color: #d8d8d8;
- text-align: center;
- border-radius: 50%;
- float: left;
- font-size: 22px !important;
- margin-left: 10px !important;
- img {
- width: 22px;
- position: relative;
- top: 3px;
- }
- }
- .righticon-group {
- position: absolute;
- right: 10px;
- z-index: 999;
- }
- .rightlisticon {
- display: inline-block;
- cursor: pointer;
- margin-right: 10px;
- width: 36px;
- height: 36px;
- line-height: 42px;
- background-color: #d8d8d8;
- text-align: center;
- border-radius: 50%;
- * {
- font-size: 22px;
- }
- }
- .rightlisticon svg {
- font-size: 22px;
- }
- .sliderbox {
- width: 150px;
- height: 39px;
- line-height: 39px;
- float: left;
- }
- .ivu-slider-bar {
- height: 12px !important;
- border-radius: 10px !important;
- background: @main-color !important;
- }
- .ivu-slider-wrap {
- height: 12px !important;
- background-color: #c1f4cd !important;
- border-radius: 10px !important;
- }
- .ivu-slider-stop {
- width: 6px !important;
- height: 6px !important;
- background-color: #fff !important;
- top: 27% !important;
- }
- .triggerbox {
- width: 40%;
- display: block;
- position: relative;
- top: 10px;
- margin-left: 13%;
- margin-right: 130px;
- max-width: 300px;
- * {
- font-size: 14px;
- font-weight: bolder;
- }
- /*padding:2px;*/
- }
- /*默认名牌*/
- .studycard {
- width: 100%;
- /*height: 210px;*/
- margin: 0 auto;
- overflow-y: scroll;
- display: -webkit-flex; /* Safari */
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- align-items: flex-start;
- margin-top: 45px;
- /*margin-top: 1%;*/
- }
- .ans-show-stuno {
- position: absolute;
- display: inline-block;
- left: 9% !important;
- top: 7%;
- width: 26px;
- height: 26px;
- border-radius: 50%;
- text-align: center;
- font-size: 10px;
- line-height: 26px !important;
- border: 1px solid white;
- }
- .ans-hide-star{
- position: absolute;
- display: inline-block;
- left: 10% !important;
- top: 7%;
- width: 20px;
- height: 20px;
-
- font-size: 16px;
- line-height: 19px !important;
-
- }
- .answer-default-show {
- text-align: center;
- }
- /*.ivu-row {
- height:240px !important;
- }*/
- /*学生名牌*/
- .vice-studyshowcard {
- width: 100%;
- margin: 0 auto;
- margin-top: 20px;
- overflow-y: scroll;
- }
- .studybox {
- /*width: 95px;*/
- height: 95px;
- line-height: 95px;
- background-color: @main-color;
- text-align: center;
- font-size: 36px;
- font-weight: bold;
- color: #fff;
- border-radius: 4px;
- float: left;
- position: relative;
- margin-top: 15px;
- /*margin-left: 70px;*/
- }
- .answer-default {
- position: absolute;
- top: 2px;
- right: 0px;
- width: 30px;
- height: 30px;
- //font-size: 20px;
-
- display: block;
- line-height: 30px;
-
- }
- .statement-icon {
- position: absolute;
- top: 20px;
- left: 175px;
- width: 30px;
- height: 30px;
- font-size: 20px;
- display: block;
- line-height: 30px;
- }
- .statement-icon11 {
- background: url(../../assets/img/bubble-little.png) no-repeat !important;
- background-size: contain;
- position: absolute;
- top: 5px;
- left: 5px;
- width: 32px;
- height: 32px;
- font-size: 14px;
- display: block;
- line-height: 30px;
- }
- .studyboxone {
- position: relative;
- background-color: #707070;
- text-align: center;
- font-size: 36px;
- font-weight: bold;
- color: #fff;
- border-radius: 4px;
- float: left;
- margin-top: 15px;
- }
- .answer-error {
- /*width: 100px;*/
- height: 95px;
- line-height: 95px;
- background-color: #fa2000;
- text-align: center;
- font-size: 36px;
- font-weight: bold;
- color: #fff;
- border-radius: 4px;
- float: left;
- position: relative;
- margin-top: 15px;
- /*margin-left: 70px;
- margin-top: 30px;*/
- .ans-show-stuno {
- position: absolute;
- display: inline-block;
- left: 10% !important;
- top: 7%;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- font-size: 16px;
- line-height: 19px !important;
- border: 1px solid white;
- }
- }
- .answercorrect {
- height: 95px;
- line-height: 95px;
- background-color: #6da031;
- text-align: center;
- font-size: 36px;
- font-weight: bold;
- color: #fff;
- border-radius: 4px;
- float: left;
- position: relative;
- margin-top: 15px;
- /*margin-left: 70px;*/
- }
- .result-answer-error {
- /*width: 100px;*/
- width: 24%;
- background-color: #ddd;
- text-align: center;
- font-size: 1rem;
- font-weight: bold;
- color: #fff;
- border-radius: 0px;
- float: left;
- }
- .result-answercorrect {
- width: 24%;
- background-color: #ddd;
- text-align: center;
- font-size: 1rem;
- font-weight: bold;
- color: #fff;
- border-radius: 0px 4px 4px 0px;
- float: left;
- }
- /*秀名牌end*/
- /*全屏后CSS*/
- .screenicon {
- width: 50px;
- height: 50px;
- line-height: 50px;
- background-color: #d8d8d8;
- text-align: center;
- border-radius: 50%;
- float: left;
- margin-top: 8px;
- }
- .studycardscreen {
- width: 100%;
- height: 400px;
- margin: 0 auto;
- }
- .screenicon:nth-child(1) {
- margin-top: 70px;
- }
- .unanswered-screen {
- width: 50px;
- height: 50px;
- line-height: 50px;
- float: left;
- text-align: center;
- background-color: #707070;
- color: #fff;
- font-size: 20px;
- margin-top: 8px;
- margin-left: 3px;
- }
- .unanswered-screenclick {
- width: 50px;
- height: 50px;
- line-height: 50px;
- float: left;
- text-align: center;
- background-color: #fff;
- color: #000;
- font-size: 20px;
- margin-top: 8px;
- margin-left: 3px;
- }
- .screen-answer {
- width: 50px;
- height: 50px;
- line-height: 50px;
- float: left;
- text-align: center;
- background-color: @main-color;
- color: #fff;
- font-size: 20px;
- margin-top: 8px;
- margin-left: 3px !important;
- }
- .clickicon {
- background-color: @main-color;
- color: #fff;
- }
- .numClick {
- background-color: @main-color;
- color: #fff;
- }
- .brand {
- width: 210px;
- height: 95px;
- float: left;
- margin-left: 30px;
- background-color: #707070;
- border: 1px solid #707070;
- border-radius: 4px;
- // box-shadow: 3px 3px 3px #666;
- margin-top: 30px;
- }
- .brand-answer {
- width: 210px;
- height: 95px;
- float: left;
- margin-left: 30px;
- background-color: @main-color;
- border: 1px solid @main-color;
- border-radius: 4px;
- // box-shadow: 3px 3px 3px #666;
- margin-top: 30px;
- }
- .banrd-none {
- width: 210px;
- height: 95px;
- float: left;
- margin-left: 30px;
- background-color: #efefef;
- border: 1px solid #ccc;
- border-radius: 4px;
- // box-shadow: 3px 3px 3px #666;
- margin-top: 30px;
- }
- .banrd-success {
- width: 210px;
- height: 95px;
- float: left;
- margin-left: 30px;
- background-color: #6da031;
- border: 1px solid #6da031;
- border-radius: 4px;
- // box-shadow: 3px 3px 3px #666;
- margin-top: 30px;
- }
- .banrd-error {
- width: 210px;
- height: 95px;
- float: left;
- margin-left: 30px;
- background-color: #fa2000;
- border: 1px solid #fa2000;
- border-radius: 4px;
- // box-shadow: 3px 3px 3px #666;
- margin-top: 30px;
- }
- .leftimg {
- width: 35%;
- height: 100%;
- position: relative;
- line-height: 95px;
- display: inline-block;
- float: left;
- margin-left: 5%;
- }
- .idnumber {
- position: absolute;
- left: 5px;
- top: 8px;
- width: 30px;
- height: 30px;
- background-color: #f7b500;
- color: #000;
- text-align: center;
- line-height: 30px;
- border-radius: 50%;
- font-weight: bold;
- font-size: 16px;
- }
- .portrait {
- width: 100%;
- height: 100%;
- line-height: 123px;
- margin: 0 auto;
- text-align: center;
- }
- .portrait img {
- width: 70px;
- height: 70px;
- border-radius: 50%;
- margin-top: 10%;
- }
- .righttext {
- width: 60%;
- height: 95px;
- float: left;
- text-align: center;
- font-size: 18px;
- font-weight: bold;
- padding-top: 5px;
- margin: 0 auto;
- position: relative;
- }
- .showhide-answer {
- color: #fff;
- font-size: 30px;
- height: 34px;
- line-height: 34px;
- display: block;
- line-height: 35px;
- margin: 0 auto;
- width: 90%;
- float: left;
- margin-bottom: 10px;
- }
- .statementbox {
- width: 60%;
- height: 34px;
- float: left;
- margin-bottom: 10px;
- }
- .AnswerStudentname {
- width: 100%;
- margin-top: 20px;
- color: #fff;
- }
- .answer-righttext {
- width: 60%;
- height: 95px;
- float: left;
- text-align: center;
- line-height: 32px;
- font-size: 22px;
- font-weight: bold;
- position: relative;
- }
- .answer-righttext div {
- height: 35px;
- margin-top: 5px;
- }
- /*全屏后CSSend*/
- /*弹窗样式*/
- .poptipStyleWidth {
- width: 350px;
- }
- .ChangeWidth {
- width: 760px;
- }
- .ivu-poptip-arrow {
- display: none !important;
- }
- /*弹窗样式end*/
- /*排行榜*/
- .brand-rank {
- width: 210px;
- height: 95px;
- float: left;
- margin-left: 70px;
- background-color: #0099cc;
- border: 1px solid #666666;
- border-radius: 4px;
- box-shadow: 3px 3px 3px #666;
- margin-top: 1%;
- }
- .rankright {
- width: 55%;
- height: 97px;
- float: left;
- position: relative;
- }
- .trophy {
- width: 54px;
- height: 47px;
- position: absolute;
- right: -10px;
- top: -20px;
- }
- .snbox {
- width: 70%;
- text-align: center;
- line-height: 25px;
- }
- .sn-num {
- font-size: 34px;
- color: #fff;
- padding-top: 30%;
- }
- .sn-name {
- font-size: 18px;
- padding-top: 20%;
- color: #fff;
- }
- /*气泡样式*/
- .q-menu {
- width: 13vw !important;
- height: 11vh !important;
- border-radius: 3% !important;
- word-wrap: break-word;
- word-break: break-all;
- /*overflow: hidden !important;*/
- text-align: center;
- background-color: #00a0c2 !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- margin-left: 0.3%;
- }
- .q-pt-none {
- padding: 46px !important;
- font-size: 22px;
- }
- .detailbox .fr span {
- font-size: 16px;
- }
- .scroll {
- overflow: unset !important;
- }
- .q-menu:before {
- content: '';
- position: absolute;
- width: 24px;
- height: 16px;
- color: #00a0c2;
- border-width: 0px 11px 0px 0px;
- border-style: solid;
- border-color: transparent currentcolor transparent transparent;
- bottom: -16px;
- left: 98px;
- margin-top: -4px;
- border-radius: 0px 0px 48px;
- }
- .pop-up {
- width: 100%;
- height: 11vh !important;
- padding: 2%;
- background-color: #00a0c2;
- color: #fff;
- overflow: auto;
- border-radius: 10px;
- position: relative;
- font-size: 16px;
- }
- .statementInfo {
- position: absolute;
- bottom: 0px;
- right: 0px;
- font-size: 10px;
- }
- .roller {
- display: inline-block;
- width: 20%;
- right: 13%;
- margin-top: -2px;
- position: fixed;
- max-width: 200px;
- height: 39px;
- z-index: 999;
- }
- .pop-up::-webkit-scrollbar {
- display: none;
- }
- .angle {
- position: absolute;
- width: 24px;
- height: 16px;
- color: #00a0c2;
- border-width: 0px 11px 0px 0px;
- border-style: solid;
- border-color: transparent currentcolor transparent transparent;
- top: -78%;
- left: 98px;
- margin-top: -4px;
- border-radius: 0px 0px 48px;
- }
- /*离线icon*/
- .offimg {
- position: absolute;
- top: 33%;
- left: 36%;
- width: 35px;
- height: 38px;
- }
- .mpoff {
- position: absolute;
- top: -14%;
- left: 65%;
- width: 35px;
- height: 38px;
- }
- .offimg img {
- width: 100%;
- }
- /*名牌发言*/
- .namebrand-pop {
- top: -22px;
- right: -120px;
- background: url(../../assets/img/bubble-little.png) no-repeat !important;
- background-size: contain;
- width: 32px;
- height: 32px;
- font-size: 14px;
- display: block;
- line-height: 30px;
- -webkit-box-shadow: unset !important;
- box-shadow: unset !important;
- }
- .namebrand-pops {
- top: -27px;
- right: -120px;
- background: url(../../assets/img/bubble-little.png) no-repeat !important;
- background-size: contain;
- width: 32px;
- height: 32px;
- font-size: 14px;
- display: block;
- line-height: 30px;
- -webkit-box-shadow: unset !important;
- box-shadow: unset !important;
- }
- .q-btn--push {
- border-bottom: none !important;
- }
- /*开关*/
- .q-toggle__thumb .q-icon {
- font-size: 12px !important;
- }
- .resetAns {
- color: rgb(0, 0, 0);
- background-color: #d8d8d8;
- cursor: pointer;
- font-size: 20px !important;
- border-radius: 50%;
- text-align: center;
- }
- .triggerbox div:hover {
- cursor: pointer;
- }
- /*.ivu-modal-footer button + button {
- margin-left: 0px !important;
- }*/
- /*栏目切换选中样式*/
- .pickonall {
- background-color: @main-color;
- }
- .pickonaun {
- background-color: #707070;
- }
- .pickonaan {
- background-color: @main-color;
- }
- .pickonerror {
- background-color: #fa2000;
- }
- .pickonsuccess {
- background-color: #6da031;
- }
|