123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602 |
- @CHARSET "UTF-8";
- *{
- margin: 0px;
- padding: 0px;
- }
- .sbtn24{
- background: url(../images/btn24.png) no-repeat 999px 999px;
- width: 88px;
- height: 30px;
- color: #777;
- background-position: 0 -240px;
- font-size: 12px;
- border: 0;
- cursor: pointer;
- display: inline-block;
- zoom: 1;
- line-height: 30px;
- text-align: center;
- text-decoration: none;
- font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
- }
- .sbtn24{
- margin-left: 10px;
- letter-spacing: 3px;
- }
- .sbtn24_0{
- background-position: 0 -200px;
- color: #fff;
- }
- .sbtn24_1{
- color: #333333;
- }
- .sbtn24_0:hover{
- background-position: -98px -200px;
- }
- .sbtn24_1:hover{
- background-position: -98px -240px;
- }
- .sbtn26{
- background: url(../images/dw-icons1-24.png) no-repeat 999px 999px;
- width: 95px;
- height: 33px;
- color: white;
- font-size: 13px;
- border: 0;
- cursor: pointer;
- display: inline-block;
- zoom: 1;
- letter-spacing: 1px;
- line-height: 32px;
- text-align: center;
- text-decoration: none;
- font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
- }
- .sbtn26_0{
- background-position: 0px -162px;
- }
- .sbtn26_0:hover{
- background-position: 0px -273px;
- }
- body{
- /* background: #E8E9EB; */
- /* background-size: cover; */
- }
- input[type='checkbox'],input[type='radio']{
- /* _vertical-align:-1px;
- vertical-align:-2px;
- margin-right: 5px; */
- vertical-align: middle!important;
- line-height: normal;
- cursor: pointer;
- margin: 0px 5px!important;
- padding: initial;
- background-color: initial;
- border: initial;
- }
- select option{
- padding: 5px;
- }
- .inputSytle_1{
- background: #fff url(../images/shadow-in.png?020) no-repeat;
- border: 1px solid #cececf;
- outline: none;
- height: 17px;
- padding: 6px 10px 5px;
- font-size: 12px;
- }
- .tabbarDialog{
- position: fixed;
- z-index:200;
- border:1px solid #c0c0c0;
- background: white;
- top:40px;
- padding: 15px;
- line-height: 1.4em;
- font-family: "微软雅黑";
- color: #444;
- display: none;
-
- filter:alpha(opacity=92); /*IE滤镜,透明度50%*/
- -moz-opacity:0.92; /*Firefox私有,透明度50%*/
- opacity:0.92;/*其他,透明度50%*/
- }
- .p_DialogContent{
- margin: 5px;
- }
- .p_DialogContentTitle{
- font-size: 16px;
- padding: 5px;
- }
- .p_DialogContentRoot{
- padding: 5px;
- padding-left: 10px;
- }
- .p_DialogContentItem{
- padding: 3px;
- }
- .tabbarDialogContent{
- visibility: visible;
- }
- /**模板**/
- .pc_themeContentScorll{
- width: 730px;
- height: 460px;
- overflow-y: scroll;
- }
- .pc_themeContent{
- margin: -28px 0 0 -20px;
- }
- .tabbarDialog .themeitem{
- display: inline;
- margin: 28px 0 0 20px;
- width: 220px;
- overflow: hidden;
- float: left;
- }
- .themeitem .themenail{
- width: 200px;
- height: 120px;
- padding: 9px;
- border: 1px solid #dfdfdf;
- cursor: pointer;
- background: #fff;
- }
- .themeitem .themenail img {
- display: block;
- width: 200px;
- height: 120px;
- border: none;
- }
- .themeitem h5{
- padding: 8px 0 0;
- font-size: 14px;
- font-weight: normal;
- background: url(../images/shadow.png?001) no-repeat center 0;
- color: #444;
- text-align: left;
- line-height: 19px;
- }
- .theme_param_Group{
- float: left;
- margin: 0px;
- }
- .theme_param{
- padding-right: 20px;
- padding-left: 10px;
- }
- .theme_param.split .mainSplit{
- height: 16px;
- line-height: 16px;
- margin-bottom: 16px;
- border-bottom: 1px solid #efefef;
- display: block;
- clear: both;
- }
- .theme_param.image{
- width: 350px;
- }
- .theme_param .image_box {
- float: right;
- width: 120px;
- height: 30px;
- margin-left: -60px;
- border: none;
- }
- .image_box .image_box_img{
- float: left;
- }
- .image_box_upload{
- float: right;
- padding-top: 2px;
- }
- .surveyUpImageQueueid{
- position: absolute;
- }
- .theme_param.color {
- height: 32px;
- line-height: 32px;
- padding: 6px 10px;
- margin-right: 10px;
- }
- .theme_param .color_box {
- float: right;
- width: 50px;
- height: 30px;
- margin-left: -60px;
- border: 1px solid #aaa;
- }
- .color .colorName {
- margin-right: 60px;
- }
- .theme_param.color .isbgcolor .colorText {
- height: 15px;
- line-height: 15px;
- }
- .color .colorName .colorText {
- width: 195px;
- }
- .thide {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- word-break: keep-all;
- }
- .theme_param.color .isbgcolor .bgcolortip {
- display: block;
- height: 15px;
- line-height: 15px;
- padding-top: 2px;
- color: #aaa;
- font-size: 12px;
- }
- .theme_param.image .bgcolortip{
- margin-left: 8px;
- }
- .theme_param.if {
- line-height: 24px;
- margin-bottom: 10px;
- }
- .theme_param.fontStyle{
- overflow: auto;
- }
- .theme_param.fontStyle .suveytextStyle{
- overflow: auto;
- }
- .theme_param.fontStyle .suveytextStyle .suveytextStyleSelect{
- float: left;
- margin-top: 5px;
- }
- .tabbarDialog select{
- padding: 5px;
- outline: none;
- }
- .suveytextStyle{
- padding: 5px;
- }
- .suveytextStyle label{
- vertical-align: middle;
- }
- .suveytextStyle img{
- vertical-align: middle;
- }
- #wrap{
- /*如果浏览器小于1200,则设置wrap为1200*/
- /* width: 1200px; */
- margin: 0px auto;
- padding: 0px;
- height: 100%;
- width: 100%;
- background-attachment: fixed;
- background-position: 0px 0px;
- }
- #preview_head{
- zoom: 1;
- height: 40px;
- padding: 0px 10px;
- position: fixed;
- z-index:200;
- width: 100%;
- margin: 0px;
- top:0px;
- background: #eee url(../images/x.png) 0 -160px repeat-x;
- box-shadow: 4px 1px 3px rgba(224, 229, 233, 0.44);
- }
- .leftTabbar{
-
- }
- .leftTabbar ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .leftTabbar ul li{
- float: left;
- display: block;
- font-size: 14px;
- font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
- }
- .leftTabbar ul li .tabbarTitle{
- height: 40px;
- line-height: 40px;
- padding: 0 16px;
- cursor: pointer;
- white-space: nowrap;
- }
- .leftTabbar ul li.js-tabselected .tabbarTitle{
- background-color: #373D42;
- color: #fff;
- }
- .leftTabbar ul li.hover .tabbarTitle{
- background-color: #a2a2a2;
- color: #fff;
- }
- .centerTabbar{
- margin: 0px auto;
- margin-top:5px;
- width:260px;
- /* background-color: #111;
- background-color: rgba(17,17,17,0.5);
- color: #fff;
- color: rgba(255,255,255,0.5);
- border-right: 1px solid #111;
- border-right: 1px solid rgba(17,17,17,0.3); */
- color:#6E6E6E;
- margin-left: 30px;
- }
- .centerTabbarBtn{
- text-decoration: none;
- color: #6E6E6E;
- /* color: #8DB800; */
- height: 30px;
- line-height: 30px;
- padding: 5px 5px;
- padding-right:10px;
- cursor: pointer;
- white-space: nowrap;
- background: none;
- }
- .centerTabbarBtn.active{
- /* color: #fff; */
- /* border:1px solid #A2A2A2; */
- color: #222222;
- color:#8DB800;
- font-weight: bold;
- }
- a.centerTabbarBtn:hover{
- color: #222222;
- color:#8DB800;
- }
- .rightTabbar{
- float: right;
- margin-top: 5px;
- margin-right: 20px;
- }
- #dwSurveyHeader{
- /* background: url("../images/1351833968D86W5x.jpg") 30px;
- background: url("../images/1279780388A5rVCG.jpg"); */
- }
- #dwSurveyLogo{
- height: 70px;
- padding: 15px 25px;
- padding-bottom: 0px;
- display: none;
- }
- #dwSurveyLogo img{
- border: 1px dashed #DDDDDD;
- }
- #dw_body{
- padding-top: 65px;
- }
- #dw_body .dw_body_title{
- background: #F0F1F4;
- border-bottom:1px solid #DDE1E7;
- padding: 8px 10px;
- color: #333;
- font-family:"新宋体";
- font-weight: normal;
- text-decoration: none;
- font-size: 14px;
- letter-spacing:2px;
- }
- #dw_body_content{
- /* background:white; */
- border: 1px solid #DDE1E7;
- border: none;
- /* height: 600px; */
- position: relative;
- z-index: 50;
- width: 900px;
- margin: 0px auto;
- padding: 0px;
- }
- /* 编辑内容区 */
- #dwSurveyTitle{
- text-align: center;
- outline-style: none;
- font-weight: none;
- font-family:"微软雅黑";
- font-size: 21px;
- letter-spacing:1px;
- color:#222222;
- padding: 0px;
- }
- #dwSurveyTitle.noLogoImg{
- /* padding-top: 25px; */
- }
- #dwSurveyTitle{
- margin: 0px 2px;
- margin-top: 0px;
- }
- #dwSurveyName{
- text-align: center;
- outline-style: none;
- font-weight: none;
- font-family:"微软雅黑";
- font-size: 18px;
- letter-spacing:1px;
- /* color:#222222; */
- cursor:text;
- overflow: auto;
- /* width: 680px; */
- padding: 5px 3px;
- overflow: auto;
- }
- #dwSurveyNote{
- /* border: 1px solid transparent; */
- margin: 0px 0px;
- padding-top:2px;
- /* padding-bottom: 20px; */
- padding-bottom: 2px;
- }
- #dwSurveyNote.click{
- border: 1px solid #98C5C3;
- background: #FDF9CD;
- }
- #dwSurveyNote.click #dwSurveyNoteTools{
- display: inline;
- }
- #dwSurveyNoteTools{
- position: absolute;
- width: 80px;
- height: 25px;
- /* background: #DDE1E7;
- background: #D4E0E0; */
- border: 1px solid #98C5C3;
- right: 30px;
- margin-top: -27px;
- display: none;
- font-size: 12px;
- line-height: 25px;
- text-align: center;
- cursor: pointer;
- }
- #dwSurveyNoteEdit{
- font-size: 14px;
- outline-style: none;
- text-indent: 2em;
- line-height: 1.2em;
- color: #333333;
- padding:4px;
- cursor: text;
- font-family: "微软雅黑";
- color: #DFDFDF;
- }
- .editAble{
- outline-style: none;
- font-family: "微软雅黑";
- vertical-align: middle;
- cursor: text;
- display: inline-block;
- /* max-width: 600px; */
- table-layout: fixed;
- word-break: break-all;
- }
- .editAble img,.editAble embed,.editAble object,
- #dwComEditContent img,#dwComEditContent embed,#dwComEditContent object{
- max-width:95%;
- }
- .quDragBody{
- border: 1px solid #299995;
- background: white;
- filter:alpha(opacity=80); /*IE滤镜,透明度50%*/
- -moz-opacity:0.8; /*Firefox私有,透明度50%*/
- opacity:0.8;/*其他,透明度50%*/
- width: 800px;
- cursor: move! important;
- }
- .sortActiveclass{
- border: 1px solid #C9C9C9;
- background: #FAFAFA;
- }
- #dwSurveyQuContent{
- /* background: url("../images/1351833968D86W5x.jpg"); */
- }
- #dwSurveyQuContentBg{
- /* background: white; */
- /* padding: 20px 30px; */
- padding-top: 5px;
- /*
- filter:alpha(opacity=90); IE滤镜,透明度50%
- -moz-opacity:0.9; Firefox私有,透明度50%
- opacity:0.9;其他,透明度50%
- */
- }
- #dwSurveyQuContentAppUl{
- list-style: none;
- }
- /**题目开始**/
- .surveyQuItemBody{
- /* margin:0px;
- padding:0px;
- overflow: auto; */
- }
- #defaultAppQuObj.hover {
- border: 1px solid transparent;
- background: none;
- border-left: none;
- border-right: none;
- }
- .surveyQuItem{
- overflow: auto;
- margin-top: 0px;
- border: 1px solid transparent;
- /* border: 1px solid #C9C9C9; */
- border-left: none;
- border-right: none;
- background: none;
- }
- .surveyQuItemBody.hover .surveyQuItem{
- /* background: #FAFAFA; */
- border: 1px solid #C9C9C9;
- border-left: none;
- border-right: none;
- }
- .surveyQuItemBody .initLine{
- width: 100%;
- height: 8px;
- background: #299995;
- visibility: hidden;
- }
- .surveyQuItemBody.showLine .initLine{
- visibility: visible;
- }
- /**jquery ui sort 实现 上面是老的实现 **/
- #dwSurveyQuContentAppUl li.showLine{
- width: 100%;
- height: 8px;
- background: #299995;
- }
- /**题目功能区**/
- /** 题目左边 设置,逻辑,删除 **/
- .surveyQuItemLeftTools{
- float: left;
- width: 40px;
- text-align: center;
- margin-top: 10px;
- }
- .surveyQuItemLeftToolsUl{
- padding: 0px;
- margin: 0px auto;
- list-style: none;
- /* display: none; */
- visibility: hidden;
- }
- .surveyQuItemLeftToolsUl li{
- margin: 5px auto;
- font-size: 12px;
- color: #5D5D5D;
- padding: 0px;
- cursor: pointer;
- width: 40px;
- }
- .surveyQuItemLeftToolsUl li .dwQuIcon{
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- width: 23px;
- height: 23px;
- margin: 0px auto;
- }
- li.dwQuSet .dwQuIcon{
- background-position: -280px -153px;
- }
- li.dwQuLogic .dwQuIcon{
- background-position: -279px -178px;
- }
- li.dwQuDelete .dwQuIcon{
- background-position: -277px -205px;
- }
- li.dwQuLogic .dwQuIcon .quLogicInfo{
- position:absolute;
- text-align: right;
- font-size: 8px;
- margin-left: 20px;
- margin-top: -4px;
- font-family: "微软雅黑";
- background: #E0761A;
- border-radius: 2px;
- padding:0px;
- width:12px;
- color: white;
- text-align: center;
- }
- /**如果有逻辑题,显示的提示**/
- .quLogicData{
- position: absolute;
- background: white;
- right: 5px;
- margin-top: 5px;
- cursor: pointer;
- display: none;
- }
- .quLogicData .dwQuIcon{
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- background-position: -279px -178px;
- width: 23px;
- height: 23px;
- float: left;
- }
- .quLogicData .quLogicInfo{
- float: left;
- background: #C2BAA7;
- color: white;
- font-weight:bold;
- text-align: center;
- padding: 2px 0px;
- width: 16px;
- border-radius: 2px;
- }
- /** 题目右边上移、下移 **/
- .surveyQuItemRightTools{
- position: absolute;
- background: white;
- border: 1px solid #98C5C3;
- border-right:none;
- right: 0px;
- margin-top: 40px;
- font-size: 12px;
- line-height: 25px;
- text-align: center;
- cursor: pointer;
- color: #5D5D5D;
- display: none;
- }
- .surveyQuItemRightToolsUl{
- list-style: none;
- padding: 0px;
- margin: 0px;
- }
- .surveyQuItemRightToolsUl li{
- font-size: 12px;
- margin:0px;
- }
- .surveyQuItemRightToolsUl li .dwQuIcon{
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- width: 23px;
- height: 23px;
- }
- .surveyQuItemRightToolsUl li.questionUp .dwQuIcon{
- background-position:-471px -150px;
- }
- .surveyQuItemRightToolsUl li.questionDown .dwQuIcon{
- background-position:-437px -150px;
- }
- /** 题目内容区 **/
- .surveyQuItem .surveyQuItemContent{
- padding: 0px;
- border: none;
- min-height: 50px;
- width: 100%;
- }
- .surveyQuItemBody.hover .surveyQuItemContent{
- border-left: 1px solid #DDE1E7;
- }
- .surveyQuItemContent{
- padding: 2px 25px;
- /* padding-bottom: 20px;
- cursor: move; */
- margin-bottom: 15px;
- }
- .surveyQuItemContent .quCoTitle{
- font-size: 16px;
- color: #333333;
- font-family: "微软雅黑";
- line-height: 1.4em;
- overflow: auto;
- margin-bottom: 6px;
- }
- .quCoNum{
-
- }
- .quCoTitle .quCoNum{
- float: left;
- padding: 5px 0px ;
- }
- .quCoTitle .quCoTitleEdit{
- float: left;
- padding: 5px 3px ;
- cursor: text;
- table-layout:fixed;
- word-break: break-all;
- width: 90%;
- }
- .surveyQuItemContent .quCoItem{
- margin-top: 0px;
- margin-left: 10px;
- }
- .surveyQuItemContent .quCoItem ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
-
- font-size: 14px;
- display: inline-block;
- width: 100%;
- }
- .surveyQuItemContent .quCoItem ul li{
- margin: 8px 5px;
- font-size: 14px;
- font-family: "微软雅黑";
- color: #333333;
- line-height: 1.4em;
- /* cursor: move; */
- overflow: hidden;
- display: list-item;
- }
- .surveyQuItemContent .quCoItem ul.transverse li{
- float: left;
- }
- .quInputCase,.quItemInputCase{
- display: none;
- }
- .surveyQuItemContent .quCoItem ul li label{
- vertical-align: middle;
- cursor: text;
- display: inline-block;
- /* max-width: 600px; */
- table-layout:fixed; word-break: break-all;
- }
- /**按列的形式显示选项,使用表格**/
- .surveyQuItemContent .quCoItem table.tableQuColItem{
- padding: 0px;
- margin: 0px;
- width: 100%;
- }
- .surveyQuItemContent .quCoItem table.tableQuColItem tr td{
- vertical-align: middle;
- padding:5px 0px;
- font-size: 14px;
- font-family: "微软雅黑";
- color: #333333;
- line-height: 1.4em;
- }
- .surveyQuItemContent .quCoItem table.tableQuColItem tr td label{
- padding:3px 0px;
- vertical-align: middle;
- cursor: text;
-
- display: inline-block;
- max-width: 600px;
- table-layout:fixed; word-break: break-all;
- }
- .surveyQuItemContent .quCoBottomTools{
- visibility: hidden;
- padding-top: 3px;
- padding-bottom: 12px;
- padding-left: 10px;
- overflow: auto;
- }
- .surveyQuItemContent .quCoBottomTools ul{
- margin: 0px;
- padding: 0px;
- list-style: none;
- }
- .surveyQuItemContent .quCoBottomTools ul li{
- float: left;
- /* padding: 3px 8px; */
- padding:0px;
- margin: 0px auto;
- cursor: pointer;
- font-family: "微软雅黑";
- font-size: 12px;
- text-align: center;
- width: 40px;
- }
- .surveyQuItemContent .quCoBottomTools ul li .dwQuIcon{
- /* background: transparent url("../images/toolbar.png") 0px 0px no-repeat; */
- width: 25px;
- height: 25px;
- margin: 0px auto;
- }
- li.addOption .dwQuIcon,li.addColumnOption .dwQuIcon,li.addRowOption .dwQuIcon{
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- background-position: -620px -153px;
- }
- li.addMoreOption .dwQuIcon,li.addMoreColumnOption .dwQuIcon,li.addMoreRowOption .dwQuIcon{
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- background-position: -658px -153px;
- }
- .surveyQuItemContent .quCoBottomTools ul li:hover{
- /* background: #D6DCE4; */
- }
- /** 移入时显示左右功能按钮 **/
- .surveyQuItemBody.hover .surveyQuItemLeftToolsUl,
- .surveyQuItemBody.hover .quCoBottomTools,
- .surveyQuItemBody.hover .quCoRightTools{
- visibility: visible;
- }
- .surveyQuItemBody.hover .surveyQuItemRightTools,.surveyQuItemBody.hover .quCoRightTools{
- display: inline;
- }
- .editMenuRoot {
- position: absolute;
- width:100px;
- right: 100px;
- }
- .editMenuRoot .editMenuBtn{
- width: 30px;
- height: 32px;
- background: #E0E6E9;
- border: 1px solid #98C5C3;
- margin-left: -1px;
- float: right;
- }
- .editMenuRoot .editMenuList{
- width: 120px;
- height: 100px;
- margin-top:30px;
- }
- .editMenuRoot .editMenuList ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .editMenuRoot .editMenuList ul li{
- font: 12px;
- background: #E0E6E9;
- padding: 5px;
- border: 1px solid #98C5C3;
- }
- /** 公共编辑 **/
- #dwCommonEditRoot{
- position: absolute;
- display: none;
- z-index: 102;
- }
- #dwCommonEditRoot .dwCommonEdit{
- border: 1px solid #98C5C3;
- background: #FDF9CD;
- position: absolute;
- }
- .dwCommonEdit .dwComEditMenuUl{
- position:absolute;
- background: white;
- border: 1px solid #98C5C3;
- padding: 0px;
- margin: 0px;
- display: none;
- }
- .dwCommonEdit .dwComEditMenuUl li{
- list-style: none;
- padding: 5px;
- margin: 0px;
- font-size: 12px;
- color: #333333;
- }
- .dwCommonEdit .dwComEditMenuUl li a{
- color: #333333;
- text-decoration: none;
- font-size: 12px;
- }
- .dwCommonEdit .dwComEditOptionUl{
- position:absolute;
- background: white;
- border: 1px solid #98C5C3;
- padding: 0px;
- margin: 0px;
- display: none;
- list-style: none;
- right: 0px;
- top:-28px;
- }
- .dwCommonEdit .dwComEditOptionUl li{
- padding: 0px;
- margin: 0px;
- font-size: 12px;
- color: #333333;
- float: left;
- cursor: pointer;
- }
- .dwComEditOptionUl li .dwQuIcon{
- width: 30px;
- height: 26px;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- }
- .dwComEditOptionUl li.dwOptionUp .dwQuIcon{
- background-position:-468px -150px;
- }
- .dwComEditOptionUl li.dwOptionDown .dwQuIcon{
- background-position:-433px -150px;
- }
- .dwComEditOptionUl li.dwOptionDel .dwQuIcon{
- background-position:-494px -150px;
- }
- .dwCommonEdit .dwComEditMenuBtn{
- position: absolute;
- right: -32px;
- top:-1px;
- border: 1px solid #98C5C3;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- cursor: pointer;
- background-color: #DBE5F1;
- }
- #dwComEditContent{
- outline-style: none;
- color: #333333;
- font-family: "微软雅黑";
- line-height: 1.4em;
-
- table-layout:fixed; word-break: break-all;
- }
- /** 编辑题目标题时样式 **/
- #dwCommonEditRoot.quEdit .dwCommonEdit{
- width:600px;
- padding: 0px;
- }
- #dwCommonEditRoot.quEdit .dwComEditMenuUl{
- margin-top:32px;
- right:-32px;
- }
- #dwCommonEditRoot.quEdit .dwComEditMenuBtn{
- width: 30px;
- height: 32px;
- background-position:-392px -150px;
- }
- #dwCommonEditRoot.quEdit #dwComEditContent{
- padding: 5px;
- font-size: 16px;
- }
- #dwCommonEditRoot.quEdit .dwComEditOptionUl{
- display: none;
- }
- /**编辑题目选项是样式**/
- #dwCommonEditRoot.quOptionEdit .dwCommonEdit{
- width: 200px;
- padding:0px 0px 0px 0px;
- }
- #dwCommonEditRoot.quOptionEdit .dwComEditMenuUl{
- margin-top:23px;
- right:-25px;
- }
- #dwCommonEditRoot.quOptionEdit .dwComEditOptionUl{
-
- }
- #dwCommonEditRoot.quOptionEdit .dwComEditMenuBtn{
- width: 23px;
- height: 23px;
- right: -25px;
- background-position:-392px -183px;
- }
- #dwCommonEditRoot.quOptionEdit #dwComEditContent{
- padding: 2px 0px;
- font-size: 14px;
- }
- #dwCommonEditRoot.quOptionEdit .dwComEditOptionUl{
- display: inline;
- }
- /**input menu菜单 **/
- #dwCommonInputMenuRoot{
- position: absolute;
- display: none;
- z-index: 102;
- }
- #dwCommonInputMenuRoot .dwCommonInputMenu{
- background: #FDF9CD;
- position: absolute;
- }
- .dwCommonInputMenu .dwComEditMenuUl{
- display: none;
- }
- .dwCommonInputMenu .dwComEditMenuBtn{
- position: absolute;
- border: 1px solid #98C5C3;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- cursor: pointer;
- background-color: #DBE5F1;
- }
- .dwCommonInputMenu .dwComEditMenuBtn{
- width: 23px;
- height: 28px;
- background-position:-392px -179px;
- }
- /** 弹出窗口代码 **/
- #dwCommonDialog{
- position: absolute;
- z-index: 99;
- top: 200px;
- left: 200px;
- background: #FAFAFA;
- display: none;
- }
- #dwCommonDialog .dwCommonRefIcon{
- position: absolute;
- font-size: 30px!important;
- z-index: 99;
- width: 30px;
- border-bottom: none!important;
- left: -14px;
- top: 7px;
- }
- .dwCommonRefIcon .dwCommonRefIcon1{
- border-width: 7px;
- border-style: dashed solid dashed dashed;
- border-color: transparent #EFEFEF transparent transparent;
- z-index: 3;
- left: 1px;
- font: 0px/9999px serif;
- overflow: hidden;
- position: absolute;
- width: 0px;
- height: 0px;
- color: inherit;
- }
- .dwCommonRefIcon .dwCommonRefIcon2{
- border-width: 7px;
- border-style: dashed solid dashed dashed;
- border-color: transparent #0D75AD transparent transparent;
- font: 0px/9999px serif;
- overflow: hidden;
- position: absolute;
- z-index: 1;
- width: 0px;
- height: 0px;
- color: inherit;
- }
- #dwCommonDialog .dwCommonDialogBody{
- border: 1px solid #62A3C6;
- /* width: 500px;
- height: 300px; */
- box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
- }
- .dwCommonDialogBody .dwCommonDialogTitle{
- height: 28px;
- line-height: 28px;
- color: #808080;
- font-size: 14px;
- font-weight: bold;
- padding: 0 8px;
- background: #EFEFEF;
- }
- .dwCommonDialogBody .closeDialog{
- float:right;
- width: 28px;
- height: 28px;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- background-position:-494px -150px;
- cursor: pointer;
- }
- .modelHtml,.dialogContentModel{
- display: none;
- }
- .dwQuSetCon{
- width: 450px;
- padding: 0px 30px;
- }
- .dwQuSetCon ul{
- list-style: none;
- padding: 10px 0px;
- padding-bottom:0px;
- margin: 0px;
- }
- .dwQuSetCon ul li{
- font-size: 14px;
- color: #333333;
- font-family: "微软雅黑";
- padding: 2px 5px;
- margin: 2px;
- }
- .dwQuSetCon ul li select,.dwQuSetCon ul li input{
- padding: 5px;
- color: #333333;
- border: 1px solid #98C5C3;
- }
- .dwQuDialogBtnCon{
- padding: 0px;
- padding-bottom: 8px;
- overflow: auto;
- }
- .quDialogBtn{
- background: #4AB048;
- color: white;
- font-size: 16px;
- padding: 8px 15px;
- border: none;
- outline: none;
- cursor: pointer;
- float: right;
- }
- .quDialogBtn:hover{
- background: #0AA5A0;
- }
- /** 批量添加选项 **/
- .dwQuAddMore{
- padding: 0px 30px;
- margin: 0px;
- overflow: auto;
- }
- .dwQuAddMore textarea{
- padding: 5px;
- color: #333333;
- border: 1px solid #98C5C3;
- outline: none;
- width:430px;
- height: 150px;
- margin-bottom: 10px;
- }
- .dwQuDialogCon{
- display: none;
- }
- .dwQuAddMore .dwQuTextSpan{
- font-size:12px;
- color:#333;
- padding:5px;
- margin-top: 10px;
- }
- /**逻辑设置弹出窗口**/
- .dwQuDialogLogic{
- padding: 0px 30px;
- margin: 0px;
- overflow: auto;
- }
- .dwQuDialogLogicTitle{
- font-size: 12px;
- line-height: 1.4em;
- color: #213E5E;
- margin-top: 15px;
- }
- .dwQuDialogLogic table{
- font-size: 14px;
- color: #333;
- font-family: "微软雅黑";
- }
- .dwQuDialogLogic table tr td{
- padding: 0px 2px;
- }
- .dwQuDialogLogic select{
- width: 160px;
- height: 30px;
- border: 1px #77a5b4 solid;
- padding: 2px;
- vertical-align: middle;
- outline: none;
- }
- .dwQuDialogBotEvent{
- padding: 2px;
- }
- .dwQuDialogAddLogic{
- width: 30px;
- height: 30px;
- cursor: pointer;
- }
- .dwQuDialogAddLogic .dwQuIcon{
- width: 25px;
- height: 25px;
- margin: 0px auto;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- background-position: -620px -153px;
- }
- .dialogRemoveLogic{
- width: 23px;
- height: 23px;
- margin: 0px auto;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- background-position: -690px -152px;
- cursor: pointer;
- }
- .dwQuDialogLoad{
- width: 450px;
- padding-top:80px;
- padding-bottom:80px;
- text-align: center;
- }
- .dwQuDialogLoad img{
-
- }
- .surveyQuItemBody.hover .quFillblankItem .dwComEditMenuBtn{
- /* display: inline; */
- }
- .quCoItemUlLi.hover .quFillblankItem .dwComEditMenuBtn{
- display: inline;
- }
- /*
- .quCoItemUlLi label{
- background: url("http://y0.ifengimg.com/b038735baea2cb5e/2013/0626/d07.gif") 0px 0px no-repeat;
- background-position: -10px -14px;
- padding-left: 30px;
- padding-top: 3px;
- }
- .quCoItemUlLi input{
- display: none;
- } */
- .quFillblankItem{
- position: relative;
- }
- .quFillblankItem .dwComEditMenuBtn{
- position: absolute;
- border: 1px solid #98C5C3;
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat;
- cursor: pointer;
- background-color: #DBE5F1;
- display: none;
- width: 23px;
- height: 28px;
- background-position:-392px -179px;
- margin-left: -2px;
- }
- /**评分题**/
- .quCoItemTable{
- color: #333333;
- font-family: "微软雅黑";
- font-size: 12px;
- }
- .quCoItemTableTd{
- padding: 5px;
- }
- .scoreNumTable {
- border: 1px solid #DDE1E7;
- width: 300px;
- margin-top: 2px;
- background: url("../images/style-model/piont_lv.png");
- background-repeat: repeat;
- }
- .scoreNumTable tr td{
- text-align: center;
- font-size: 12px;
- padding: 0px;
- border: solid 1px white;
- cursor: pointer;
- }
- .quOptionEditTd .editAble{
- width: 100%;
- font-size: 14px;
- }
- /** 排序题 **/
- .quOrderByLeft{
- float: left;
- width: 300px;
- overflow: auto;
- }
- .quOrderByLeft ul li{
- margin: 0px! important;
- padding: 7px 5px;
- }
- .quOrderByLeft ul li label{
- background: white;
- padding:0px 5px;
- cursor: pointer! important;
- }
- .quOrderByLeft .quCoOptionEdit{
- width: 280px;
- border: 1px solid #CCCCCC;
- padding-left: 3px;
- }
- .quOrderByRight{
- float: left;
- overflow: auto;
- }
- .quOrderByTable{
- border-collapse: collapse;
- border-spacing: 0;
- width: 360px;
- }
- .quOrderByTable tr td{
- padding: 8px;
- border: 1px solid #dbdbdb;
- }
- .quOrderByTable tr td.quOrderyTableTd{
- background: #efefef;
- color: #666666;
- font-size: 14px;
- line-height: 1.4;
- text-align: center;
- padding: 8px;
- border: 1px solid #dbdbdb;
- border-right:none;
- width: 30px;
- }
- .quOrderTabConnect .quCoOptionEdit{
- display: none;
- }
- .quOrderItemLabel{
- background: white;
- padding: 0px 5px;
- border: 1px solid #BCBCBC;
- cursor: pointer;
- font-size: 12px;
- vertical-align: middle;
- display: inline-block;
- table-layout: fixed;
- word-break: break-all;
- font-size: 14px;
- font-family: "微软雅黑";
- color: #333333;
- line-height: 1.4em;
- /* width: 280px; */
- }
- .qu-order-highlight{
- display: none;
- }
- /**分页题*/
- .pageQuContent{
- text-align: right;
- padding: 8px 15px;
- font-family: "微软雅黑";
- line-height: 1.4em;
- color: #666666;
- font-size: 14px;
- /* border-top: 2px solid #BCBCBC; */
- }
- .pageBorderTop{
- margin:0px 10px;
- border-top: 3px solid transparent;
- }
- .pageBorderTop.nohover{
- border-top: 3px solid #D6DCE4;
- }
- /**多项填空题**/
- .mFillblankTable{
-
- }
- .mFillblankTable tr td{
- padding: 5px 8px;
- vertical-align: middle;
- font-size: 14px;
- font-family: "微软雅黑";
- color: #333333;
- line-height: 1.4em;
- }
- .mFillblankTable tr td .editAble{
- width: 100%;
- }
- .mFillblankTable .mFillblankTableEditTd{
- }
- /**jquery ui dialog**/
- .ui-icon-closethick {
- background: transparent url("../images/toolbar.png") 0px 0px no-repeat! important;
- background-position: -502px -155px! important;
- }
- #editDialogCenter{
- width: 678px;
- border-bottom: 1px solid #c8c9cc;
- overflow: hidden;
- margin: auto;
- padding-top: 3px;
- background-color: #fff;
- text-align: left;
- }
- #dialogUeBottom{
- padding: 5px 10px;
- }
- /**矩陈题**/
- .quCoItemLeftChenTableDiv{
- overflow: auto;
- padding-top: 6px;
- }
- table.quCoChenTable{
- padding: 0px;
- margin: 0px;
- width:90%;
- border: 1px solid #dddddd;
- border-collapse: separate;
- border-left: 0;
- border-spacing: 0;
- }
- table.quCoChenTable tr td{
- vertical-align: middle;
- padding:3px 0px;
- font-size: 14px;
- font-family: "微软雅黑";
- color: #333333;
- line-height: 1.4em;
- text-align: center;
- border-left: 1px solid #DDDDDD;
- border-top: 1px solid #DDDDDD;
- }
- table.quCoChenTable tr td label{
- padding:3px 0px;
- vertical-align: middle;
- cursor: text;
- display: inline-block;
- max-width: 600px;
- table-layout:fixed; word-break: break-all;
- width: 100%;
- }
- .surveyQuItemContent .quCoRightTools{
- visibility: hidden;
- overflow: auto;
- float: right;
- padding: 0px;
- }
- .surveyQuItemContent .quCoRightTools ul{
- margin: 0px;
- padding: 0px;
- list-style: none;
- margin-top: 12px;
- }
- .surveyQuItemContent .quCoRightTools ul li{
- /* padding: 3px 8px; */
- padding:0px;
- margin: 8px auto;
- cursor: pointer;
- font-family: "微软雅黑";
- font-size: 12px;
- text-align: center;
- }
- .surveyQuItemContent .quCoRightTools ul li .dwQuIcon{
- /* background: transparent url("../images/toolbar.png") 0px 0px no-repeat; */
- width: 25px;
- height: 25px;
- margin: 0px auto;
- }
- .surveyQuItemContent .quCoRightTools ul li.addMoreOption{
- margin-left: 2px;
- }
- .dwTextStyleSet {
- float: left;
- margin-left: 20px;
- }
- .dwTextStyleSetItem {
- display: none;
- float: left;
- margin-top: 5px;
- position: relative;
- }
- .dwStyleSetComm{
- display: inline-block;
- float: left;
- }
- .dwStyleSetComm a{
- display: inline-block;
- float: left;
- margin: 0 6px 5px 0;
- border: 1px solid #a6a6a6;
- border-bottom-color: #979797;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
- -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
- box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
- background: #e4e4e4;
- background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
- background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
- background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
- background-image: -o-linear-gradient(top,#fff,#e4e4e4);
- background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
- background-image: linear-gradient(top,#fff,#e4e4e4);
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
- }
- .dwStyleFontFamilyText{
- max-width: 60px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 26px;
- padding-left: 10px;
- text-overflow: ellipsis;
- overflow: hidden;
- float: left;
- cursor: default;
- color: #474747;
- text-shadow: 0 1px 0 rgba(255,255,255,.5);
- width: 60px;
- background-position: 0px 0px;
- background-attachment: fixed;
- }
- .dwStyleFontSizeText{
- line-height: 26px;
- padding-left: 10px;
- text-overflow: ellipsis;
- overflow: hidden;
- float: left;
- cursor: default;
- color: #474747;
- text-shadow: 0 1px 0 rgba(255,255,255,.5);
- width: 30px;
- margin-bottom: -1px;
- margin-top: 1px;
- }
- .dwStyleSelectOpen{
- cursor: default;
- display: inline-block;
- font-size: 0;
- height: 19px;
- line-height: 17px;
- margin: 1px 7px 1px;
- width: 5px;
- }
- .dwStyleSelectOpenIcon{
- margin: 11px 0 0;
- float: left;
- height: 0;
- width: 0;
- font-size: 0;
- border-left: 3px solid transparent;
- border-right: 3px solid transparent;
- border-top: 3px solid #8D5858;
- }
- .dwStyleSetCommGroup{
- float: left;
- margin: 0 6px 5px 0;
- border: 1px solid #a6a6a6;
- border-bottom-color: #979797;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
- -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
- box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
- background: #e4e4e4;
- background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
- background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
- background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
- background-image: -o-linear-gradient(top,#fff,#e4e4e4);
- background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
- background-image: linear-gradient(top,#fff,#e4e4e4);
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
- }
- .dwStyleSetCommGroupButton{
- display: inline-block;
- height: 18px;
- padding: 4px 6px;
- outline: 0;
- cursor: default;
- float: left;
- border: 0;
- }
- .dwStyelSetButton_icon {
- cursor: inherit;
- margin-top: 1px;
- width: 16px;
- height: 16px;
- float: left;
- display: inline-block;
- background: url('../images/icons16.png');
- }
- .dwButtonTextColor{
- background-position: 0 -256px;
- margin-right: .5em;
- vertical-align: middle;
- }
- .dwButtonBold{
- background-position: 0 -128px;
- }
- .dwButtonItalic{
- background-position: -33px -128px;
- }
- .dwButtonUnderline{
- background-position: -63px -128px;
- }
- .dwStyleSetCommGroup a:hover,.dwStyleSetComm a:hover{
- background: #E9E9E9;
- }
- .dwButtonTextColorLine {
- position: absolute;
- height: 2px;
- width: 17px;
- top: 20px;
- background: #000;
- }
- .dwStyleTextColorOpenIcon{
- display: inline-block;
- margin: 8px 0 0 1px;
- width: 0;
- height: 0;
- cursor: default;
- vertical-align: top;
- border-left: 3px solid transparent;
- border-right: 3px solid transparent;
- border-top: 3px solid #474747;
- }
|