default.css 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737
  1. @CHARSET "UTF-8";
  2. .ellipsis{
  3. overflow:hidden;
  4. white-space:nowrap;
  5. text-overflow:ellipsis;
  6. -o-text-overflow:ellipsis;
  7. -icab-text-overflow:ellipsis;
  8. -khtml-text-overflow:ellipsis;
  9. -moz-text-overflow:ellipsis;
  10. -webkit-text-overflow:ellipsis;
  11. }
  12. .clickable{cursor:pointer;}
  13. ::-webkit-scrollbar{
  14. height:8px;
  15. width:8px;
  16. background:rgba(222, 222, 222, 0.5);
  17. background:#67ACC2;
  18. border-radius:5px;
  19. }
  20. ::-webkit-scrollbar-button{display:none;}
  21. ::-webkit-scrollbar-track{
  22. background-color:#ffffff;
  23. }
  24. ::-webkit-scrollbar-track-piece{
  25. background:#ffffff;
  26. }
  27. ::-webkit-scrollbar-thumb{
  28. width:8px;
  29. min-height:15px;
  30. background:rgba(0, 0, 0, 0.3);
  31. background:#67ACC2;;
  32. border-radius:5px;
  33. }
  34. ::-webkit-scrollbar-thumb:hover{
  35. background:rgba(0, 0, 0, 0.6);
  36. background: #0081CC;
  37. }
  38. ::-webkit-scrollbar-thumb:active{
  39. background:rgba(0, 0, 0, 0.8);
  40. background: #67ACC2;
  41. }
  42. .btn04,a.btn04,.btn004,a.btn004{
  43. padding: 4px 9px;
  44. }
  45. .btn04.focus{
  46. color: #6CC395;
  47. }
  48. .btn04,a.btn04{
  49. background-color: #F6F6F6;
  50. background-image: linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
  51. background-image: -o-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
  52. background-image: -moz-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
  53. background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
  54. background-image: -ms-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
  55. background-image: -webkit-gradient(
  56. linear,
  57. left bottom,
  58. left top,
  59. color-stop(0, #EFEFEF),
  60. color-stop(1, #F7F7F7)
  61. );
  62. background-position: center top;
  63. background-repeat: no-repeat;
  64. -webkit-border-radius: 3px;
  65. -moz-border-radius: 3px;
  66. border-radius: 3px;
  67. border: 1px solid #E6E6E6;
  68. /* font: bold 12px Arial, Helvetica, sans-serif; */
  69. font-size:12px;
  70. text-align: center;
  71. /*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
  72. cursor: pointer;
  73. color: #5E5E5E;
  74. }
  75. .btn04:HOVER{
  76. color: white;
  77. }
  78. .btn04.nofocus{
  79. border: 1px solid #F6F6F6;
  80. }
  81. a.btn004,.btn004,a.btn005,.btn005{
  82. outline-style: none;
  83. background-color: #D0D7E0;
  84. background-image: linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
  85. background-image: -o-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
  86. background-image: -moz-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
  87. background-image: -webkit-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
  88. background-image: -ms-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
  89. background-image: -webkit-gradient(
  90. linear,
  91. left bottom,
  92. left top,
  93. color-stop(0, #D0D7E0),
  94. color-stop(1, #F8F7F7)
  95. );
  96. background-position: center top;
  97. background-repeat: no-repeat;
  98. -webkit-border-radius: 3px;
  99. -moz-border-radius: 3px;
  100. border-radius: 3px;
  101. border: 1px solid #D0D7E0;
  102. color: #FFF;
  103. text-align: center;
  104. /*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
  105. cursor: pointer;
  106. color: #5E5E5E;
  107. }
  108. a.btn004:hover,.btn004:HOVER,a.btn005:hover,.btn005:hover,.btn005.hover{
  109. background-color: #F0F0F0;
  110. background-image: linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
  111. background-image: -o-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
  112. background-image: -moz-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
  113. background-image: -webkit-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
  114. background-image: -ms-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
  115. background-image: -webkit-gradient(
  116. linear,
  117. left bottom,
  118. left top,
  119. color-stop(0, #F0F0F0),
  120. color-stop(1, #FFFFFF)
  121. );
  122. }
  123. .btn001,.btn002,.btn003 {
  124. background-color: #4697BE;
  125. background-image: linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
  126. background-image: -o-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
  127. background-image: -moz-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
  128. background-image: -webkit-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
  129. background-image: -ms-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
  130. background-image: -webkit-gradient(
  131. linear,
  132. left bottom,
  133. left top,
  134. color-stop(0, #4697BE),
  135. color-stop(1, #1797D4)
  136. );
  137. background-position: center top;
  138. background-repeat: no-repeat;
  139. -webkit-border-radius: 3px;
  140. -moz-border-radius: 3px;
  141. border-radius: 3px;
  142. border: 1px solid #4697BE;
  143. color: #FFF! important;
  144. text-align: center;
  145. cursor: pointer;
  146. outline-style: none;
  147. text-shadow: 1px 1px 1px #AEA6B9;
  148. }
  149. .btn001:hover ,.btn002:hover,.btn003:hover,.btn04:hover{
  150. background-color: #31B4E5;
  151. background-image: linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
  152. background-image: -o-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
  153. background-image: -moz-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
  154. background-image: -webkit-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
  155. background-image: -ms-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
  156. background-image: -webkit-gradient(
  157. linear,
  158. left bottom,
  159. left top,
  160. color-stop(0, #4B97BD),
  161. color-stop(1, #61BCD7)
  162. );
  163. background-position: center bottom;
  164. /* text-decoration: none! important; */
  165. text-decoration: underline;
  166. border: 1px solid #4697BE;
  167. /* -webkit-box-shadow: 0 0 8px #79B5BD;
  168. box-shadow: 0 0 8px #79B5BD; */
  169. /* background: #0081CC; */
  170. }
  171. .btn001.disabled,.btn002.disabled,.btn003.disabled {
  172. background-color: #D0D0D0;
  173. color: #808080;
  174. }
  175. .btn002,.btn003,.btn005{
  176. padding:5px;
  177. text-decoration: none;
  178. }
  179. .btn001,.btn005{
  180. padding: 5px 10px;
  181. /* margin: 0px 3px; */
  182. text-decoration: none! important;
  183. }
  184. .btn002 {
  185. padding: 3px 5px;
  186. text-decoration: none;
  187. font-weight: normal! important;
  188. }
  189. .btn003 {
  190. padding: 5px 8px;
  191. font-size: 12px! important;
  192. }
  193. .btnGreen {
  194. display: inline-block;
  195. text-align: center;
  196. overflow: visible;
  197. padding: 8px 20px;
  198. cursor: pointer;
  199. display: inline-block;
  200. border-radius: 3px;
  201. -moz-border-radius: 3px;
  202. -webkit-border-radius: 3px;
  203. color: #fff;
  204. border: 1px solid #3d810c;
  205. background-color: #5aaa4b;
  206. background-image: -moz-linear-gradient(top,#60b452 0,#56a447 100%);
  207. background-image: -webkit-gradient(linear,0 0,0 100%,from(#60b452),to(#56a447));
  208. background-image: -webkit-linear-gradient(top,#60b452 0,#56a447 100%);
  209. background-image: -o-linear-gradient(top,#60b452 0,#56a447 100%);
  210. background-image: linear-gradient(to bottom,#60b452 0,#56a447 100%);
  211. }
  212. .btnGreen:hover {
  213. background-color: #53a046;
  214. background-image: -moz-linear-gradient(top,#5aab4d 0,#4f9841 100%);
  215. background-image: -webkit-gradient(linear,0 0,0 100%,from(#5aab4d),to(#4f9841));
  216. background-image: -webkit-linear-gradient(top,#5aab4d 0,#4f9841 100%);
  217. background-image: -o-linear-gradient(top,#5aab4d 0,#4f9841 100%);
  218. background-image: linear-gradient(to bottom,#5aab4d 0,#4f9841 100%);
  219. color: #fff;
  220. color: #fff;
  221. box-shadow: 0 1px 1px #aaa;
  222. -moz-box-shadow: 0 1px 1px #aaa;
  223. -webkit-box-shadow: 0 1px 1px #aaa;
  224. }
  225. .wrapper {
  226. /* width: 940px; */
  227. width:1000px;
  228. padding: 0 10px;
  229. margin: 0 auto;
  230. /* background: url(../images/body.png) top center no-repeat; */
  231. }
  232. #m-content{
  233. padding-bottom: 10px;
  234. width: 100%;
  235. margin-top: 8px;
  236. }
  237. .m-content-left{
  238. float:left;
  239. width: 160px;
  240. height: 300px;
  241. webkit-border-radius: 5px;
  242. -moz-border-radius: 5px;
  243. border-radius: 5px;
  244. border: 1px solid #FEFEFE;
  245. }
  246. .content-title{
  247. background-color: #E6E6E6;
  248. background-image: linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
  249. background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
  250. background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
  251. background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
  252. background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
  253. background-image: -webkit-gradient(
  254. linear,
  255. left bottom,
  256. left top,
  257. color-stop(0, #E6E6E6),
  258. color-stop(1, #FEFEFE)
  259. );
  260. background-position: center top;
  261. background-repeat: no-repeat;
  262. -webkit-border-radius: 5px;
  263. -moz-border-radius: 5px;
  264. border-radius: 5px;
  265. border-top: 1px solid #FEFEFE;
  266. font-size: 14px;
  267. text-align: center;
  268. /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */
  269. text-decoration: none;
  270. padding: 8px 0px;
  271. width: 100%;
  272. font-weight: bold;
  273. color: #666666;
  274. letter-spacing: 2px;
  275. }
  276. .m-content-left ul{
  277. list-style: none;
  278. margin: 15px auto;
  279. padding:0px;
  280. width: 120px;
  281. }
  282. .m-content-left ul li{
  283. border-bottom: 1px dashed gray;
  284. padding-bottom:2px;
  285. padding-top:5px;
  286. padding-left: 2px;
  287. }
  288. .m-content-left ul li a{
  289. text-decoration: none;
  290. font-size:14px;
  291. letter-spacing: 2px;
  292. color: #67ACC2;
  293. }
  294. .m-content-left ul li a:HOVER {
  295. color: red;
  296. }
  297. .m-content-right{
  298. float:right;
  299. /* margin-top:2px;
  300. border-top: 3px solid #999999; */
  301. /* width: 750px; */
  302. width:100%;
  303. min-height: 415px;
  304. }
  305. .content-right-title{
  306. border-bottom: 3px solid #67ACC2;
  307. padding: 5px 8px;
  308. }
  309. .content-right-title a{
  310. color: #888888;
  311. text-decoration: none;
  312. }
  313. .content-right-title a:HOVER ,.catalog_path li a:HOVER {
  314. text-decoration: underline;
  315. }
  316. .m-content-right-body{
  317. /* padding: 5px; */
  318. }
  319. .content-list{
  320. /* background-color: white; */
  321. background-color: #F8F8F8;
  322. border: 1px solid #CACACA;
  323. -webkit-border-radius: 5px;
  324. -moz-border-radius: 5px;
  325. border-radius: 5px;
  326. padding: 5px;
  327. padding-bottom: 15px;
  328. }
  329. #content-tableList {
  330. border-top: 2px solid #C4C3C3;
  331. }
  332. #content-tableList tr th{
  333. height: 38px;
  334. border-bottom: 1px solid #C4C3C3;
  335. padding: 0px 5px;
  336. color: #666666;
  337. }
  338. #content-tableList tr td{
  339. border-bottom: 1px solid #C4C3C3;
  340. height:35px;
  341. line-height: 25px;
  342. padding: 0px 5px;
  343. }
  344. .curtd{
  345. background-color:#FBFBFB;
  346. }
  347. .hoverShow{
  348. display: none;
  349. }
  350. .qu_catalog_span,.qu_bank_span{
  351. background: url('../images/qu/sprite_list_icon.gif') 9999px 9999px no-repeat;
  352. cursor: pointer;
  353. width: 26px;
  354. height: 23px;
  355. padding: 0px;
  356. display: inline-block;
  357. zoom: 1;
  358. vertical-align: middle;
  359. margin-right: 5px;
  360. }
  361. .qu_catalog_span{
  362. background-position: 0px 0px;
  363. }
  364. .qu_bank_span{
  365. background-position: -38px -23px;
  366. }
  367. #content-tableList tr td a{
  368. vertical-align: middle;
  369. }
  370. .rightbody-tools{
  371. padding: 10px 15px;
  372. }
  373. .rightbody-tools a:HOVER{
  374. text-decoration: none;
  375. }
  376. /***new Iframe */
  377. .dailogFrame{
  378. font-size: 12px;
  379. color: #475251;
  380. }
  381. .fromTable tr td{
  382. height: 30px;
  383. }
  384. input[type='checkbox'],input[type='radio']{
  385. _vertical-align:-1px;
  386. vertical-align:-2px;
  387. margin-right: 5px;
  388. }
  389. input[type='text'],input[type='password']{
  390. outline-style: none;
  391. padding: 5px;
  392. /*
  393. border:1px solid gray;
  394. background-color:#E8F2FE;
  395. border-bottom: 2px solid gray;
  396. */
  397. /* -webkit-border-radius: 3px;
  398. -moz-border-radius: 3px;
  399. border-radius: 3px; */
  400. }
  401. .dailogFrameTitle{
  402. font-size: 14px;
  403. color: #3E8B9B;
  404. font-weight: bold;
  405. }
  406. .catalog_path{
  407. list-style: none;
  408. padding: 0px;
  409. margin: 0px;
  410. }
  411. .catalog_path li{
  412. float: left;
  413. font-size: 12px;
  414. margin: 5px 0px 5px 5px;
  415. padding:0px;
  416. height: 20px;
  417. line-height: 20px;
  418. }
  419. .catalog_path li a{
  420. text-decoration: none;
  421. color: #5F5880;
  422. }
  423. .catalogsplit_span{
  424. font: 12px/1.5 tahoma,arial,宋体b8b\4f53;
  425. color: #9EBDD9;
  426. white-space: nowrap;
  427. margin: 0px;
  428. padding-right: 5px;
  429. }
  430. .qu_option_ul{
  431. padding: 0px;
  432. margin: 0px;
  433. list-style: none;
  434. }
  435. .qu_option_ul li{
  436. padding: 2px;
  437. margin: 3px 0px;
  438. }
  439. .quTitle_ul{
  440. padding: 0px;
  441. margin: 0px;
  442. padding-left:18px;
  443. list-style: none;
  444. }
  445. .quTitle_ul li{
  446. padding: 0px;
  447. margin: 0px;
  448. }
  449. .quTitle_span{
  450. color:#00ADD6;
  451. font-size: 14px;
  452. }
  453. .up{
  454. width: 15px;
  455. height: 15px;
  456. display: inline-block;
  457. background: url(../images/qu/up.gif) no-repeat center;
  458. cursor: pointer;
  459. padding: 0px;
  460. vertical-align: middle;
  461. }
  462. .down {
  463. width: 15px;
  464. height: 15px;
  465. display: inline-block;
  466. background: url(../images/qu/down.gif) no-repeat center;
  467. cursor: pointer;
  468. padding: 0px;
  469. vertical-align: middle;
  470. }
  471. .up:HOVER,.down:HOVER{
  472. background-color: #A1A3A4;
  473. }
  474. .red-color{
  475. color: red! important;
  476. }
  477. select{
  478. height: 25px;
  479. }
  480. .tr-border-bottom td{
  481. border-bottom:1px solid #D9D7D7;
  482. }
  483. .notification {
  484. position: absolute;
  485. display: inline-block;
  486. font-size: 2em;
  487. padding: .5em;
  488. box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
  489. background:#F2F1F1;
  490. color: #FF7800;
  491. }
  492. .color-A2272B{
  493. color: #A2272B! important;
  494. }
  495. .dialog-search{
  496. padding: 8px 10px 5px 10px;
  497. }
  498. .dialog-search span{
  499. font-size: 14px;
  500. }
  501. .dialog-list-root{
  502. margin:10px;
  503. padding:5px;
  504. -webkit-box-shadow: 0 0 15px #aaa;
  505. box-shadow: 0 0 15px #aaa;
  506. background-position: center top;
  507. background-repeat: no-repeat;
  508. -webkit-border-radius: 5px;
  509. -moz-border-radius: 5px;
  510. border-radius: 5px;
  511. }
  512. .dialog-list-root .content-list{
  513. border: none;
  514. padding-bottom: 0px;
  515. }
  516. .qulibTools{
  517. padding: 10px 10px 5px 10px;
  518. }
  519. .noneBorder td{
  520. border: none! important;
  521. }
  522. .tableStyle1{
  523. /* border: 1px solid #C4C3C3; */
  524. }
  525. .tableStyle2 tr td{
  526. height: 30px! important;
  527. }
  528. .trtdStyle1 td{
  529. background-color: #F68181;
  530. height: 20px! important;
  531. color: white;
  532. }
  533. .trtdStyle2 td{
  534. height: 20px! important;
  535. }
  536. .trtdStyle2:HOVER td{
  537. background-color: #DDCDAC;
  538. }
  539. .tdStyle1{
  540. }
  541. .clickBackColok{
  542. background: #E4E4E4;
  543. }
  544. .clickBackColok td{
  545. border-top: 1px solid #C4C3C3! important;
  546. }
  547. .statsQuEnOption{
  548. margin: 0px;
  549. padding: 0px! important;
  550. /* border-bottom: 1px solid #C4C3C3; */
  551. border-bottom: none! important;
  552. line-height: 18px! important;
  553. padding-left: 15px! important;
  554. }
  555. .statsQuEnOption p{
  556. margin: 0px;
  557. padding: 0px;
  558. }
  559. .statsQuEnOption strong{
  560. margin: 0px;
  561. padding: 0px;
  562. }
  563. .progressbarDiv{
  564. height: 15px! important;
  565. box-shadow:none! important;
  566. border: 1px solid #1B86E2;/*FB6400*/
  567. }
  568. .progressbarDiv .ui-widget-header{
  569. background: #65CBE9! important;
  570. border-bottom:1px solid #65CBE9;
  571. }
  572. .trBorderStyle1 > td{
  573. /* border-bottom: 2px solid #F68181! important; */
  574. }
  575. .tableStyle3{
  576. border: 1px solid white;
  577. }
  578. .tableStyle3 tr td{
  579. padding:0px 3px;
  580. height: 20px;
  581. border-right: 1px solid white;
  582. text-align: center;
  583. }
  584. .dataCrossTd{
  585. border-left: 1px solid white;
  586. background-color: #E9E6E6;
  587. }
  588. /**ADMIN**/
  589. .m-content-body{
  590. /* border: 1px solid #D3D3D3;
  591. height: 600px;
  592. -webkit-border-radius:5px ;
  593. -moz-border-radius:5px 5px ;
  594. border-radius:5px 5px;
  595. margin-top: 10px;
  596. padding: 0px 10px;
  597. */
  598. }
  599. .m-content-left-admin{
  600. float:left;
  601. width: 155px;
  602. height: 500px;
  603. /* border-right: 1px solid #D3D3D3; */
  604. display: block;
  605. margin-top: 20px;
  606. padding-right: 10px;
  607. }
  608. .m-content-left-admin ul{
  609. list-style: none;
  610. margin: 0px;
  611. padding:0px;
  612. width: 100%;
  613. }
  614. .m-content-left-admin ul li{
  615. padding-top:0px;
  616. padding-left: 0px;
  617. width: 100%;
  618. margin: 0px;
  619. margin-bottom: 1px;
  620. }
  621. .m-content-left-admin ul li a{
  622. display:block;
  623. text-decoration: none;
  624. font-size:14px;
  625. letter-spacing: 2px;
  626. width:100%;
  627. padding: 3px 0px;
  628. text-indent: 20px;
  629. color: #3D8E7D;
  630. }
  631. .m-content-left-admin ul li a.currentAGroup{
  632. background: #6EB362;
  633. background:#61BCD7;
  634. color: #FFFFFF;
  635. }
  636. .m-content-left-admin ul li a:HOVER {
  637. color: #FFFFFF;
  638. background: #83B767;
  639. background: #65CAE7;
  640. }
  641. .content-right-title-admin{
  642. /* border:1px solid #D3D3D3; */
  643. border-bottom:none;
  644. border-bottom: 3px solid #999999;
  645. padding: 8px 8px;
  646. /* background: #D4D4D4; */
  647. /* background:#F0F0F0; */
  648. /* margin-top: 20px; */
  649. -webkit-border-radius: 5px 5px 0px 0px;
  650. -moz-border-radius:5px 5px 0px 0px ;
  651. border-radius: 5px 5px 0px 0px;
  652. }
  653. .content-right-title-admin a{
  654. color: #888888;
  655. text-decoration: none;
  656. }
  657. .content-right-title-admin a:HOVER {
  658. text-decoration: underline;
  659. }
  660. .contentlistPage{
  661. padding-top:15px;
  662. padding-right:30px;
  663. padding-bottom:15px;
  664. text-align: right;
  665. }
  666. .admin-ul01{
  667. margin: 0px;
  668. padding: 0;
  669. list-style: none;
  670. width: 465px;
  671. }
  672. .admin-ul01 li{
  673. float: left;
  674. padding: 5px;
  675. }
  676. /**ADMIN END**/
  677. .trModel a:HOVER{
  678. text-decoration: none;
  679. }
  680. .m-content-menu{
  681. background: #FBFAFA;
  682. }
  683. .m-content-menu ul{
  684. list-style: none;
  685. padding: 0px;
  686. margin: 0px;
  687. }
  688. .m-content-menu ul li{
  689. padding: 0px;
  690. margin:0px;
  691. margin-right: 1px;
  692. float: left;
  693. }
  694. .m-content-menu ul li a{
  695. padding: 5px 10px;
  696. color: #333333;
  697. display: block;
  698. }
  699. .m-content-menu ul li a:HOVER,.m-content-menu ul li a.currentAGroup {
  700. background: #65C9E6;
  701. background: #E4393C;
  702. background: #FD780D;
  703. background: #61BCD7;
  704. background: #DDD8D4;
  705. color: #61BCD7;
  706. }
  707. .qtTableForm{
  708. border: 1px solid #CACACA;
  709. -webkit-border-radius: 5px ;
  710. -moz-border-radius:5px;
  711. border-radius: 5px ;
  712. padding: 15px 20px;
  713. background: #F8F8F8;
  714. }
  715. #loginContent{
  716. margin: 0px auto;
  717. background: #ffffff;
  718. margin-top: 15px;
  719. margin-bottom:10px;
  720. -webkit-border-radius: 1px ;
  721. -moz-border-radius:1px;
  722. border-radius: 1px ;
  723. border: 1px solid #e1e1e1;
  724. border-bottom: 1px solid #CCCCCC;
  725. min-height: 430px;
  726. margin-top: 40px;
  727. }
  728. .welcomeSpan{
  729. font-size: 22px;
  730. font-weight: bold;
  731. line-height: 60px;
  732. padding-left: 15px;
  733. color: #333333;
  734. }
  735. .loginContentBody{
  736. padding: 30px 0px;
  737. /* border-bottom: 1px solid #CCCCCC; */
  738. }
  739. .loginContentLeft{
  740. float: left;
  741. padding:0px 50px;
  742. border-right: 1px solid #CCCCCC;
  743. }
  744. .loginContentRight{
  745. float: left;
  746. }
  747. .loginContentTool{
  748. padding: 10px;
  749. text-align: center;
  750. }
  751. .loginSucInfo{
  752. line-height: 35px;
  753. }
  754. .hoverMoreDiv{
  755. display: none;
  756. position: absolute;
  757. padding:0px;
  758. margin-left: 0px;
  759. /* border-bottom: 1px solid #ccc; */
  760. border: 1px solid #CFCFCF;
  761. box-shadow: 0 2px 3px #CFCFCF;
  762. -webkit-border-radius: 3px ;
  763. -moz-border-radius:3px;
  764. border-radius: 3px ;
  765. background: #FFFFFF;
  766. }
  767. .hoverMoreDiv ul{
  768. padding: 0px;
  769. margin: 0px;
  770. list-style: none;
  771. }
  772. .hoverMoreDiv ul li{
  773. text-align: center;
  774. margin: 0px! important;
  775. padding: 0px! important;
  776. width: 110px! important;
  777. margin-left: 0px! important;
  778. border: none! important;
  779. }
  780. .hoverMoreDiv ul li a{
  781. border-top: 1px solid #ccc;
  782. font: 12px "宋体";
  783. padding:6px 30px;
  784. text-decoration: none;
  785. display:block;
  786. background: white;
  787. }
  788. .hoverMoreDiv ul li a:hover{
  789. background: #E8F2FE;
  790. text-decoration: none;
  791. }
  792. .loginContentTitle{
  793. padding: 12px 15px;
  794. background: #0081CC;
  795. background: #67ACC2;
  796. background:#4091B7;
  797. background: #24292C;
  798. color: white;
  799. font-size: 14px;
  800. }
  801. .formErrorInfo{
  802. color: #C40000;
  803. }
  804. a.hoverLineA:HOVER{
  805. text-decoration: underline;
  806. }
  807. .surGroupItem{
  808. /* margin-top: 5px; */
  809. }
  810. .surGroupItem ul{
  811. float: left;
  812. list-style: none;
  813. padding: 0px;
  814. margin: 0px;
  815. width: 410px;
  816. }
  817. .surGroupItem ul li{
  818. float: left;
  819. margin: 5px 0px;
  820. margin-right:35px;
  821. width: 170px;
  822. }
  823. .surGroupItem input{
  824. margin-top: 5px;
  825. }
  826. /** register**/
  827. .frmItem{
  828. padding:8px 5px;
  829. }
  830. .frm_label{
  831. text-align: left;
  832. width: 80px;
  833. cursor: default;
  834. float: left;
  835. margin-top: 8px;
  836. font-size: 16px;
  837. color: #222;
  838. }
  839. .frm_controls{
  840. overflow: hidden;
  841. font-size: 14px;
  842. }
  843. .frm-controlM{
  844. width: 306px;
  845. max-width: 336px;
  846. border: 1px solid #b3b3b3;
  847. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  848. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  849. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  850. vertical-align: middle;
  851. color: #666;
  852. border-radius: 4px;
  853. -webkit-border-radius: 4px;
  854. -moz-border-radius: 4px;
  855. padding: 9px! important;
  856. outline: 0;
  857. }
  858. .frm_desc {
  859. display: block;
  860. color: #929292;
  861. font-size: 14px;
  862. }
  863. .auth-code {
  864. display: block;
  865. padding-top: 5px;
  866. }
  867. .auth-code img, .auth-code a{
  868. vertical-align: middle;
  869. }
  870. .auth-code a{
  871. margin-left: 16px;
  872. }
  873. .frm-tip {
  874. margin-left: 50px;
  875. }
  876. .frm-tip p{
  877. font-size: 16px;
  878. }
  879. .frm-tip i {
  880. font-size: 15px;
  881. margin-right: 7px;
  882. color: #bebebe;
  883. font-weight: 400;
  884. font-style: normal;
  885. }
  886. .frm-tip a {
  887. margin-left: 10px;
  888. font-size: 16px;
  889. }
  890. .loginContent0{
  891. margin-top:25px;
  892. width:100%;
  893. height:550px;
  894. /* background: url("../images/11121560115183779.jpg"); */
  895. /* background-color: rgb(255, 255, 255); */
  896. background-color: #EDEBEB;
  897. background:none;
  898. background-position: 50% -200px;
  899. background-repeat: no-repeat no-repeat;
  900. }
  901. /** new login**/
  902. .g-bd {
  903. position: relative;
  904. margin: 0px auto;
  905. margin-bottom: 60px;
  906. text-align: left;
  907. color: #333;
  908. padding-top: 30px;
  909. }
  910. .m-content {
  911. /* position: absolute;
  912. top: 35px;
  913. left:30px;
  914. left:60px; */
  915. border: 1px solid #dcdcdc;
  916. width: 400px;
  917. height: 465px;
  918. margin: 0px auto;
  919. }
  920. .m-content-other{
  921. position: absolute;
  922. width: 650px;
  923. width: 1000px;
  924. height: 470px;
  925. top: 30px;
  926. right: 0px;
  927. /* border: 1px solid #dcdcdc; */
  928. opacity: 0.85;
  929. filter: alpha(opacity='85');
  930. background: #fff;
  931. background: none;
  932. }
  933. .m-content .alp {
  934. opacity: 0.85;
  935. filter: alpha(opacity='85');
  936. background: #fff;
  937. width: 100%;
  938. height: 100%;
  939. }
  940. .m-content-other img{
  941. opacity: 0.5;
  942. filter: alpha(opacity='50');
  943. }
  944. .m-content .login-form {
  945. font-family: "Microsoft Yahei",simsun;
  946. /* position: absolute; */
  947. width: 258px;
  948. top: 25px;
  949. left: 40px;
  950. margin-left: 40px;
  951. padding-top: 15px;
  952. }
  953. .m-content .login-form .title {
  954. margin-bottom: 8px;
  955. margin-top: 8px;
  956. color: #777;
  957. font-size: 20px;
  958. font-weight: normal;
  959. }
  960. .m-content .login-form .txz {
  961. border-bottom: 1px solid #d9d9d9;
  962. margin-bottom: 15px;
  963. }
  964. .m-content .login-form .u, .m-content .login-form .p {
  965. position: relative;
  966. }
  967. .m-content .login-form .u {
  968. z-index: 99;
  969. }
  970. .m-content .login-form .input {
  971. padding: 0px;
  972. margin: 0px;
  973. padding-left: 20px;
  974. font-size: 14px;
  975. color: #666;
  976. width: 238px;
  977. height: 40px;
  978. border: 1px solid #cccccc;
  979. border-radius: 2px;
  980. -moz-border-radius: 2px;
  981. -webkit-border-radius: 2px;
  982. outline-style: none;
  983. }
  984. .m-content .login-form span.tip-name {
  985. height: 40px;
  986. line-height: 40px;
  987. text-align: left;
  988. width: 100%;
  989. display: block;
  990. font-size: 14px;
  991. color: #a6a6a6;
  992. position: absolute;
  993. top: 0px;
  994. left: 0px;
  995. text-indent: 20px;
  996. }
  997. .m-content .login-form .p {
  998. margin: 20px 0 10px 0px;
  999. }
  1000. .m-content .login-form .p {
  1001. z-index: 98;
  1002. }
  1003. .m-content .sp {
  1004. color: #ccc;
  1005. }
  1006. .m-content .btn {
  1007. margin: 15px 0 10px 0;
  1008. display: block;
  1009. text-decoration: none;
  1010. background: url(../images/login.png) 0 -99px;
  1011. border: 0px;
  1012. width: 100%;
  1013. height: 34px;
  1014. }
  1015. .m-content .errorMsg{
  1016. color: red;
  1017. margin-bottom: 5px;
  1018. }
  1019. .m-content .btn:hover {
  1020. background-position: 0 -138px;
  1021. text-decoration: none;
  1022. }
  1023. .m-content .login-form .third-login a.qq {
  1024. width: 40px;
  1025. background: url(../images/login.png) -7px -7px;
  1026. }
  1027. .m-content .login-form .third-login a.qq:hover {
  1028. background-position: -7px -55px;
  1029. }
  1030. .m-content .login-form .third-login a.sina {
  1031. width: 63px;
  1032. background: url(../images/login.png) -47px -7px;
  1033. }
  1034. .m-content .login-form .third-login a.sina:hover {
  1035. background-position: -47px -55px;
  1036. }
  1037. .m-content .login-form .third-login a.renren {
  1038. width: 55px;
  1039. background: url(../images/login.png) -111px -7px;
  1040. }
  1041. .m-content .login-form .third-login a.renren:hover {
  1042. background-position: -111px -55px;
  1043. }
  1044. .m-content .login-form .third-login a.alipay {
  1045. width: 53px;
  1046. background: url(../images/login.png) -223px -7px;
  1047. }
  1048. .m-content .login-form .third-login a.alipay:hover{
  1049. background-position: -223px -55px;
  1050. }
  1051. .m-content .login-form .third-login a {
  1052. border-right: 1px solid #E0E0E0;
  1053. height: 28px;
  1054. float: left;
  1055. display: block;
  1056. text-indent: -9999px;
  1057. background: url(../images/login.png) 9999px 9999px;
  1058. }
  1059. .noactive{
  1060. color: red;
  1061. font-size: 14px;
  1062. }
  1063. .a_nounderline:hover{
  1064. text-decoration: none;
  1065. }
  1066. .quDesignRoot{
  1067. /* background: #EAE7E7; */
  1068. padding: 5px 5px;
  1069. }
  1070. #quDesignDialog{
  1071. /* position: fixed;
  1072. top: 20px; */
  1073. }
  1074. .quDesignDialog{
  1075. float:left;
  1076. text-align: center;
  1077. background: white;
  1078. border: 1px solid #EAE7E7;
  1079. margin-top: 5px;
  1080. padding:0px;
  1081. padding-bottom: 10px;
  1082. margin-left: 5px;
  1083. position:fixed;
  1084. z-index: 20000;
  1085. }
  1086. .quDesignTitle{
  1087. padding: 5px 35px;
  1088. font-size: 14px;
  1089. cursor: pointer;
  1090. margin-bottom: 5px;
  1091. background: #EAE7E7;
  1092. }
  1093. .quDesignTag{
  1094. font-size: 16px;
  1095. font-weight: bold;
  1096. }
  1097. .quDesignDialog ul{
  1098. list-style: none;
  1099. margin: 0px;
  1100. padding:0px 5px;
  1101. }
  1102. .quDesignDialog ul li{
  1103. cursor: pointer;
  1104. margin-bottom: 3px;
  1105. /* color: #67ACC2;
  1106. background: #EAE7E7; */
  1107. }
  1108. .quDesignDialog ul li a{
  1109. display: block;
  1110. background: white;
  1111. color: #555;
  1112. }
  1113. #quDesignContent{
  1114. width: 835px;
  1115. width: 785px;
  1116. float: right;
  1117. padding:5px;
  1118. /* background: #EAE7E7; */
  1119. }
  1120. .surveyDesignTitle{
  1121. text-align: center;
  1122. font-size: 18px;
  1123. font-weight: bold;
  1124. padding: 5px;
  1125. background: #F8F8F8;
  1126. border: 1px solid #EAE7E7;
  1127. }
  1128. #surveyDTitleInput{
  1129. border: none;
  1130. }
  1131. .surveyDesignNote{
  1132. border: 1px solid #EAE7E7;
  1133. padding: 8px 5px;
  1134. margin-top: 5px;
  1135. margin-bottom: 5px;
  1136. background: #F8F8F8;
  1137. padding-left: 15px;
  1138. }
  1139. .surveyDesignTag{
  1140. padding: 8px;
  1141. border-right: 1px solid #EAE7E7;
  1142. margin-right: 5px;
  1143. color: #C1C1C1;
  1144. }
  1145. .surveyQuItemBody{
  1146. }
  1147. .surveyQuItem{
  1148. border: 1px solid #EAE7E7;
  1149. margin: 5px auto;
  1150. padding: 5px;
  1151. width: 822px;
  1152. width: 772px;
  1153. background: #F8F8F8;
  1154. }
  1155. .surveyQuItem.drag{
  1156. background: #EFEFEF;
  1157. }
  1158. .surveyQuItemLeft{
  1159. float: left;
  1160. width: 40px;
  1161. /*
  1162. border-right: 1px solid #EAE7E7;
  1163. height: 150px; */
  1164. padding: 5px;
  1165. text-align: center;
  1166. font-size: 14px;
  1167. }
  1168. .surveyQuItemRight{
  1169. float: left;
  1170. padding: 5px;
  1171. width: 735px;
  1172. width: 705px;
  1173. border-left: 1px solid #EAE7E7;
  1174. text-align: left;
  1175. font-size: 14px;
  1176. }
  1177. .surveyQuItemRight .surveyQuItemTitle{
  1178. font-weight: bold;
  1179. text-align: left;
  1180. padding: 5px;
  1181. color:#5E5E5E;
  1182. }
  1183. .quEditDiv{
  1184. outline-style: none;
  1185. padding: 8px 5px;
  1186. /* margin-right: 5px;
  1187. position: static! important; */
  1188. }
  1189. .quEditDiv:hover{
  1190. background: #F8B500;
  1191. }
  1192. /* Style a bit the inline editables. */
  1193. .cke_editable.cke_editable_inline
  1194. {
  1195. cursor: default;
  1196. }
  1197. /* Once an editable element gets focused, the "cke_focus" class is
  1198. added to it, so we can style it differently. */
  1199. .cke_editable.cke_editable_inline.cke_focus,.quEditDiv.cke_focus{
  1200. box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
  1201. outline: none;
  1202. background: #eee;
  1203. cursor: text;
  1204. }
  1205. /* Avoid pre-formatted overflows inline editable. */
  1206. .cke_editable_inline pre
  1207. {
  1208. white-space: pre-wrap;
  1209. word-wrap: break-word;
  1210. }
  1211. .quTypeModel{
  1212. display: none;
  1213. }
  1214. .initLine{
  1215. width: 100%;
  1216. height: 5px;
  1217. background: #1E97D1;
  1218. /* display: none; */
  1219. visibility: hidden;
  1220. }
  1221. .initLine.show{
  1222. visibility: visible;
  1223. }
  1224. .surveyQuItemUl{
  1225. padding: 0px;
  1226. margin: 0px;
  1227. list-style: none;
  1228. }
  1229. .surveyQuItemUl li{
  1230. margin: 2px;
  1231. padding-right: 15px;
  1232. width: 700px;
  1233. }
  1234. .surveyQuItemUl li .quItemLiTag{
  1235. float: left;
  1236. padding: 6px 2px;
  1237. }
  1238. .surveyQuItemUl li .quItemLiLeft{
  1239. float: left;
  1240. width: 630px;
  1241. }
  1242. .surveyQuItemUl li .quItemLiLeft .quItemLiLeftEditDiv{
  1243. float:left;
  1244. }
  1245. .surveyQuItemUl li .quItemLiLeft .quItemLiLeftInput{
  1246. float: left;
  1247. display: none;
  1248. }
  1249. .surveyQuItemUl li .quItemLiLeft .quItemLiLeftInput.showInput{
  1250. display: inline;
  1251. }
  1252. .surveyQuItemUl li .quItemLiLeft .quItemLiLeftInput input{
  1253. width: 60px;
  1254. }
  1255. .surveyQuItemUl li .quItemLiRight{
  1256. float: right;
  1257. }
  1258. .surveyQuItemUl li:hover{
  1259. background: #E8F2FE;
  1260. }
  1261. .surveyQuItemUl li .quItemLiText{
  1262. display: inline-block;
  1263. /* width: 200px; */
  1264. letter-spacing: normal;
  1265. word-spacing: normal;
  1266. word-break:break-all;
  1267. }
  1268. .quItemMoveEvent{
  1269. display: none;
  1270. }
  1271. .surveyQuItemUl li .quItemLiRight .quItemMoveEvent{
  1272. line-height: 26px;
  1273. display: none;
  1274. }
  1275. .surveyQuItemUl li .quItemLiRight .quItemMoveDiv{
  1276. margin-left: -35px! important;
  1277. }
  1278. .surveyQuItemUl li .quItemLiRight .quItemMoveDiv li{
  1279. width: 90px! important;
  1280. }
  1281. .surveyQuItemUl li .quItemLiRight .quItemMoveDiv a{
  1282. padding:6px 20px;
  1283. }
  1284. .quItemEventLeft ul{
  1285. padding: 0px;
  1286. margin: 0px;
  1287. list-style: none;
  1288. margin-top: 10px;
  1289. }
  1290. .quItemEventLeft ul li{
  1291. margin: 0px;
  1292. padding: 0px;
  1293. margin-bottom: 5px;
  1294. }
  1295. .quItemEventRight{
  1296. padding-left: 8px;
  1297. padding-top: 10px;
  1298. }
  1299. .hoverDiv,.eventMove{
  1300. visibility: hidden;
  1301. }
  1302. .hoverDiv.hover,.eventMove.hover{
  1303. visibility: visible;
  1304. }
  1305. .surveyQuItem a{
  1306. color: #2397CE;
  1307. }
  1308. .quEditDialogTools {
  1309. display: block;
  1310. padding: 5px;
  1311. padding-right: 20px;
  1312. padding-top: 10px;
  1313. }
  1314. .quEditDialogTools .quEditDialogToolsLeft{
  1315. color: #929292;
  1316. font-size: 12px;
  1317. float: left;
  1318. line-height: 26px;
  1319. }
  1320. .quEditDialogTools .quEditDialogToolsRight a{
  1321. padding: 2px 10px;
  1322. float: right;
  1323. }
  1324. .setOptionAttr{
  1325. padding:15px;
  1326. padding-bottom: 5px;
  1327. }
  1328. .quTableScore{
  1329. border-collapse: collapse;
  1330. margin-top: 5px;
  1331. width: 700px;
  1332. }
  1333. .optionScoreTitle{
  1334. padding: 0px 0px;
  1335. width: 100px;
  1336. text-align: left;
  1337. }
  1338. .optionScore{
  1339. padding: 5px;
  1340. width: 50px;
  1341. text-align: center;
  1342. border: 1px solid #AFAFB3;
  1343. }
  1344. .optionTd{
  1345. padding: 5px;
  1346. text-align: center;
  1347. border: 1px solid #AFAFB3;
  1348. }
  1349. .quEditTd{
  1350. padding: 8px 10px;
  1351. width:120px;
  1352. }
  1353. .quEditTd:hover{
  1354. background: #EAE7E7;
  1355. }
  1356. .quTableScore tr:hover{
  1357. background: #E8F2FE;
  1358. }
  1359. .content_form{
  1360. padding: 20px 30px;
  1361. }
  1362. .upResImg{
  1363. margin-top: 5px;
  1364. }
  1365. .qtDesignContent,.qtDesignContent p{
  1366. line-height: 26px! important;
  1367. }
  1368. .footer_menu{
  1369. text-align: center;
  1370. }
  1371. .footer_menu ul{
  1372. padding: 0px;
  1373. margin: 0px;
  1374. list-style: none;
  1375. }
  1376. .footer_menu ul li{
  1377. display: inline-block;
  1378. margin: 0px 5px;
  1379. padding: 0px 5px;
  1380. }
  1381. .v2CopyCode{
  1382. font-size: 16px;
  1383. padding: 15px;
  1384. border: 1px solid #67ACC2;
  1385. margin: 10px auto;
  1386. }
  1387. .shareSurText{
  1388. width: 600px;
  1389. }
  1390. .shareSurText textarea{
  1391. border: none;
  1392. border: 1px solid #67ACC2;
  1393. resize:none;
  1394. outline: none;
  1395. width: 100%;
  1396. height: 80px;
  1397. }
  1398. .tablenoborder tr td,.tablenoborder tr,.tablenoborder tr th{
  1399. border: none! important;
  1400. }
  1401. #wordsInfo{
  1402. font-weight: bold;
  1403. color: #5A5A5A;
  1404. }
  1405. .redColor{
  1406. color: red! important;
  1407. }
  1408. .compSTitle{
  1409. background: #E5E5E5;
  1410. line-height: 26px;
  1411. padding-left: 10px;
  1412. }
  1413. .compShowStyle .compSList{
  1414. }
  1415. .compShowStyle .compSList ul{
  1416. padding: 0px;
  1417. margin: 0px;
  1418. list-style: none;
  1419. }
  1420. .compShowStyle .compSList ul li{
  1421. display: inline-block;
  1422. height: 100px;
  1423. padding: 10px 10px;
  1424. margin: 10px 0px;
  1425. }
  1426. .compShowStyle .compSList ul li input{
  1427. margin-top: 40px;
  1428. margin-right: 10px;
  1429. }
  1430. a.compStyleA{
  1431. width: 15px;
  1432. height: 100px;
  1433. background: #8CBCD1;
  1434. display: block;
  1435. padding: 5px;
  1436. padding-top:10px;
  1437. font-weight: bold;
  1438. color: white! important;
  1439. cursor: pointer;
  1440. float: right;
  1441. vertical-align: middle;
  1442. }
  1443. a:hover.compStyleA{
  1444. text-decoration: none;
  1445. }
  1446. a.compStyleA_1{
  1447. background: #FEB252;
  1448. }
  1449. a.compStyleA_2{
  1450. background: #B1D85C;
  1451. }
  1452. a.compStyleA_3{
  1453. background: #84C0F2;
  1454. }
  1455. a.compStyleA_4{
  1456. background: #BFBDBD;
  1457. }
  1458. a.compStyleA_5{
  1459. background: #F58384;
  1460. }
  1461. a.compStyleA_6{
  1462. background: #323D45;
  1463. }
  1464. a.compStyleA_7{
  1465. background: #457CE6;
  1466. }
  1467. a.compStyleA_8{
  1468. background: #FF0C8A;
  1469. }
  1470. a.compStyleA_9{
  1471. background:#8CBCD1;
  1472. }
  1473. a.compStyleA_10{
  1474. background: #1C658B;
  1475. }
  1476. a.leftRadius{
  1477. -moz-border-radius-topleft: 5px;
  1478. -webkit-border-top-left-radius: 5px;
  1479. -khtml-border-top-left-radius: 5px;
  1480. border-top-left-radius: 5px;
  1481. -moz-border-radius-bottomleft: 5px;
  1482. -webkit-border-bottom-left-radius: 5px;
  1483. -khtml-border-bottom-left-radius: 5px;
  1484. border-bottom-left-radius: 5px;
  1485. }
  1486. .compStyleULAB li{
  1487. height: 30px! important;
  1488. }
  1489. .compStyleULAB{
  1490. }
  1491. .compStyleULAB li input{
  1492. margin-top: 15px! important;
  1493. }
  1494. a.compStyleAB{
  1495. border: 1px solid #cecece;
  1496. border-radius: 2px;
  1497. background: #f4f4f4;
  1498. width: 24px;
  1499. height: 28px;
  1500. padding: 7px 9px;
  1501. line-height: 14px;
  1502. overflow: hidden;
  1503. text-decoration: none;
  1504. color: white! important;
  1505. display: block;
  1506. float: right;
  1507. -moz-border-radius: 3px;
  1508. -webkit-border--radius: 3px;
  1509. -khtml-border-radius: 3px;
  1510. border-radius: 3px;
  1511. }
  1512. a.compStyleA_11{
  1513. background: #FEB252;
  1514. }
  1515. a.compStyleA_12{
  1516. background: #666666;
  1517. }
  1518. a.compStyleA_13{
  1519. background: #F58384;
  1520. }
  1521. a.compStyleA_14{
  1522. background: #B10000;
  1523. }
  1524. a.compStyleA_15{
  1525. background: #323D45;
  1526. }
  1527. a.compStyleA_16{
  1528. background: #FF0C8A;
  1529. }
  1530. a.compStyleA_17{
  1531. background: #8CBCD1;
  1532. }
  1533. a.compStyleA_18{
  1534. background: #1C658B;
  1535. }
  1536. a:hover.compStyleAB{
  1537. text-decoration: none;
  1538. }
  1539. .priviewContentFixed1{
  1540. position: fixed;
  1541. right: 0px;
  1542. top: 100px;
  1543. z-index: 9999;
  1544. }
  1545. .priviewContentFixed2{
  1546. position: fixed;
  1547. right: 30px;
  1548. bottom: 150px;
  1549. z-index: 9999;
  1550. }
  1551. .compTextareaCode{
  1552. padding: 10px 30px;
  1553. padding-left: 5px;
  1554. }
  1555. .compTextareaCode textarea{
  1556. width: 100%;
  1557. width: 450px;
  1558. height: 300px;
  1559. resize:none;
  1560. border: #ccc 1px solid;
  1561. padding: 10px;
  1562. line-height: 20px;
  1563. text-align: left;
  1564. color: #555;
  1565. overflow: auto;
  1566. font: 12px/1.5 Arial,Helvetica,sans-serif;
  1567. outline: none;
  1568. box-shadow: inset 0px 0px 5px 3px #F8F8F8, inset 0 0 1px #000;
  1569. -webkit-rtl-ordering: logical;
  1570. -webkit-user-select: text;
  1571. flex-direction: column;
  1572. white-space: pre-wrap;
  1573. word-wrap: break-word;
  1574. letter-spacing: normal;
  1575. word-spacing: normal;
  1576. text-transform: none;
  1577. text-indent: 0px;
  1578. text-shadow: none;
  1579. display: inline-block;
  1580. }
  1581. .compTextareaCode .compTextareaCodeBtn{
  1582. padding: 10px 20px;
  1583. font-weight:bold;
  1584. font-size:16px;
  1585. display: inline-block;
  1586. margin-top: 15px;
  1587. }
  1588. .iframeWHAttr{
  1589. padding: 5px;
  1590. }
  1591. .titleCreateSurveyBtn{
  1592. margin-right:15px;
  1593. float: right;
  1594. background-color: #67ACC2;
  1595. background-image: linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
  1596. background-image: -o-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
  1597. background-image: -moz-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
  1598. background-image: -webkit-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
  1599. background-image: -ms-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
  1600. background-image: -webkit-gradient(
  1601. linear,
  1602. left bottom,
  1603. left top,
  1604. color-stop(0, #67ACC2),
  1605. color-stop(1, #67ACC2)
  1606. );
  1607. background-position: center top;
  1608. background-repeat: no-repeat;
  1609. -webkit-border-radius: 3px;
  1610. -moz-border-radius: 3px;
  1611. border-radius: 3px;
  1612. border: 1px solid #67ACC2;
  1613. color: #FFF! important;
  1614. text-align: center;
  1615. cursor: pointer;
  1616. outline-style: none;
  1617. text-shadow: 1px 1px 1px #67ACC2;
  1618. padding: 6px 10px;
  1619. margin-top: 5px;
  1620. text-decoration: none;
  1621. }
  1622. a:hover.titleCreateSurveyBtn{
  1623. text-decoration: none;
  1624. background-color: #8CBCD1;
  1625. background-image: linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
  1626. background-image: -o-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
  1627. background-image: -moz-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
  1628. background-image: -webkit-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
  1629. background-image: -ms-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
  1630. background-image: -webkit-gradient(
  1631. linear,
  1632. left bottom,
  1633. left top,
  1634. color-stop(0, #8CBCD1),
  1635. color-stop(1, #8CBCD1)
  1636. );
  1637. background-position: center bottom;
  1638. border: 1px solid #8CBCD1;
  1639. }
  1640. .newright_tools{
  1641. padding: 10px 10px;
  1642. margin-top: 5px;
  1643. }
  1644. .newright_tools a{
  1645. color: #5E5E5E! important;
  1646. }
  1647. .newDialogContent{
  1648. padding: 10px;
  1649. }
  1650. .formDiv{
  1651. padding: 5px 10px;
  1652. }
  1653. .formDiv label {
  1654. width: 66px;
  1655. text-align: right;
  1656. }
  1657. .surveyNameInput{
  1658. width: 100%;
  1659. border: none;
  1660. background: #F8F8F8;
  1661. outline-style: none;
  1662. text-align: center;
  1663. font-weight: bold;
  1664. }
  1665. .weixinImgPos{
  1666. position: fixed;
  1667. z-index:200;
  1668. bottom: 50px;
  1669. right: 5px;
  1670. background-color: #e1e2e6;
  1671. background-color:#CBCBCB;
  1672. text-align: center;
  1673. color: #717375;
  1674. padding: 5px;
  1675. border-radius: 5px;
  1676. -moz-border-radius: 5px;
  1677. -webkit-border-radius: 5px;
  1678. }
  1679. .weixinImgPos div{
  1680. text-align: center;
  1681. color: #717375;
  1682. }