123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448 |
- body {
- color: #333;
- font-size: 13px;
- }
- input,
- select,
- textarea {
- color: #333;
- }
- .bg {
- width: 100%;
- height: 100%;
- position: absolute;
- background: url(../images/bg.jpg)
- }
- .panel {
- background: #fff;
- }
- form .form-group:last-child {
- padding-bottom: 0;
- }
- .passcode {
- position: absolute;
- right: 0;
- bottom: 0;
- height: 32px;
- margin: 1px;
- border-left: solid 1px #ddd;
- text-align: center;
- line-height: 32px;
- border-radius: 0 4px 4px 0;
- }
- ul,
- li {
- list-style-type: none;
- }
- .lefter {
- position: relative;
- float: left;
- width: 180px;
- margin-right: -180px;
- background: #e6f2fb;
- text-align: center;
- }
- .righter {
- float: right;
- width: 100%;
- padding-top: 15px;
- background: #e6f2fb;
- }
- .mainer {
- margin-left: 180px;
- }
- .field-icon-right .icon {
- bottom: 0px;
- top: auto
- }
- .logo {
- float: left;
- color: #FFF;
- margin-top: 10px;
- line-height: 45px;
- }
- .logo img {
- float: left;
- margin-right: 10px;
- }
- .loginbox {
- background: url(../images/tmbg-white.png);
- border: 0px;
- }
- /********头部******/
- #logOut {
- width: 28px;
- height: 28px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50%;
- }
- .header {
- height: 70px;
- overflow: hidden;
- background: url(../images/bg.jpg) no-repeat 0 -1000px;
- }
- .head-l {
- margin-right: 15px;
- display: flex;
- align-items: center;
- }
- .head-l .bg-blue:hover {
- background-color: #03b6fd;
- }
- .leftnav {
- width: 180px;
- height: calc(100% - 60px);
- overflow: auto;
- overflow-x: hidden;
- position: fixed;
- top: 70px;
- left: 0px;
- background: #077fbb;
- }
- .leftnav-title {
- height: 50px;
- background: url(../images/bg.jpg) no-repeat 0 -1000px;
- color: #FFF;
- padding-left: 22px;
- font-size: 14px;
- line-height: 50px;
- }
- .leftnav-title span {
- margin-right: 10px;
- }
- .leftnav h2 {
- padding: 10px 0 10px 22px;
- transition: all .1s ease-in-out;
- display: block;
- cursor: pointer;
- font-weight: bold;
- font-size: 14px;
- border-top: 1px solid #F8F8FF;
- color: rgba(255,255,255,.7);
- }
- .leftnav h2.on {
- color: white;
- }
- .leftnav .border-bottom {
- border-bottom: 1px solid #b5cfd9;
- }
- .leftnav h2 span {
- margin-right: 10px;
- }
- .leftnav h2:hover {
- color: white;
- }
- .leftnav ul {
- display: none;
- border-top: 1px solid #F8F8FF;
- padding: 5px 0;
- opacity: 1;
- }
- .leftnav ul li {
- list-style-type: none;
- color: rgba(255,255,255,.7);
- }
- .leftnav ul li a {
- display: block;
- padding-left: 30px;
- line-height: 30px;
- color: rgba(255,255,255,.7)!important;
- }
- .bread:after{
- content: '';
- display: block;
- clear: both;
- }
- .leftnav ul li span {
- margin-right: 8px;
- }
- .leftnav ul li a:hover,
- .leftnav ul li a.on {
- color: white;
- }
- /***主要内容***/
- .admin {
- background: #fff;
- position: fixed;
- border-left: solid 1px #b5cfd9;
- right: 0;
- bottom: 0;
- top: 110px;
- left: 180px;
- padding: 15px;
- padding-right: 0px;
- padding-bottom: 0px;
- overflow: auto;
- border-top: 1px solid #b5cfd9;
- padding-right: 15px;
- }
- .content {
- width: 100%;
- }
- .body-content {
- padding: 20px 0;
- overflow: hidden;
- }
- .content .title {
- border-bottom: 1px solid #dfdfdf;
- line-height: 35px;
- font-size: 14px;
- font-weight: bold;
- color: #09c
- }
- .form-x .form-group .label {
- width: 10%;
- }
- .form-x .form-button {
- margin-left: 10%;
- }
- .w50 {
- width: 25%;
- float: left;
- }
- .form-x .tipss {
- float: left;
- padding-left: 10px;
- color: #888;
- line-height: 42px;
- }
- .input-help {
- float: left;
- line-height: 30px;
- }
- .input-help li {
- float: left;
- margin-left: 10px;
- }
- .bread {
- margin-left: 185px;
- margin-top: 4px;
- background: #077fbb;
- color: white;
- border-radius: 0;
- }
- .bread li {
- float: left;
- color: white;
- }
- .bread a{
- color: white!important;
- }
- .label label {
- font-weight: normal;
- color: #333;
- }
- .form-group {
- margin-bottom: 12px;
- }
- /*.button{ padding:10px 15px;}*/
- .form-group .field .file {
- background: #FFF;
- border: 0px;
- }
- .form-group .field input[type=radio] {
- vertical-align: middle;
- line-height: 35px;
- margin-right: 5px;
- }
- .form-group .radio {
- line-height: 35px;
- }
- .table th {
- text-align: center;
- }
- .table td {
- vertical-align: middle;
- }
- .tip img {
- width: 100px;
- height: 100px;
- }
- .clear {
- clear: both;
- overflow: hidden;
- }
- .pagelist {
- padding: 10px 0;
- text-align: center;
- }
- .pagelist span,
- .pagelist a {
- border-radius: 3px;
- border: 1px solid #dfdfdf;
- display: inline-block;
- padding: 5px 12px;
- }
- .pagelist a {
- margin: 0 3px;
- }
- .pagelist span.current {
- background: #09F;
- color: #FFF;
- border-color: #09F;
- margin: 0 2px;
- }
- .pagelist a:hover {
- background: #09F;
- color: #FFF;
- border-color: #09F;
- }
- .pagelist label {
- padding-left: 15px;
- color: #999;
- }
- .pagelist label b {
- color: red;
- font-weight: normal;
- margin: 0 3px;
- }
- .search {
- overflow: hidden;
- }
- .search li {
- float: left;
- margin-right: 15px;
- line-height: 35px;
- }
- .button.bg-main.icon-check-square-o {
- padding: 10px 30px;
- }
- .button.bg-main.icon-check-square-o:hover {
- background: #08bbe1;
- }
- input[type="checkbox"],
- input[type="radio"] {
- width: 15px;
- height: 15px;
- vertical-align: -3px;
- margin-right: 5px;
- }
- textarea[name=content] {
- width: 100%;
- height: 500px;
- border: 1px solid #ddd;
- border-radius: 3px;
- -webkit-border-radius: 3px;
- }
- .fixed-modal-modify {
- padding-top: 30px;
- }
- td {
- border-right: 1px solid #ddd;
- }
- table {
- border-left: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- }
- #page {
- text-align: center;
- margin-top: 15px;
- }
- th {
- border-bottom: none!important;
- border-right: 1px solid #ddd;
- }
- .fixed-modal-modify {
- width: 600px;
- display: none;
- padding: 30px;
- position: fixed;
- top: 10px;
- left: calc(50% - 300px);
- background: white;
- border: 1px solid #ddd!important;
- box-shadow: 0 0 10px #ddd!important;
- }
- .self-sl {
- margin-right: 15px;
- }
- .self-sl select{
- width: 80px;
- }
- .toManage a {
- color: #09c;
- text-decoration: underline;
- }
- .toManage span {
- color: #626675;
- text-decoration: underline;
- cursor: pointer;
- }
|