|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- ::-webkit-scrollbar {
- width:6px;
- height:6px
- }
- ::-webkit-scrollbar-track {
- background:#f2f2f2;
- border-radius:.2rem
- }
- ::-webkit-scrollbar-thumb {
- background:#dee2e6;
- border-radius:.2rem
- }
- * {
- font-size:12px;
- letter-spacing:.6px
- }
- body {
- font:12px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
- color:#545b62;
- background:#fff
- }
- a {
- color:#545b62;
- text-decoration:none
- }
- a:hover {
- color:#1eb867;
- text-decoration:none
- }
- table {
- border-radius:.2rem
- }
- form,h1,h2,h3,ul,ol,div {
- margin:0;
- padding:0
- }
- body,th,td {
- line-height:1.5
- }
- th,td,div {
- word-break:break-all;
- word-wrap:break-word
- }
- li,dd {
- margin:0;
- padding:0;
- list-style:none
- }
- img {
- margin-right:10px;
- border-radius:.2rem
- }
- label {
- margin-bottom:0
- }
- input {
- padding:.25rem .5rem;
- height:28px;
- color:#545b62;
- background:#fff;
- border:1px solid #dee2e6;
- border-radius:.2rem;
- vertical-align:middle;
- transition:all .3s
- }
- input[type=button],input[type=submit],input[type=reset] {
- padding:.25rem .5rem;
- height:auto;
- color:#fff;
- background:#1eb867;
- border-radius:.2rem;
- border:0;
- transition:all .3s
- }
- input[type=file] {
- border:0
- }
- input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus {
- height:auto;
- box-shadow:none;
- outline:none;
- vertical-align:text-top
- }
- textarea {
- padding:.25rem .5rem;
- color:#545b62;
- background:#fff;
- border:1px solid #dee2e6;
- border-radius:.2rem;
- transition:all .3s
- }
- select {
- padding:.25rem .5rem;
- height:28px;
- color:#545b62;
- background:#fff;
- border:1px solid #dee2e6;
- border-radius:.2rem;
- transition:all .3s
- }
- select:focus,input:focus,textarea:focus {
- color:#495057;
- background:#fff;
- border-color:#80bdff;
- box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);
- outline:0
- }
- .linerow {
- border-bottom:1px solid #eee!important
- }
- .coolbg {
- padding:.25rem .5rem;
- background:#f8f8f8;
- border-bottom:1px solid #dee2e6;
- border-radius:.2rem;
- border:0;
- cursor:pointer
- }
- .coolbg2 {
- height:28px;
- background:#dfddd2;
- border:1px solid #dee2e6
- }
- .ll {
- background:#e6e6e6;
- border-right:2px solid #acacac;
- border-bottom:2px solid #acacac
- }
- .bline {
- height:36px;
- border-bottom:1px solid #dee2e6
- }
- #uploadfield {
- float:left
- }
- .bline2 {
- border-bottom:1px solid #dee2e6
- }
- .coolbt {
- background:#e4f7d7;
- border-left:1px solid #efefef;
- border-top:1px solid #efefef;
- border-bottom:1px solid #acacac;
- cursor:pointer
- }
- .coolbt2 {
- background:#f7fcda;
- border-left:1px solid #efefef;
- border-top:1px solid #efefef;
- border-bottom:1px solid #acacac
- }
- .coolbg3 {
- width:140px;
- height:28px;
- background:#dfddd2;
- border:1px solid #bdc5b4;
- text-align:right
- }
- .coolbg61 {
- width:390px;
- height:28px;
- line-height:28px;
- background:#e7f3b1;
- border-top:1px solid #bdc5b4;
- border-left:1px solid #bdc5b4;
- border-right:1px solid #bdc5b4;
- text-align:right
- }
- .coolbg62 {
- padding:.6rem;
- width:390px;
- height:300px;
- background:#F8FDF0;
- border:1px solid #bdc5b4
- }
- .coolbg4 {
- width:160px;
- background:#fff;
- border-bottom:1px solid #dee2e6;
- text-align:right
- }
- .wsselect {
- padding:10px 0;
- background:#fff;
- overflow:auto
- }
- .dlg {
- padding:.25rem .5rem;
- width:360px;
- background:#f0faeb;
- border:2px solid #1eb867
- }
- .pubdlg {
- background:#fff;
- border:2px solid #1eb867;
- border-radius:.2rem;
- z-index:8888
- }
- .pubdlg .title {
- padding-left:.25rem;
- line-height:30px;
- font-weight:600;
- color:#545b62;
- border-bottom:1px solid #dee2e6;
- cursor:move
- }
- .fullpagediv {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- background:#cdcdcd;
- opacity:.6;
- z-index:1999
- }
- .quicksel {
- margin-left:10px;
- margin-top:10px;
- width:680px;
- height:420px;
- overflow:auto;
- z-index:10005
- }
- .quickselfoot {
- padding:10px 0;
- border-top:1px solid #dee2e6
- }
- .quickselItem {
- display:block;
- line-height:28px
- }
- .quickselItem .topcat {
- padding-left:10px;
- background:#f8fcf2;
- clear:both
- }
- .quickselItem .soncat {
- display:inline-block;
- padding-left:10px
- }
- .quickselItem .item {
- padding-left:10px
- }
- .mysource,.mywriter {
- width:300px;
- background:#fff;
- border:2px solid #1eb867;
- z-index:10001
- }
- .dlgws div {
- width:100%
- }
- .dlgTesttitle {
- width:300px;
- background:#f0faeb;
- border:2px solid #1eb867
- }
- #_mysource {
- z-index:10003
- }
- #_mywriter {
- z-index:10004
- }
- #uploadwait {
- z-index:19999
- }
- .option1 {
- background:#dceca6
- }
- .option2 {
- background:#f7fbd2
- }
- .option3 {
- background:#fff
- }
- .ininput {
- width:96%;
- height:28px;
- border:1px solid #dee2e6
- }
- .nbt {
- padding:.6rem;
- background:#f8fcf2;
- border:1px solid #a5af83
- }
- .tdt {
- padding-left:10px
- }
- .divpre img {
- max-width:150px;
- max-height:100px
- }
- .divpre {
- overflow:hidden
- }
- .autoinput {
- padding-left:10px;
- width:90%
- }
- .tbtitle td {
- padding:.6rem
- }
- .tblist td {
- padding:.6rem;
- background:#fff
- }
- .tblist td.tbsname {
- padding:.6rem;
- background:#f9ffe6
- }
- .colordlg {
- padding:.6rem;
- width:120px;
- background:#fff;
- border:2px solid #1eb867;
- z-index:10005
- }
- option.alltype {
- padding:2px 0 4px 0px
- }
- option.btype {
- padding:2px 0 4px 10px
- }
- option.stype {
- padding:2px 0 4px 20px
- }
- .ilist {
- border:1px dashed #dee2e6
- }
- .spec {
- width:60px
- }
- .gtab a {
- display:block;
- float:left;
- width:80px;
- height:28px;
- line-height:28px;
- text-align:center
- }
- .m1 {
- border-left:1px solid #dfdfdb;
- border-top:1px solid #dfdfdb;
- border-bottom:1px solid #808080
- }
- .m2 {
- border-left:1px solid #dfdfdb;
- border-bottom:1px solid #808080;
- border-top:1px solid #dfdfdb;
- border-right:1px solid #dfdfdb
- }
- .m3 {
- border-left:1px solid #dfdfdb;
- border-top:1px solid #dfdfdb;
- border-right:1px solid #dfdfdb
- }
- .article {
- table-layout:fixed
- }
- .nndiv {
- width:170px;
- height:28px;
- margin:0;
- padding:0;
- overflow:hidden
- }
- span.page-link {
- color:#fff;
- background:#1eb867
- }
- a.btn {
- color:#fff!important
- }
- .btn-xs {
- padding:2px;
- line-height:12px;
- font-size:12px
- }
- .btn+.btn,.btn-text+.btn-text {
- margin-left:1rem
- }
- .fa {
- font-size:14px!important;
- color:inherit
- }
- #text {
- font-size:0
- }
- .web-info {
- padding:10px;
- background:#f8f8f8;
- border-radius:.2rem;
- text-align:center
- }
- .maintable {
- width:98%!important;
- border:1px solid #dee2e6!important
- }
- .table {
- margin-bottom:0;
- color:#545b62
- }
- .table td,.table th {
- padding:.6rem;
- vertical-align:middle
- }
- .form-control {
- display:inline-block;
- margin-right:10px;
- width:360px
- }
- .biz-border {
- border:1px solid #dee2e6
- }
- .biz-itemnote1 {
- background:#f8fcf2;
- border-radius:.2rem .2rem 0 0
- }
- .biz-itemnote2 {
- background:#f8f8f8;
- border-radius:.2rem .2rem 0 0
- }
- .thumbnail {
- max-width:160px;
- max-height:120px
- }
- .file-icon,svg {
- margin-right:10px;
- width:22px;
- height:22px;
- border-radius:.2rem
- }
- .user-img {
- margin-right:10px;
- width:30px;
- height:30px;
- border-radius:50%;
- border:1px solid #dee2e6
- }
|