|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665 |
- * {
- font-size: 13px;
- font-family: "宋体";
- }
-
- td {
- line-height: 1.5;
- }
-
- body {
- font-size: 13px;
- line-height: 1.5;
- font-family: "宋体";
- background-color: #FFF;
- }
-
- form,h1,h2,h3,ul,ol,div {
- margin: 0;
- padding: 0;
- }
-
- td,th,div {
- word-break: break-all;
- word-wrap: break-word;
- }
-
- b,strong {
- color: #666600;
- }
-
- li,dd {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
-
- select {
- height: calc(1.5em + .75rem + 2px);
- padding: .375rem .75rem;
- font-size: 1rem;
- font-weight: 400;
- color: #495057;
- background-color: #fff;
- background-clip: padding-box;
- border: 1px solid #ced4da;
- border-radius: .25rem;
- transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
- }
-
- input[type="button"],input[type="submit"],input[type="reset"] {
- border: none;
- border-right: 1px solid #ACACAC;
- border-bottom: 1px solid #ACACAC;
- background-color: #F1F8B4;
- padding: 2px;
- padding-right: 5px;
- padding-left: 5px;
- cursor: pointer;
- }
-
- input[type="text"],input[type="password"] {
- font-size: 1rem;
- font-weight: 400;
- color: #495057;
- background-color: #fff;
- background-clip: padding-box;
- border: 1px solid #ced4da;
- border-radius: .25rem;
- height: calc(1.5em + .75rem + 2px);
- padding: .375rem .75rem;
- transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
- line-height: 18px;
- vertical-align: middle;
- }
-
- input[type="text"]:focus,input[type="password"]:focus {
- border-color: #A5C760;
- color: #333;
- -moz-box-shadow: 0 0 3px #A5C760;
- -webkit-box-shadow: 0 0 3px #A5C760;
- box-shadow: 0 0 3px #A5C760;
- outline: none;
- }
-
- input:disabled, input[readonly] {
- background-color: #e9ecef;
- opacity: 1;
- }
-
- label {
- display: inline-block;
- margin: .5rem 0;
- }
-
- .alltxt {
- line-height: 18px;
- padding: 3px 3px 2px 3px;
- vertical-align: middle;
- border-width: 1px;
- border-style: solid;
- border-color: #707070 #CECECE #CECECE #707070;
- }
-
- textarea {
- font-size: 1rem;
- font-weight: 400;
- color: #495057;
- background-color: #fff;
- background-clip: padding-box;
- border: 1px solid #ced4da;
- border-radius: .25rem;
- transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
- padding: 2px 4px;
- vertical-align: middle;
- line-height: 16px;
- overflow: auto;
- resize: vertical;
- }
-
- textarea:focus {
- border-color: #A5C760;
- color: #333;
- -moz-box-shadow: 0 0 3px #A5C760;
- -webkit-box-shadow: 0 0 3px #A5C760;
- box-shadow: 0 0 3px #A5C760;
- }
-
- h1 {
- color: #171B16;
- font-size: 130%;
- font-weight: bold;
- }
-
- h2 {
- color: #171B16;
- font-size: 115%;
- font-weight: bold;
- }
-
- h3 {
- color: #171B16;
- font-size: 100%;
- font-weight: bold;
- }
-
- a:link {
- font-size: 9pt;
- color: #000000;
- text-decoration: none;
- font-family: ""宋体"";
- }
-
- a:visited {
- font-size: 9pt;
- color: #000000;
- text-decoration: none;
- font-family: ""宋体"";
- }
-
- a:hover {
- color: red;
- font-family: ""宋体"";
- }
-
- a img {
- border-style: none;
- }
-
- b a {
- color: #666600;
- }
-
- strong a {
- color: #666600;
- }
-
- a b {
- color: #666600;
- }
-
- a strong {
- color: #666600;
- }
-
- .pubinputs {
- height: 16px;
- line-height: 16px;
- width: 250px;
- padding: 4px 0px 2px 0px;
- border-width: 1px;
- border-style: solid;
- border-color: #999999 #dddddd #dddddd #999999;
- }
-
- .iptxt {
- height: 14px;
- line-height: 14px;
- padding: 4px 3px 2px 3px;
- border-width: 1px;
- border-style: solid;
- border-color: #999999 #dddddd #dddddd #999999;
- }
-
- .pubinput {
- height: 24px;
- width: 250px;
- padding-top: 3px;
- padding-bottom: 0px;
- }
-
- .pubinputl {
- height: 24px;
- width: 350px;
- padding-top: 3px;
- padding-bottom: 0px;
- }
-
- .np {
- border: none;
- }
-
- .linerow {
- border-bottom: 1px solid #ACACAC;
- }
-
- .coolbg {
- border: none;
- border-right: 1px solid #ACACAC;
- border-bottom: 1px solid #ACACAC;
- padding: 2px;
- padding-right: 5px;
- padding-left: 5px;
- background: #CCC url(../images/allbtbg2.gif);
- cursor: pointer;
- }
-
- .coolbg2 {
- border: 1px solid #000000;
- background-color: #DFDDD2;
- height: 18px
- }
-
- .ll {
- border-right: 2px solid #ACACAC;
- border-bottom: 2px solid #ACACAC;
- background-color: #E6E6E6
- }
-
- .bline {
- border-bottom: 1px dotted #BCBCBC;
- height: 36px;
- background-color: #FFFFFF;
- }
-
- #uploadfield {
- float: left;
- }
-
- .bline2 {
- border-bottom: 1px solid #BCBCBC;
- }
-
- .coolbt {
- border-left: 1px solid #EFEFEF;
- border-top: 1px solid #EFEFEF;
- border-right: 1px solid #ACACAC;
- border-bottom: 1px solid #ACACAC;
- background-color: #E4F7D7;
- cursor: pointer;
- }
-
- .coolbt2 {
- border-left: 1px solid #EFEFEF;
- border-top: 1px solid #EFEFEF;
- border-right: 1px solid #ACACAC;
- border-bottom: 1px solid #ACACAC;
- background-color: #F7FCDA
- }
-
- .coolbg3 {
- border: 1px solid #BDC5B4;
- background-color: #DFDDD2;
- height: 20px;
- width: 140px;
- text-align: right;
- }
-
- .coolbg61 {
- line-height: 26px;
- width: 380px;
- border-top: 1px solid #BDC5B4;
- border-left: 1px solid #BDC5B4;
- border-right: 1px solid #BDC5B4;
- height: 26px;
- text-align: right;
- background-color: #E7F3B1;
- }
-
- .coolbg62 {
- border: 1px solid #BDC5B4;
- background-color: #F8FDF0;
- height: 300px;
- width: 380px;
- padding: 5px;
- }
-
- .coolbg4 {
- border-bottom: 1px solid #C9CFC1;
- background-color: #F9FCDC;
- background: url(../images/dlgtitle.gif) repeat-x;
- height: 24px;
- line-height: 24px;
- width: 190px;
- text-align: right;
- }
-
- .coolbg5 {
- border-top: 1px solid #BDC5B4;
- background-color: #F9FCDC;
- font-size: 1pt;
- height: 6px;
- width: 190px;
- }
-
- .wsselect {
- height: 60px;
- line-height: 24px
- overflow-y:auto;
- overflow: auto;
- background-color: #FCFEF1;
- scrollbar-face-color: #ffffff;
- scrollbar-highlight-color: #919192;
- scrollbar-shadow-color: #919192;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-arrow-color: #919192;
- scrollbar-track-color: #ffffff;
- scrollbar-darkshadow-color: #ffffff;
- }
-
- .dlg {
- border: 2px solid #749F4D;
- background-color: #F0FAEB;
- padding: 2px;
- width: 360px;
- line-height: 160%;
- }
-
- .pubdlg {
- z-index: 8888;
- border: 5px solid #749F4D;
- background-color: #fff;
- }
-
- .pubdlg .title {
- border-bottom: 1px solid #C9CFC1;
- background-color: #F9FCDC;
- background: url(../images/dlgtitle.gif) repeat-x;
- height: 28px;
- line-height: 28px;
- text-align: left;
- cursor: move;
- }
-
- .pubdlg .titLeft {
- float: left;
- padding-left: 8px;
- line-height: 28px;
- font-weight: bold;
- color: #555;
- }
-
- .pubdlg .titRight {
- float: right;
- padding: 0px;
- }
-
- .fullpagediv {
- z-index: 1999;
- top: 0;
- left: 0;
- background: #cdcdcd;
- filter: Alpha(opacity=50);
- -moz-opacity: .5;
- opacity: 0.5;
- position: absolute;
- width: 100%;
- height: 120%;
- }
-
- .quicksel {
- z-index: 10005;
- width: 680px;
- height: 420px;
- margin-left: 5px;
- margin-top: 5px;
- overflow: auto;
- scrollbar-face-color: #ffffff;
- scrollbar-highlight-color: #919192;
- scrollbar-shadow-color: #919192;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-arrow-color: #919192;
- scrollbar-track-color: #ffffff;
- scrollbar-darkshadow-color: #ffffff;
- }
-
- .quickselfoot {
- padding-top: 8px;
- border-top: 1px dashed #C0CC9D;
- }
-
- .quickselItem {
- margin-bottom: 8px;
- }
-
- .quickselItem .topcat {
- font-weight: bold;
- clear: both;
- line-height: 24px;
- border-bottom: 1px dashed #ccc;
- background: #FBFEEF;
- padding-left: 5px;
- }
-
- .quickselItem .soncat {
- padding-left: 10px;
- }
-
- .quickselItem .item {
- float: left;
- margin-right: 8px;
- }
-
- .mysource,.mywriter {
- z-index: 10001;
- border: 5px solid #749F4D;
- background-color: #F0FAEB;
- padding: 2px;
- width: 280px;
- line-height: 160%;
- }
-
- .dlgws div {
- width: 100%;
- }
-
- .dlgTesttitle {
- border: 2px solid #749F4D;
- background-color: #F0FAEB;
- padding: 2px;
- width: 300px;
- line-height: 150%;
- }
-
- #_mysource {
- z-index: 10003;
- }
-
- #_mywriter {
- z-index: 10004;
- }
-
- #uploadwait {
- z-index: 19999;
- }
-
- .option1 {
- background-color: #DCECA6;
- }
-
- .option2 {
- background-color: #F7FBD2;
- }
-
- .option3 {
- background-color: #FFFFFF;
- }
-
- .ininput {
- width: 96%;
- height: 20px;
- border: 1px solid #ffffff;
- }
-
- .nbt {
- padding: 1px;
- background-image: url('../images/allbtbg.gif');
- background-color: #ffffff;
- border: 1px solid #A5AF83;
- }
-
- .tdt {
- padding-left: 6px;
- }
-
- .waitpage {
- top: 0;
- left: 0;
- filter: Alpha(opacity=70);
- -moz-opacity: 0.7;
- position: absolute;
- z-index: 10000;
- background: url(../../images/loading1.gif) #ababab center no-repeat;
- }
-
- .divpre img {
- max-width: 150px;
- max-height: 100px;
- }
-
- .divpre {
- overflow: hidden;
- }
-
- .autoinput {
- padding-left: 3px;
- width: 90%;
- }
-
- .bodytitle {
- margin: auto;
- height: 28px;
- border: 1px dotted #BFD67C;
- background: url('../images/wbg.gif');
- margin-bottom: 6px;
- width: 98%;
- font-weight: bold;
- }
-
- .bodytitle div {
- float: left
- }
-
- .bodytitletxt {
- padding-left: 6px;
- line-height: 28px;
- }
-
- .tbtitle td {
- padding: 3px;
- }
-
- .tblist td {
- background: #FFFFFF;
- padding: 6px;
- }
-
- .tblist td.tbsname {
- background: #F9FFE6;
- padding: 6px;
- }
-
- .colordlg {
- width: 100px;
- z-index;10005;border: 2px dashed #749F4D;
- background-color: #F0FAEB;
- padding: 2px;
- line-height: 160%;
- }
-
- option.alltype {
- height: 18px;
- line-height: 18px;
- font-size: 12px;
- padding-left: 16px;
- background: url(../images/arr4.gif) 3px 4px no-repeat;
- }
-
- option.btype {
- height: 18px;
- line-height: 18px;
- font-size: 12px;
- padding-left: 16px;
- background: url(../images/arr4.gif) 3px 4px no-repeat;
- }
-
- option.stype {
- height: 18px;
- line-height: 18px;
- font-size: 12px;
- padding-left: 24px;
- background: url(../images/arrr.gif) 11px 4px no-repeat;
- }
-
- .ilist {
- border-top: 1px dashed #BCBCBC;
- border-bottom: 1px dashed #BCBCBC;
- border-left: 1px dashed #BCBCBC;
- }
-
- .ilist td {
- border-right: 1px dashed #BCBCBC;
- }
-
- #typeid2 {
- border: 0px;
- padding: 0px;
- background: #ccc;
- height: 18px;
- font-size: 12px;
- padding-left: 10px;
- background: url(../images/typeid2bg.gif) no-repeat;
- float: left;
- }
-
- .litpic_span {
- width: 77px;
- overflow: hidden;
- height: 21px;
- *vertical-align: 3px;
- margin-left: -60px;
- *margin-left: -75px;
- cursor: pointer;
- }
-
- #litpic {
- width: 85px;
- height: 20px;
- margin-left: -20px;
- filter: alpha(opacity=00);
- -moz-opacity: .0;
- opacity: 0.0;
- cursor: pointer;
- }
-
- #starttime,#endtime,#pubdate {
- background: url(../images/calendar.gif) 3px no-repeat;
- padding-left: 23px;
- }
-
- #title {
- background: url(../images/ruler.gif) repeat-x 0px 10px;
- }
-
- .spec {
- width: 60px;
- }
-
- .gtab a {
- width: 80px;
- text-align: center;
- display: block;
- float: left;
- height: 26px;
- line-height: 26px;
- }
-
- .albCt img {
- cursor: pointer;
- }
-
- img {
- vertical-align: baseline;
- }
-
-
- .maintable {
- width: 98%!important;
- }
- a.btn {
- color: white!important;
- }
-
- span.page-link {
- background-color: #DDD;
- }
|