123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- .sel-paper-pop{
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: rgba(0,0,0,0.6);
- }
- .paper-pop-con{
- width: 720px;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%,-50%);
- border-radius: 4px;
- overflow: hidden;
- }
- .paper-pop-top{
- height: 50px;
- line-height: 50px;
- color: #fff;
- background: #16AE68;
- position: relative;
- padding: 0 14px;
- font-size: 18px;
- }
- .pop-close{
- font-size: 36px;
- cursor: pointer;
- }
- .paper-pop-main{
- background: #FAFAFA;
- padding: 10px 20px 20px 0;
- font-size: 14px;
- }
- .exam-type-con{
- width: 130px;
- background: #fff;
- text-indent: 20px;
- padding-top: 4px;
- }
- .exam-type-list{
- cursor: pointer;
- margin: 0 0 20px;
- border-left: 3px solid #fff;
- }
- .exam-type-list.selected{
- color: #16AE68;
- border-left: 3px solid #16AE68;
- }
- .sel-ex-msg{
- line-height: 40px;
- }
- .exam-set-detail{
- margin-left: 10px;
- }
- .sel-print-set span{
- display: inline-block;
- vertical-align: middle;
- overflow: hidden;
- }
- .set-top-title{
- padding-left: 12px;
- border-left: 3px solid #16AE68;
- line-height: 20px;
- color: #333333;
- width: 86px;
- margin-right: 10px;
- margin-top: 3px;
- }
- .gray-font{
- color: #666666;
- }
- .sel-print-set{
- background: #fff;
- padding: 10px 0;
- margin-bottom: 10px;
- }
- .exam-set-detail{
- width: 550px;
- }
- .set-top-opt-name{
- width: 70px;
- margin-right: 10px;
- }
- .set-top-tab{
- display: inline-block;
- height: 26px;
- border-radius: 13px;
- overflow: hidden;
- font-size: 0;
- vertical-align: middle;
- }
- .tab-list{
- width: 90px;
- background: #EEEEEE;
- line-height: 26px;
- font-size: 14px;
- text-align: center;
- cursor: pointer;
- border-right: 1px solid #fff;
- }
- .tab-list:last-child{
- border: none;
- }
- .tab-list.selected{
- background: #16AE68;
- color: #fff;
- }
- .sel-paper-pop .red-font{
- color: red;
- font-size: 12px;
- vertical-align: bottom;
- }
- .set-block-opt{
- margin: 10px 0;
- }
- .print-type-card {
- margin-right: 20px;
- }
- .print-type-card.hide{
- display: none;
- }
- .card-set-score{
- display: inline-block;
- font-size: 0;
- /*border: 1px solid #BBBBBB;*/
- }
- .score-msg{
- display: inline-block;
- width: 26px;
- height: 26px;
- line-height: 26px;
- text-align: center;
- font-size: 14px;
- border: 1px solid #bbb;
- border-right: none;
- }
- .fir-score-msg{
- border-right: 1px solid #bbb;
- margin-right: 10px;
- }
- .score-msg:last-child{
- border-right: 1px solid #bbb;
- }
- .paper-pop-bottom{
- background: #fff;
- padding: 15px 0;
- }
- .paper-set-save-btn{
- width: 100px;
- height: 30px;
- line-height: 30px;
- background: #16AE68;
- color: #fff;
- border-radius: 4px;
- margin: auto;
- text-align: center;
- cursor: pointer;
- }
- .prev-class{
- position: relative;
- display: inline-block;
- width: 120px;
- }
- .inp-text {
- position: relative;
- text-indent: 10px;
- width: 100%;
- height: 100%;
- line-height: 30px;
- border-bottom: 1px solid #DDDDDD;
- cursor: pointer;
- }
- .select-con {
- display: none;
- border: 1px solid #ccc;
- border-top: none;
- position: absolute;
- background: #fff;
- z-index: 10;
- width: 100%;
- text-indent: 10px;
- line-height: 28px;
- }
- .select-con li {
- list-style: none;
- }
- .select-con li:hover{background: #16AE68;color: #fff;cursor: pointer;}
- .prev-class .inp-text:after {
- content: '';
- /*border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-top: 5px solid #676767;*/
- width: 8px;
- height: 8px;
- border-top: none;
- border-right: none;
- border-left: 2px solid #676767;
- border-bottom: 2px solid #676767;
- position: absolute;
- right: 10px;
- bottom: 14px;
- transform: rotate(-45deg);
- }
- .line-show{
- border-bottom: 1px solid #BBBBBB;
- padding: 15px 80px;
- margin-right: 10px;
- }
- .kong-set-score.hide{
- display: none;
- }
- .jieda-score.hide{
- display: none;
- }
- .ep-pop-template .red-font{
- color: red;
- font-size: 12px;
- vertical-align: bottom;
- }
|