123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737 |
- @CHARSET "UTF-8";
- .ellipsis{
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- -icab-text-overflow:ellipsis;
- -khtml-text-overflow:ellipsis;
- -moz-text-overflow:ellipsis;
- -webkit-text-overflow:ellipsis;
- }
- .clickable{cursor:pointer;}
- ::-webkit-scrollbar{
- height:8px;
- width:8px;
- background:rgba(222, 222, 222, 0.5);
- background:#67ACC2;
- border-radius:5px;
- }
- ::-webkit-scrollbar-button{display:none;}
- ::-webkit-scrollbar-track{
- background-color:#ffffff;
- }
- ::-webkit-scrollbar-track-piece{
- background:#ffffff;
- }
- ::-webkit-scrollbar-thumb{
- width:8px;
- min-height:15px;
- background:rgba(0, 0, 0, 0.3);
- background:#67ACC2;;
- border-radius:5px;
- }
- ::-webkit-scrollbar-thumb:hover{
- background:rgba(0, 0, 0, 0.6);
- background: #0081CC;
- }
- ::-webkit-scrollbar-thumb:active{
- background:rgba(0, 0, 0, 0.8);
- background: #67ACC2;
- }
- .btn04,a.btn04,.btn004,a.btn004{
- padding: 4px 9px;
- }
- .btn04.focus{
- color: #6CC395;
- }
- .btn04,a.btn04{
- background-color: #F6F6F6;
- background-image: linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
- background-image: -o-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
- background-image: -moz-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
- background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
- background-image: -ms-linear-gradient(top, #EFEFEF 0%, #F7F7F7 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #EFEFEF),
- color-stop(1, #F7F7F7)
- );
- background-position: center top;
- background-repeat: no-repeat;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #E6E6E6;
- /* font: bold 12px Arial, Helvetica, sans-serif; */
- font-size:12px;
- text-align: center;
- /*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
- cursor: pointer;
- color: #5E5E5E;
- }
- .btn04:HOVER{
- color: white;
- }
- .btn04.nofocus{
- border: 1px solid #F6F6F6;
- }
- a.btn004,.btn004,a.btn005,.btn005{
- outline-style: none;
- background-color: #D0D7E0;
- background-image: linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
- background-image: -o-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
- background-image: -moz-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
- background-image: -webkit-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
- background-image: -ms-linear-gradient(top, #D0D7E0 0%, #F8F7F7 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #D0D7E0),
- color-stop(1, #F8F7F7)
- );
- background-position: center top;
- background-repeat: no-repeat;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #D0D7E0;
- color: #FFF;
- text-align: center;
- /*text-shadow: 0 -1px 0 rgba(0,0,0,0.25);*/
- cursor: pointer;
- color: #5E5E5E;
- }
- a.btn004:hover,.btn004:HOVER,a.btn005:hover,.btn005:hover,.btn005.hover{
- background-color: #F0F0F0;
- background-image: linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
- background-image: -o-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
- background-image: -moz-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
- background-image: -webkit-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
- background-image: -ms-linear-gradient(bottom, #F0F0F0 0%, #FFFFFF 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #F0F0F0),
- color-stop(1, #FFFFFF)
- );
- }
- .btn001,.btn002,.btn003 {
- background-color: #4697BE;
- background-image: linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
- background-image: -o-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
- background-image: -moz-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
- background-image: -webkit-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
- background-image: -ms-linear-gradient(bottom, #4697BE 0%, #1797D4 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #4697BE),
- color-stop(1, #1797D4)
- );
- background-position: center top;
- background-repeat: no-repeat;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #4697BE;
- color: #FFF! important;
- text-align: center;
- cursor: pointer;
- outline-style: none;
- text-shadow: 1px 1px 1px #AEA6B9;
- }
- .btn001:hover ,.btn002:hover,.btn003:hover,.btn04:hover{
- background-color: #31B4E5;
- background-image: linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
- background-image: -o-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
- background-image: -moz-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
- background-image: -webkit-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
- background-image: -ms-linear-gradient(bottom, #4B97BD 0%, #61BCD7 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #4B97BD),
- color-stop(1, #61BCD7)
- );
- background-position: center bottom;
- /* text-decoration: none! important; */
- text-decoration: underline;
- border: 1px solid #4697BE;
- /* -webkit-box-shadow: 0 0 8px #79B5BD;
- box-shadow: 0 0 8px #79B5BD; */
- /* background: #0081CC; */
- }
- .btn001.disabled,.btn002.disabled,.btn003.disabled {
- background-color: #D0D0D0;
- color: #808080;
- }
- .btn002,.btn003,.btn005{
- padding:5px;
- text-decoration: none;
- }
- .btn001,.btn005{
- padding: 5px 10px;
- /* margin: 0px 3px; */
- text-decoration: none! important;
- }
- .btn002 {
- padding: 3px 5px;
- text-decoration: none;
- font-weight: normal! important;
- }
- .btn003 {
- padding: 5px 8px;
- font-size: 12px! important;
- }
- .btnGreen {
- display: inline-block;
- text-align: center;
- overflow: visible;
- padding: 8px 20px;
- cursor: pointer;
- display: inline-block;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- color: #fff;
- border: 1px solid #3d810c;
- background-color: #5aaa4b;
- background-image: -moz-linear-gradient(top,#60b452 0,#56a447 100%);
- background-image: -webkit-gradient(linear,0 0,0 100%,from(#60b452),to(#56a447));
- background-image: -webkit-linear-gradient(top,#60b452 0,#56a447 100%);
- background-image: -o-linear-gradient(top,#60b452 0,#56a447 100%);
- background-image: linear-gradient(to bottom,#60b452 0,#56a447 100%);
- }
- .btnGreen:hover {
- background-color: #53a046;
- background-image: -moz-linear-gradient(top,#5aab4d 0,#4f9841 100%);
- background-image: -webkit-gradient(linear,0 0,0 100%,from(#5aab4d),to(#4f9841));
- background-image: -webkit-linear-gradient(top,#5aab4d 0,#4f9841 100%);
- background-image: -o-linear-gradient(top,#5aab4d 0,#4f9841 100%);
- background-image: linear-gradient(to bottom,#5aab4d 0,#4f9841 100%);
- color: #fff;
- color: #fff;
- box-shadow: 0 1px 1px #aaa;
- -moz-box-shadow: 0 1px 1px #aaa;
- -webkit-box-shadow: 0 1px 1px #aaa;
- }
- .wrapper {
- /* width: 940px; */
- width:1000px;
- padding: 0 10px;
- margin: 0 auto;
- /* background: url(../images/body.png) top center no-repeat; */
- }
- #m-content{
- padding-bottom: 10px;
- width: 100%;
- margin-top: 8px;
- }
- .m-content-left{
- float:left;
- width: 160px;
- height: 300px;
- webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- border: 1px solid #FEFEFE;
- }
- .content-title{
- background-color: #E6E6E6;
- background-image: linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
- background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
- background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
- background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
- background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FEFEFE 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #E6E6E6),
- color-stop(1, #FEFEFE)
- );
- background-position: center top;
- background-repeat: no-repeat;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- border-top: 1px solid #FEFEFE;
- font-size: 14px;
- text-align: center;
- /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */
- text-decoration: none;
- padding: 8px 0px;
- width: 100%;
- font-weight: bold;
- color: #666666;
- letter-spacing: 2px;
- }
- .m-content-left ul{
- list-style: none;
- margin: 15px auto;
- padding:0px;
- width: 120px;
- }
- .m-content-left ul li{
- border-bottom: 1px dashed gray;
- padding-bottom:2px;
- padding-top:5px;
- padding-left: 2px;
- }
- .m-content-left ul li a{
- text-decoration: none;
- font-size:14px;
- letter-spacing: 2px;
- color: #67ACC2;
- }
- .m-content-left ul li a:HOVER {
- color: red;
- }
- .m-content-right{
- float:right;
- /* margin-top:2px;
- border-top: 3px solid #999999; */
- /* width: 750px; */
- width:100%;
- min-height: 415px;
- }
- .content-right-title{
- border-bottom: 3px solid #67ACC2;
- padding: 5px 8px;
- }
- .content-right-title a{
- color: #888888;
- text-decoration: none;
- }
- .content-right-title a:HOVER ,.catalog_path li a:HOVER {
- text-decoration: underline;
- }
- .m-content-right-body{
- /* padding: 5px; */
- }
- .content-list{
- /* background-color: white; */
- background-color: #F8F8F8;
- border: 1px solid #CACACA;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 5px;
- padding-bottom: 15px;
- }
- #content-tableList {
- border-top: 2px solid #C4C3C3;
- }
- #content-tableList tr th{
- height: 38px;
- border-bottom: 1px solid #C4C3C3;
- padding: 0px 5px;
- color: #666666;
- }
- #content-tableList tr td{
- border-bottom: 1px solid #C4C3C3;
- height:35px;
- line-height: 25px;
- padding: 0px 5px;
- }
- .curtd{
- background-color:#FBFBFB;
- }
- .hoverShow{
- display: none;
- }
- .qu_catalog_span,.qu_bank_span{
- background: url('../images/qu/sprite_list_icon.gif') 9999px 9999px no-repeat;
- cursor: pointer;
- width: 26px;
- height: 23px;
- padding: 0px;
- display: inline-block;
- zoom: 1;
- vertical-align: middle;
- margin-right: 5px;
- }
- .qu_catalog_span{
- background-position: 0px 0px;
- }
- .qu_bank_span{
- background-position: -38px -23px;
- }
- #content-tableList tr td a{
- vertical-align: middle;
- }
- .rightbody-tools{
- padding: 10px 15px;
- }
- .rightbody-tools a:HOVER{
- text-decoration: none;
- }
- /***new Iframe */
- .dailogFrame{
- font-size: 12px;
- color: #475251;
- }
- .fromTable tr td{
- height: 30px;
- }
- input[type='checkbox'],input[type='radio']{
- _vertical-align:-1px;
- vertical-align:-2px;
- margin-right: 5px;
- }
- input[type='text'],input[type='password']{
- outline-style: none;
- padding: 5px;
- /*
- border:1px solid gray;
- background-color:#E8F2FE;
- border-bottom: 2px solid gray;
- */
-
- /* -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px; */
- }
- .dailogFrameTitle{
- font-size: 14px;
- color: #3E8B9B;
- font-weight: bold;
- }
- .catalog_path{
- list-style: none;
- padding: 0px;
- margin: 0px;
- }
- .catalog_path li{
- float: left;
- font-size: 12px;
- margin: 5px 0px 5px 5px;
- padding:0px;
- height: 20px;
- line-height: 20px;
- }
- .catalog_path li a{
- text-decoration: none;
- color: #5F5880;
- }
- .catalogsplit_span{
- font: 12px/1.5 tahoma,arial,宋体b8b\4f53;
- color: #9EBDD9;
- white-space: nowrap;
- margin: 0px;
- padding-right: 5px;
- }
- .qu_option_ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .qu_option_ul li{
- padding: 2px;
- margin: 3px 0px;
- }
- .quTitle_ul{
- padding: 0px;
- margin: 0px;
- padding-left:18px;
- list-style: none;
- }
- .quTitle_ul li{
- padding: 0px;
- margin: 0px;
- }
- .quTitle_span{
- color:#00ADD6;
- font-size: 14px;
- }
- .up{
- width: 15px;
- height: 15px;
- display: inline-block;
- background: url(../images/qu/up.gif) no-repeat center;
- cursor: pointer;
- padding: 0px;
- vertical-align: middle;
- }
- .down {
- width: 15px;
- height: 15px;
- display: inline-block;
- background: url(../images/qu/down.gif) no-repeat center;
- cursor: pointer;
- padding: 0px;
- vertical-align: middle;
- }
- .up:HOVER,.down:HOVER{
- background-color: #A1A3A4;
- }
- .red-color{
- color: red! important;
- }
- select{
- height: 25px;
- }
- .tr-border-bottom td{
- border-bottom:1px solid #D9D7D7;
- }
- .notification {
- position: absolute;
- display: inline-block;
- font-size: 2em;
- padding: .5em;
- box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
- background:#F2F1F1;
- color: #FF7800;
- }
- .color-A2272B{
- color: #A2272B! important;
- }
- .dialog-search{
- padding: 8px 10px 5px 10px;
- }
- .dialog-search span{
- font-size: 14px;
- }
- .dialog-list-root{
- margin:10px;
- padding:5px;
- -webkit-box-shadow: 0 0 15px #aaa;
- box-shadow: 0 0 15px #aaa;
-
- background-position: center top;
- background-repeat: no-repeat;
-
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .dialog-list-root .content-list{
- border: none;
- padding-bottom: 0px;
- }
- .qulibTools{
- padding: 10px 10px 5px 10px;
- }
- .noneBorder td{
- border: none! important;
- }
- .tableStyle1{
- /* border: 1px solid #C4C3C3; */
- }
- .tableStyle2 tr td{
- height: 30px! important;
- }
- .trtdStyle1 td{
- background-color: #F68181;
- height: 20px! important;
- color: white;
- }
- .trtdStyle2 td{
- height: 20px! important;
- }
- .trtdStyle2:HOVER td{
- background-color: #DDCDAC;
- }
- .tdStyle1{
-
- }
- .clickBackColok{
- background: #E4E4E4;
- }
- .clickBackColok td{
- border-top: 1px solid #C4C3C3! important;
- }
- .statsQuEnOption{
- margin: 0px;
- padding: 0px! important;
- /* border-bottom: 1px solid #C4C3C3; */
- border-bottom: none! important;
- line-height: 18px! important;
- padding-left: 15px! important;
- }
- .statsQuEnOption p{
- margin: 0px;
- padding: 0px;
- }
- .statsQuEnOption strong{
- margin: 0px;
- padding: 0px;
- }
- .progressbarDiv{
- height: 15px! important;
- box-shadow:none! important;
- border: 1px solid #1B86E2;/*FB6400*/
- }
- .progressbarDiv .ui-widget-header{
- background: #65CBE9! important;
- border-bottom:1px solid #65CBE9;
- }
- .trBorderStyle1 > td{
- /* border-bottom: 2px solid #F68181! important; */
- }
- .tableStyle3{
- border: 1px solid white;
- }
- .tableStyle3 tr td{
- padding:0px 3px;
- height: 20px;
- border-right: 1px solid white;
- text-align: center;
- }
- .dataCrossTd{
- border-left: 1px solid white;
- background-color: #E9E6E6;
- }
- /**ADMIN**/
- .m-content-body{
- /* border: 1px solid #D3D3D3;
- height: 600px;
-
- -webkit-border-radius:5px ;
- -moz-border-radius:5px 5px ;
- border-radius:5px 5px;
- margin-top: 10px;
- padding: 0px 10px;
- */
- }
- .m-content-left-admin{
- float:left;
- width: 155px;
- height: 500px;
- /* border-right: 1px solid #D3D3D3; */
- display: block;
- margin-top: 20px;
- padding-right: 10px;
- }
- .m-content-left-admin ul{
- list-style: none;
- margin: 0px;
- padding:0px;
- width: 100%;
- }
- .m-content-left-admin ul li{
- padding-top:0px;
- padding-left: 0px;
- width: 100%;
- margin: 0px;
- margin-bottom: 1px;
- }
- .m-content-left-admin ul li a{
- display:block;
- text-decoration: none;
- font-size:14px;
- letter-spacing: 2px;
- width:100%;
- padding: 3px 0px;
- text-indent: 20px;
- color: #3D8E7D;
- }
- .m-content-left-admin ul li a.currentAGroup{
- background: #6EB362;
- background:#61BCD7;
- color: #FFFFFF;
- }
- .m-content-left-admin ul li a:HOVER {
- color: #FFFFFF;
- background: #83B767;
- background: #65CAE7;
- }
- .content-right-title-admin{
- /* border:1px solid #D3D3D3; */
- border-bottom:none;
- border-bottom: 3px solid #999999;
- padding: 8px 8px;
- /* background: #D4D4D4; */
- /* background:#F0F0F0; */
- /* margin-top: 20px; */
-
- -webkit-border-radius: 5px 5px 0px 0px;
- -moz-border-radius:5px 5px 0px 0px ;
- border-radius: 5px 5px 0px 0px;
- }
- .content-right-title-admin a{
- color: #888888;
- text-decoration: none;
- }
- .content-right-title-admin a:HOVER {
- text-decoration: underline;
- }
- .contentlistPage{
- padding-top:15px;
- padding-right:30px;
- padding-bottom:15px;
- text-align: right;
- }
- .admin-ul01{
- margin: 0px;
- padding: 0;
- list-style: none;
- width: 465px;
- }
- .admin-ul01 li{
- float: left;
- padding: 5px;
- }
- /**ADMIN END**/
- .trModel a:HOVER{
- text-decoration: none;
- }
- .m-content-menu{
- background: #FBFAFA;
- }
- .m-content-menu ul{
- list-style: none;
- padding: 0px;
- margin: 0px;
- }
- .m-content-menu ul li{
- padding: 0px;
- margin:0px;
- margin-right: 1px;
- float: left;
- }
- .m-content-menu ul li a{
- padding: 5px 10px;
- color: #333333;
- display: block;
- }
- .m-content-menu ul li a:HOVER,.m-content-menu ul li a.currentAGroup {
- background: #65C9E6;
- background: #E4393C;
- background: #FD780D;
- background: #61BCD7;
- background: #DDD8D4;
- color: #61BCD7;
- }
- .qtTableForm{
- border: 1px solid #CACACA;
- -webkit-border-radius: 5px ;
- -moz-border-radius:5px;
- border-radius: 5px ;
- padding: 15px 20px;
- background: #F8F8F8;
- }
- #loginContent{
- margin: 0px auto;
- background: #ffffff;
- margin-top: 15px;
- margin-bottom:10px;
- -webkit-border-radius: 1px ;
- -moz-border-radius:1px;
- border-radius: 1px ;
- border: 1px solid #e1e1e1;
- border-bottom: 1px solid #CCCCCC;
- min-height: 430px;
- margin-top: 40px;
- }
- .welcomeSpan{
- font-size: 22px;
- font-weight: bold;
- line-height: 60px;
- padding-left: 15px;
- color: #333333;
- }
- .loginContentBody{
- padding: 30px 0px;
- /* border-bottom: 1px solid #CCCCCC; */
- }
- .loginContentLeft{
- float: left;
- padding:0px 50px;
- border-right: 1px solid #CCCCCC;
- }
- .loginContentRight{
- float: left;
- }
- .loginContentTool{
- padding: 10px;
- text-align: center;
- }
- .loginSucInfo{
- line-height: 35px;
- }
- .hoverMoreDiv{
- display: none;
- position: absolute;
- padding:0px;
- margin-left: 0px;
- /* border-bottom: 1px solid #ccc; */
- border: 1px solid #CFCFCF;
- box-shadow: 0 2px 3px #CFCFCF;
- -webkit-border-radius: 3px ;
- -moz-border-radius:3px;
- border-radius: 3px ;
- background: #FFFFFF;
- }
- .hoverMoreDiv ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .hoverMoreDiv ul li{
- text-align: center;
- margin: 0px! important;
- padding: 0px! important;
-
- width: 110px! important;
- margin-left: 0px! important;
- border: none! important;
- }
- .hoverMoreDiv ul li a{
- border-top: 1px solid #ccc;
- font: 12px "宋体";
- padding:6px 30px;
- text-decoration: none;
- display:block;
- background: white;
- }
- .hoverMoreDiv ul li a:hover{
- background: #E8F2FE;
- text-decoration: none;
- }
- .loginContentTitle{
- padding: 12px 15px;
- background: #0081CC;
- background: #67ACC2;
- background:#4091B7;
- background: #24292C;
- color: white;
- font-size: 14px;
- }
- .formErrorInfo{
- color: #C40000;
- }
- a.hoverLineA:HOVER{
- text-decoration: underline;
- }
- .surGroupItem{
- /* margin-top: 5px; */
- }
- .surGroupItem ul{
- float: left;
- list-style: none;
- padding: 0px;
- margin: 0px;
- width: 410px;
- }
- .surGroupItem ul li{
- float: left;
- margin: 5px 0px;
- margin-right:35px;
- width: 170px;
- }
- .surGroupItem input{
- margin-top: 5px;
- }
- /** register**/
- .frmItem{
- padding:8px 5px;
- }
- .frm_label{
- text-align: left;
- width: 80px;
- cursor: default;
- float: left;
- margin-top: 8px;
- font-size: 16px;
- color: #222;
- }
- .frm_controls{
- overflow: hidden;
- font-size: 14px;
- }
- .frm-controlM{
- width: 306px;
- max-width: 336px;
- border: 1px solid #b3b3b3;
- box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
- vertical-align: middle;
- color: #666;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- padding: 9px! important;
- outline: 0;
- }
- .frm_desc {
- display: block;
- color: #929292;
- font-size: 14px;
- }
- .auth-code {
- display: block;
- padding-top: 5px;
- }
- .auth-code img, .auth-code a{
- vertical-align: middle;
- }
- .auth-code a{
- margin-left: 16px;
- }
- .frm-tip {
- margin-left: 50px;
- }
- .frm-tip p{
- font-size: 16px;
- }
- .frm-tip i {
- font-size: 15px;
- margin-right: 7px;
- color: #bebebe;
- font-weight: 400;
- font-style: normal;
- }
- .frm-tip a {
- margin-left: 10px;
- font-size: 16px;
- }
- .loginContent0{
- margin-top:25px;
- width:100%;
- height:550px;
- /* background: url("../images/11121560115183779.jpg"); */
- /* background-color: rgb(255, 255, 255); */
- background-color: #EDEBEB;
- background:none;
- background-position: 50% -200px;
- background-repeat: no-repeat no-repeat;
- }
- /** new login**/
- .g-bd {
- position: relative;
- margin: 0px auto;
- margin-bottom: 60px;
- text-align: left;
- color: #333;
- padding-top: 30px;
- }
- .m-content {
- /* position: absolute;
- top: 35px;
- left:30px;
- left:60px; */
- border: 1px solid #dcdcdc;
- width: 400px;
- height: 465px;
- margin: 0px auto;
- }
- .m-content-other{
- position: absolute;
- width: 650px;
- width: 1000px;
- height: 470px;
- top: 30px;
- right: 0px;
- /* border: 1px solid #dcdcdc; */
- opacity: 0.85;
- filter: alpha(opacity='85');
- background: #fff;
- background: none;
- }
- .m-content .alp {
- opacity: 0.85;
- filter: alpha(opacity='85');
- background: #fff;
- width: 100%;
- height: 100%;
- }
- .m-content-other img{
- opacity: 0.5;
- filter: alpha(opacity='50');
- }
- .m-content .login-form {
- font-family: "Microsoft Yahei",simsun;
- /* position: absolute; */
- width: 258px;
- top: 25px;
- left: 40px;
- margin-left: 40px;
- padding-top: 15px;
- }
- .m-content .login-form .title {
- margin-bottom: 8px;
- margin-top: 8px;
- color: #777;
- font-size: 20px;
- font-weight: normal;
- }
- .m-content .login-form .txz {
- border-bottom: 1px solid #d9d9d9;
- margin-bottom: 15px;
- }
- .m-content .login-form .u, .m-content .login-form .p {
- position: relative;
- }
- .m-content .login-form .u {
- z-index: 99;
- }
- .m-content .login-form .input {
- padding: 0px;
- margin: 0px;
- padding-left: 20px;
- font-size: 14px;
- color: #666;
- width: 238px;
- height: 40px;
- border: 1px solid #cccccc;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- outline-style: none;
- }
- .m-content .login-form span.tip-name {
- height: 40px;
- line-height: 40px;
- text-align: left;
- width: 100%;
- display: block;
- font-size: 14px;
- color: #a6a6a6;
- position: absolute;
- top: 0px;
- left: 0px;
- text-indent: 20px;
- }
- .m-content .login-form .p {
- margin: 20px 0 10px 0px;
- }
- .m-content .login-form .p {
- z-index: 98;
- }
- .m-content .sp {
- color: #ccc;
- }
- .m-content .btn {
- margin: 15px 0 10px 0;
- display: block;
- text-decoration: none;
- background: url(../images/login.png) 0 -99px;
- border: 0px;
- width: 100%;
- height: 34px;
- }
- .m-content .errorMsg{
- color: red;
- margin-bottom: 5px;
- }
- .m-content .btn:hover {
- background-position: 0 -138px;
- text-decoration: none;
- }
- .m-content .login-form .third-login a.qq {
- width: 40px;
- background: url(../images/login.png) -7px -7px;
- }
- .m-content .login-form .third-login a.qq:hover {
- background-position: -7px -55px;
- }
- .m-content .login-form .third-login a.sina {
- width: 63px;
- background: url(../images/login.png) -47px -7px;
- }
- .m-content .login-form .third-login a.sina:hover {
- background-position: -47px -55px;
- }
- .m-content .login-form .third-login a.renren {
- width: 55px;
- background: url(../images/login.png) -111px -7px;
- }
- .m-content .login-form .third-login a.renren:hover {
- background-position: -111px -55px;
- }
- .m-content .login-form .third-login a.alipay {
- width: 53px;
- background: url(../images/login.png) -223px -7px;
- }
- .m-content .login-form .third-login a.alipay:hover{
- background-position: -223px -55px;
- }
- .m-content .login-form .third-login a {
- border-right: 1px solid #E0E0E0;
- height: 28px;
- float: left;
- display: block;
- text-indent: -9999px;
- background: url(../images/login.png) 9999px 9999px;
- }
- .noactive{
- color: red;
- font-size: 14px;
- }
- .a_nounderline:hover{
- text-decoration: none;
- }
- .quDesignRoot{
- /* background: #EAE7E7; */
- padding: 5px 5px;
- }
- #quDesignDialog{
- /* position: fixed;
- top: 20px; */
- }
- .quDesignDialog{
- float:left;
- text-align: center;
- background: white;
- border: 1px solid #EAE7E7;
- margin-top: 5px;
- padding:0px;
- padding-bottom: 10px;
- margin-left: 5px;
- position:fixed;
- z-index: 20000;
- }
- .quDesignTitle{
- padding: 5px 35px;
- font-size: 14px;
- cursor: pointer;
- margin-bottom: 5px;
- background: #EAE7E7;
- }
- .quDesignTag{
- font-size: 16px;
- font-weight: bold;
- }
- .quDesignDialog ul{
- list-style: none;
- margin: 0px;
- padding:0px 5px;
- }
- .quDesignDialog ul li{
- cursor: pointer;
- margin-bottom: 3px;
- /* color: #67ACC2;
- background: #EAE7E7; */
- }
- .quDesignDialog ul li a{
- display: block;
- background: white;
- color: #555;
- }
- #quDesignContent{
- width: 835px;
- width: 785px;
- float: right;
- padding:5px;
- /* background: #EAE7E7; */
- }
- .surveyDesignTitle{
- text-align: center;
- font-size: 18px;
- font-weight: bold;
- padding: 5px;
- background: #F8F8F8;
- border: 1px solid #EAE7E7;
- }
- #surveyDTitleInput{
- border: none;
- }
- .surveyDesignNote{
- border: 1px solid #EAE7E7;
- padding: 8px 5px;
- margin-top: 5px;
- margin-bottom: 5px;
- background: #F8F8F8;
- padding-left: 15px;
- }
- .surveyDesignTag{
- padding: 8px;
- border-right: 1px solid #EAE7E7;
- margin-right: 5px;
- color: #C1C1C1;
- }
- .surveyQuItemBody{
-
- }
- .surveyQuItem{
- border: 1px solid #EAE7E7;
- margin: 5px auto;
- padding: 5px;
- width: 822px;
- width: 772px;
- background: #F8F8F8;
- }
- .surveyQuItem.drag{
- background: #EFEFEF;
- }
- .surveyQuItemLeft{
- float: left;
- width: 40px;
- /*
- border-right: 1px solid #EAE7E7;
- height: 150px; */
- padding: 5px;
- text-align: center;
- font-size: 14px;
- }
- .surveyQuItemRight{
- float: left;
- padding: 5px;
- width: 735px;
- width: 705px;
- border-left: 1px solid #EAE7E7;
- text-align: left;
- font-size: 14px;
- }
- .surveyQuItemRight .surveyQuItemTitle{
- font-weight: bold;
- text-align: left;
- padding: 5px;
- color:#5E5E5E;
- }
- .quEditDiv{
- outline-style: none;
- padding: 8px 5px;
- /* margin-right: 5px;
- position: static! important; */
- }
- .quEditDiv:hover{
- background: #F8B500;
- }
- /* Style a bit the inline editables. */
- .cke_editable.cke_editable_inline
- {
- cursor: default;
- }
- /* Once an editable element gets focused, the "cke_focus" class is
- added to it, so we can style it differently. */
- .cke_editable.cke_editable_inline.cke_focus,.quEditDiv.cke_focus{
- box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
- outline: none;
- background: #eee;
- cursor: text;
- }
- /* Avoid pre-formatted overflows inline editable. */
- .cke_editable_inline pre
- {
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- .quTypeModel{
- display: none;
- }
- .initLine{
- width: 100%;
- height: 5px;
- background: #1E97D1;
- /* display: none; */
- visibility: hidden;
- }
- .initLine.show{
- visibility: visible;
- }
- .surveyQuItemUl{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .surveyQuItemUl li{
- margin: 2px;
- padding-right: 15px;
- width: 700px;
- }
- .surveyQuItemUl li .quItemLiTag{
- float: left;
- padding: 6px 2px;
- }
- .surveyQuItemUl li .quItemLiLeft{
- float: left;
- width: 630px;
- }
- .surveyQuItemUl li .quItemLiLeft .quItemLiLeftEditDiv{
- float:left;
- }
- .surveyQuItemUl li .quItemLiLeft .quItemLiLeftInput{
- float: left;
- display: none;
- }
- .surveyQuItemUl li .quItemLiLeft .quItemLiLeftInput.showInput{
- display: inline;
- }
- .surveyQuItemUl li .quItemLiLeft .quItemLiLeftInput input{
- width: 60px;
- }
- .surveyQuItemUl li .quItemLiRight{
- float: right;
- }
- .surveyQuItemUl li:hover{
- background: #E8F2FE;
- }
- .surveyQuItemUl li .quItemLiText{
- display: inline-block;
- /* width: 200px; */
-
- letter-spacing: normal;
- word-spacing: normal;
- word-break:break-all;
- }
- .quItemMoveEvent{
- display: none;
- }
- .surveyQuItemUl li .quItemLiRight .quItemMoveEvent{
- line-height: 26px;
- display: none;
- }
- .surveyQuItemUl li .quItemLiRight .quItemMoveDiv{
- margin-left: -35px! important;
- }
- .surveyQuItemUl li .quItemLiRight .quItemMoveDiv li{
- width: 90px! important;
- }
- .surveyQuItemUl li .quItemLiRight .quItemMoveDiv a{
- padding:6px 20px;
- }
- .quItemEventLeft ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- margin-top: 10px;
- }
- .quItemEventLeft ul li{
- margin: 0px;
- padding: 0px;
- margin-bottom: 5px;
- }
- .quItemEventRight{
- padding-left: 8px;
- padding-top: 10px;
- }
- .hoverDiv,.eventMove{
- visibility: hidden;
- }
- .hoverDiv.hover,.eventMove.hover{
- visibility: visible;
- }
- .surveyQuItem a{
- color: #2397CE;
- }
- .quEditDialogTools {
- display: block;
- padding: 5px;
- padding-right: 20px;
- padding-top: 10px;
- }
- .quEditDialogTools .quEditDialogToolsLeft{
- color: #929292;
- font-size: 12px;
- float: left;
- line-height: 26px;
- }
- .quEditDialogTools .quEditDialogToolsRight a{
- padding: 2px 10px;
- float: right;
- }
- .setOptionAttr{
- padding:15px;
- padding-bottom: 5px;
- }
- .quTableScore{
- border-collapse: collapse;
- margin-top: 5px;
- width: 700px;
- }
- .optionScoreTitle{
- padding: 0px 0px;
- width: 100px;
- text-align: left;
- }
- .optionScore{
- padding: 5px;
- width: 50px;
- text-align: center;
- border: 1px solid #AFAFB3;
- }
- .optionTd{
- padding: 5px;
- text-align: center;
- border: 1px solid #AFAFB3;
- }
- .quEditTd{
- padding: 8px 10px;
- width:120px;
- }
- .quEditTd:hover{
- background: #EAE7E7;
- }
- .quTableScore tr:hover{
- background: #E8F2FE;
- }
- .content_form{
- padding: 20px 30px;
- }
- .upResImg{
- margin-top: 5px;
- }
- .qtDesignContent,.qtDesignContent p{
- line-height: 26px! important;
- }
- .footer_menu{
- text-align: center;
- }
- .footer_menu ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .footer_menu ul li{
- display: inline-block;
- margin: 0px 5px;
- padding: 0px 5px;
- }
- .v2CopyCode{
- font-size: 16px;
- padding: 15px;
- border: 1px solid #67ACC2;
- margin: 10px auto;
- }
- .shareSurText{
- width: 600px;
- }
- .shareSurText textarea{
- border: none;
- border: 1px solid #67ACC2;
- resize:none;
- outline: none;
- width: 100%;
- height: 80px;
- }
- .tablenoborder tr td,.tablenoborder tr,.tablenoborder tr th{
- border: none! important;
- }
- #wordsInfo{
- font-weight: bold;
- color: #5A5A5A;
- }
- .redColor{
- color: red! important;
- }
- .compSTitle{
- background: #E5E5E5;
- line-height: 26px;
- padding-left: 10px;
- }
- .compShowStyle .compSList{
-
- }
- .compShowStyle .compSList ul{
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .compShowStyle .compSList ul li{
- display: inline-block;
- height: 100px;
- padding: 10px 10px;
- margin: 10px 0px;
- }
- .compShowStyle .compSList ul li input{
- margin-top: 40px;
- margin-right: 10px;
- }
- a.compStyleA{
- width: 15px;
- height: 100px;
- background: #8CBCD1;
- display: block;
- padding: 5px;
- padding-top:10px;
- font-weight: bold;
- color: white! important;
- cursor: pointer;
- float: right;
- vertical-align: middle;
- }
- a:hover.compStyleA{
- text-decoration: none;
- }
- a.compStyleA_1{
- background: #FEB252;
- }
- a.compStyleA_2{
- background: #B1D85C;
- }
- a.compStyleA_3{
- background: #84C0F2;
- }
- a.compStyleA_4{
- background: #BFBDBD;
- }
- a.compStyleA_5{
- background: #F58384;
- }
- a.compStyleA_6{
- background: #323D45;
- }
- a.compStyleA_7{
- background: #457CE6;
- }
- a.compStyleA_8{
- background: #FF0C8A;
- }
- a.compStyleA_9{
- background:#8CBCD1;
- }
- a.compStyleA_10{
- background: #1C658B;
- }
- a.leftRadius{
- -moz-border-radius-topleft: 5px;
- -webkit-border-top-left-radius: 5px;
- -khtml-border-top-left-radius: 5px;
- border-top-left-radius: 5px;
-
- -moz-border-radius-bottomleft: 5px;
- -webkit-border-bottom-left-radius: 5px;
- -khtml-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
- .compStyleULAB li{
- height: 30px! important;
- }
- .compStyleULAB{
-
- }
- .compStyleULAB li input{
- margin-top: 15px! important;
- }
- a.compStyleAB{
- border: 1px solid #cecece;
- border-radius: 2px;
- background: #f4f4f4;
- width: 24px;
- height: 28px;
- padding: 7px 9px;
- line-height: 14px;
- overflow: hidden;
- text-decoration: none;
- color: white! important;
- display: block;
- float: right;
-
- -moz-border-radius: 3px;
- -webkit-border--radius: 3px;
- -khtml-border-radius: 3px;
- border-radius: 3px;
-
- }
- a.compStyleA_11{
- background: #FEB252;
- }
- a.compStyleA_12{
- background: #666666;
- }
- a.compStyleA_13{
- background: #F58384;
- }
- a.compStyleA_14{
- background: #B10000;
- }
- a.compStyleA_15{
- background: #323D45;
- }
- a.compStyleA_16{
- background: #FF0C8A;
- }
- a.compStyleA_17{
- background: #8CBCD1;
- }
- a.compStyleA_18{
- background: #1C658B;
- }
- a:hover.compStyleAB{
- text-decoration: none;
- }
- .priviewContentFixed1{
- position: fixed;
- right: 0px;
- top: 100px;
- z-index: 9999;
- }
- .priviewContentFixed2{
- position: fixed;
- right: 30px;
- bottom: 150px;
- z-index: 9999;
- }
- .compTextareaCode{
- padding: 10px 30px;
- padding-left: 5px;
- }
- .compTextareaCode textarea{
- width: 100%;
- width: 450px;
- height: 300px;
- resize:none;
- border: #ccc 1px solid;
- padding: 10px;
- line-height: 20px;
- text-align: left;
- color: #555;
- overflow: auto;
- font: 12px/1.5 Arial,Helvetica,sans-serif;
- outline: none;
- box-shadow: inset 0px 0px 5px 3px #F8F8F8, inset 0 0 1px #000;
-
- -webkit-rtl-ordering: logical;
- -webkit-user-select: text;
- flex-direction: column;
- white-space: pre-wrap;
- word-wrap: break-word;
-
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- display: inline-block;
- }
- .compTextareaCode .compTextareaCodeBtn{
- padding: 10px 20px;
- font-weight:bold;
- font-size:16px;
- display: inline-block;
- margin-top: 15px;
- }
- .iframeWHAttr{
- padding: 5px;
- }
- .titleCreateSurveyBtn{
- margin-right:15px;
- float: right;
- background-color: #67ACC2;
- background-image: linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
- background-image: -o-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
- background-image: -moz-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
- background-image: -webkit-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
- background-image: -ms-linear-gradient(bottom, #67ACC2 0%, #67ACC2 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #67ACC2),
- color-stop(1, #67ACC2)
- );
- background-position: center top;
- background-repeat: no-repeat;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #67ACC2;
- color: #FFF! important;
- text-align: center;
- cursor: pointer;
- outline-style: none;
- text-shadow: 1px 1px 1px #67ACC2;
- padding: 6px 10px;
- margin-top: 5px;
- text-decoration: none;
- }
- a:hover.titleCreateSurveyBtn{
- text-decoration: none;
- background-color: #8CBCD1;
- background-image: linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
- background-image: -o-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
- background-image: -moz-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
- background-image: -webkit-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
- background-image: -ms-linear-gradient(bottom, #8CBCD1 0%, #8CBCD1 100%);
- background-image: -webkit-gradient(
- linear,
- left bottom,
- left top,
- color-stop(0, #8CBCD1),
- color-stop(1, #8CBCD1)
- );
- background-position: center bottom;
- border: 1px solid #8CBCD1;
- }
- .newright_tools{
- padding: 10px 10px;
- margin-top: 5px;
- }
- .newright_tools a{
- color: #5E5E5E! important;
- }
- .newDialogContent{
- padding: 10px;
- }
- .formDiv{
- padding: 5px 10px;
- }
- .formDiv label {
- width: 66px;
- text-align: right;
- }
- .surveyNameInput{
- width: 100%;
- border: none;
- background: #F8F8F8;
- outline-style: none;
- text-align: center;
- font-weight: bold;
- }
- .weixinImgPos{
- position: fixed;
- z-index:200;
- bottom: 50px;
- right: 5px;
- background-color: #e1e2e6;
- background-color:#CBCBCB;
- text-align: center;
- color: #717375;
- padding: 5px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- .weixinImgPos div{
- text-align: center;
- color: #717375;
- }
|