| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834 |
- <!DOCTYPE html>
- <html {{ HTML_ATTRS }}>
- <head>
- <link rel="stylesheet" href="/css/base.css"/>
- <link rel="stylesheet" href="/css/bootstrap.min.css"/>
- <link rel="stylesheet" href="/css/common.css">
- <link rel="stylesheet" href="/css/AdminLTE.css">
- <link rel="stylesheet" href="/css/skins/_all-skins.css">
- <link rel="stylesheet" href="/css/calendar.css">
- <link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.1.0/css/swiper.min.css">
- <!-- 引入样式 -->
- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
- <script type="text/javascript" src="//vuejs.org/js/vue.min.js"></script>
- <script type="text/javascript" src="//unpkg.com/uiv/dist/uiv.min.js"></script>
- {{ HEAD }}
- <script>
- (function (w, d) {
- if (/(MSIE)|(Trident)/.test(w.navigator.userAgent)) {
- var head = d.getElementsByTagName('head')[0]
- var appendScript = function (src) {
- var node = d.createElement('script')
- node.src = src
- head.appendChild(node)
- }
- // ployfill for all ie
- appendScript('https://cdn.bootcss.com/html5shiv/r29/html5.min.js')
- appendScript('https://cdn.bootcss.com/js-polyfills/0.1.33/polyfill.min.js')
- }
- })(window, document)
- </script>
- <style>
- body {
- font-family: "Microsoft Yahei", "微软雅黑";
- box-sizing: border-box;
- }
- .clearfix {
- clear: both;
- }
- /* 时间插件使用样式调整 */
- .el-input__prefix, .el-input__suffix {
- position: absolute;
- top: -4px;
- -webkit-transition: all .3s;
- height: 100%;
- color: #c0c4cc;
- text-align: center;
- }
- /* 调整消息提示样式 */
- .el-alert {
- width: 50%;
- margin-top: 10px;
- }
- .el-button {
- line-height: 0;
- }
- /* 调整模态框输入框大小 */
- #info-textarea {
- padding: 10px;
- height: 150px;
- width: 100%;
- }
- /*头部导航*/
- .header {
- padding: 0 40px 0 20px;
- width: 100%;
- height: 50px;
- line-height: 50px;
- background: #fff;
- box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
- -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
- -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
- -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
- z-index: 1000;
- }
- .header .navbar-left {
- position: relative;
- }
- .header a.logo {
- width: 100%;
- height: 100%;
- }
- .header a.logo img {
- width: 60px;
- height: 20px;
- }
- .header .logo-txt {
- margin: 0 30px 0 26px;
- font-size: 16px;
- font-weight: bold;
- color: #000;
- }
- .header .logo-txt:before {
- content: '';
- position: absolute;
- top: 18px;
- left: 75px;
- width: 1px;
- height: 18px;
- background: #000;
- }
- .header .logo-name {
- font-size: 12px;
- color: #333;
- }
- .header .logo-name i {
- margin-right: 5px;
- font-size: 16px;
- color: #7e7e7e;
- }
- .header .logo-name em {
- font-style: normal;
- font-size: 12px;
- color: #333;
- }
- .header .message {
- margin-left: 17px;
- position: relative;
- }
- .header .message i {
- font-size: 20px;
- font-weight: bold;
- color: #3a93f7;
- }
- .header .message .red {
- position: absolute;
- top: 0;
- right: -3px;
- width: 8px;
- height: 8px;
- background: #d82128;
- border-radius: 50%;
- }
- .header .navbar-right b {
- font-size: 12px;
- font-weight: normal;
- color: #333;
- }
- .header .navbar-right i {
- margin-right: 10px;
- font-size: 14px;
- }
- .header .navbar-right a:first-child i {
- color: #5777e0;
- }
- .header .navbar-right a:nth-child(2) i {
- color: #48bb20;
- }
- .header .navbar-right a:last-child i {
- color: #c83c3c;
- }
- .header .navbar-right a.line {
- position: relative;
- margin-right: 40px;
- }
- .header .navbar-right a.line b:after {
- content: '';
- position: absolute;
- top: 2px;
- right: -20px;
- display: inline-block;
- width: 1px;
- height: 16px;
- background: #adadad;
- }
- /*左侧菜单栏*/
- .main-sidebar, .left-side {
- margin-top: 50px;
- padding-top: 0;
- }
- .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
- background-color: #4d4a49;
- }
- .sidebar-menu .treeview-menu {
- padding-left: 0;
- }
- .sidebar-menu > li {
- border-bottom: 1px solid rgba(0, 0, 0, .5);
- }
- .sidebar-menu > li:last-child {
- border-bottom: none;
- }
- .skin-blue .sidebar-menu > li > a {
- border-left: none;
- }
- .skin-blue .sidebar-menu > li > a, .skin-blue .sidebar-menu > li > a {
- height: 40px;
- color: #d7d7d7;
- background: #4d4a49;
- }
- .skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
- color: #d7d7d7;
- background: #696d70;
- }
- .skin-blue .sidebar-menu > li > .treeview-menu {
- margin: 0;
- background: #4d4a49;
- }
- .sidebar-menu .treeview-list > li {
- border-bottom: 1px solid rgba(0, 0, 0, .5);
- }
- .sidebar-menu .treeview-list> li:last-child {
- border-bottom: none;
- }
- .skin-blue .treeview-list > li > a {
- color: #d7d7d7;
- padding-left: 55px;
- height: 40px;
- line-height: 40px;
- }
- .skin-blue .treeview-list > li > a.active, .skin-blue .treelist > li > a:hover {
- background: #696d70;
- }
- .sidebar .search {
- position: relative;
- margin: 0 auto;
- padding-top: 10px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- }
- .sidebar .search input {
- margin: 0 auto;
- width: 178px;
- height: 24px;
- text-align: center;
- border-radius: 12px;
- background: #5f5c5c;
- border: 1px solid #5f5c5c;
- }
- .sidebar .search i {
- position: absolute;
- top: 13px;
- right: 38px;
- font-size: 16px;
- color: #a6a6a6;
- }
- .sidebar .search .close {
- position: absolute;
- top: 0;
- right: 0;
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 3px;
- background: #5f5c5c;
- }
- .sidebar .search .close i {
- font-size: 12px;
- color: #fff;
- }
- /*content*/
- .content {
- min-height: 250px;
- margin: 0 auto;
- }
- .content-wrapper, .right-side {
- background-color: #fff;
- box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
- -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
- -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
- -o-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
- }
- .content .content-row {
- padding-top: 30px;
- padding-left: 35px;
- margin-bottom: 30px;
- }
- .content .list-inline .all {
- width: 100%;
- overflow: hidden;
- }
- .boxes {
- position: relative;
- border-radius: 3px;
- background: #ffffff;
- margin-bottom: 20px;
- width: 100%;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
- }
- .info {
- position: relative;
- }
- .info span {
- font-size: 14px;
- font-weight: bold;
- color: #000;
- }
- .info b.line:after {
- content: '';
- position: absolute;
- top: 10px;
- right: 0;
- width: 95%;
- height: 1px;
- background: #b7b7b7;
- }
- .form-group {
- position: relative;
- margin-right: 5%;
- float: left;
- height: 24px;
- line-height: 24px;
- }
- .form-group1 {
- position: relative;
- margin-right: 5%;
- margin-bottom: 10px;
- }
- .form-group1 textarea {
- width: 693px;
- border-radius: 0;
- }
- .form-group:last-child {
- margin-right: 0;
- }
- .form-group label {
- float: left;
- margin-right: 5px;
- width: 140px;
- font-size: 13px;
- font-weight: normal;
- color: #666;
- text-align: right;
- }
- .form-group2 label {
- margin-left: 10%;
- font-size: 16px;
- font-weight: normal;
- color: #666;
- text-align: right;
- margin-bottom: 10px;
- margin-top: 20px;
- }
- .form-group2 input {
- float: right;
- display: inline-block;
- margin-right: 30%;
- margin-bottom: 10px;
- margin-top: 20px;
- }
- .form-group1 label {
- float: left;
- margin-right: 5px;
- width: 140px;
- font-size: 13px;
- font-weight: normal;
- color: #666;
- text-align: right;
- }
- .form-group input {
- float: left;
- width: 250px;
- height: 30px;
- border-radius: 0;
- }
- .form-group1 input {
- float: left;
- width: 250px;
- height: 30px;
- border-radius: 0;
- }
- .form-group select {
- float: left;
- width: 250px;
- height: 30px;
- border-radius: 0;
- }
- .icon {
- position: absolute;
- top: 0;
- right: 3px;
- width: 25px;
- height: 24px;
- text-align: center;
- border-left: 1px solid #cfcfcf;
- cursor: pointer;
- }
- .icon i {
- font-size: 14px;
- color: #9d9d9d;
- }
- .find {
- position: absolute;
- top: 0;
- right: -80px;
- }
- .find a {
- display: inline-block;
- width: 62px;
- height: 24px;
- text-align: center;
- border-radius: 4px;
- color: #fff;
- background: #059eff;
- }
- .table > thead > tr {
- border: 1px solid #dcdcdc;
- height: 28px;
- background: #e4e4e4;
- text-align: left;
- }
- .table > thead > tr > th {
- font-size: 13px;
- font-weight: normal;
- color: #666;
- vertical-align: bottom;
- border: 1px solid #dcdcdc;
- background-color: #e4e4e4;
- }
- .table > tbody > tr {
- height: 28px;
- background: #fff;
- text-align: left;
- cursor: pointer;
- }
- .table > tbody > tr > td {
- font-size: 13px;
- color: #333;
- vertical-align: bottom;
- border: 1px solid #dcdcdc;
- }
- .table > tbody > tr > td.grey {
- /*background: #eee;*/
- z-index: 100;
- }
- .table > tbody > tr:hover {
- background: #bcd2ee !important;
- z-index: 1000;
- }
- .pagination {
- padding-left: 22px;
- margin: 0;
- }
- .pagination span {
- font-size: 12px;
- color: #5a5a5a;
- }
- .pagination span em {
- margin: 0 5px;
- font-size: 12px;
- font-style: normal;
- color: #2f95dd;
- }
- .pagination a {
- margin-left: 5px;
- text-decoration: none;
- font-size: 12px;
- color: #2f95dd;
- }
- .x-step {
- background: #e8e8e8;
- text-align: center;
- margin-left: 0;
- width: 100%;
- margin: 0 auto;
- height: 34px;
- margin-bottom: 10px;
- }
- .x-step-lg {
- font-size: 18px
- }
- .x-step-x li {
- width: 100%;
- cursor: pointer;
- font-weight: bold;
- }
- .x-step-2x li {
- width: 50%;
- float: left;
- cursor: pointer;
- font-weight: bold;
- }
- .x-step-2x li a:hover {
- color: #666;
- cursor: pointer;
- }
- .x-step-3x li {
- width: 33.3%;
- float: left;
- cursor: pointer;
- font-weight: bold;
- }
- .x-step-3x li a:hover {
- color: #666;
- cursor: pointer;
- }
- .x-step-10x li {
- width: 10%;
- float: left;
- }
- .x-step li {
- padding: 0;
- height: 34px;
- line-height: 34px;
- position: relative
- }
- .x-step-lg li {
- height: 46px;
- line-height: 46px;
- }
- .x-step li.active {
- background: #5078cb;
- color: #fff;
- }
- .x-step li.active:before, .x-step li.active:after, .x-step .x-split:before, .x-step .x-split:after {
- position: absolute;
- top: 0;
- display: inline-block;
- /* border-top: 17px solid transparent;
- border-bottom: 17px solid transparent;
- border-left: 17px solid transparent;*/
- content: '';
- }
- .x-step-lg li.active:before, .x-step-lg li.active:after, .x-step-lg .x-split:before, .x-step-lg .x-split:after {
- border-width: 23px
- }
- .x-step li.active:after {
- border-left-color: #5078cb;
- right: -17px;
- }
- .x-step-lg li.active:after {
- right: -23px;
- }
- .x-step li.active:before {
- border-left-color: #e8e8e8;
- left: -17px;
- z-index: 3
- }
- .x-step-lg li.active:before {
- left: -23px;
- }
- .x-step strong {
- font-style: italic;
- font-size: 120%;
- color: #777;
- margin-right: 5px;
- text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
- }
- .x-step li.active strong {
- color: #fff;
- }
- .x-step .x-split {
- float: right;
- }
- .x-step .x-split:after {
- border-left-color: #f5f8fa;
- right: -20px;
- z-index: 1
- }
- .x-step-lg .x-split:after {
- right: -26px
- }
- .x-step .x-split:before {
- border-left-color: #e8e8e8;
- right: -18px;
- z-index: 2
- }
- .x-step-lg .x-split:before {
- right: -24px
- }
- .x-step li:first-child:before, .x-step li:last-child:after {
- border-width: 0
- }
- .x-step li:nth-of-type(1) .x-split:after {
- border-left-color: #e8e8e8;
- right: -18px;
- z-index: 1;
- }
- .x-step li:nth-of-type(1) .x-split:before {
- border-left-color: #5078cb;
- right: -17px;
- z-index: 4;
- }
- .x-step li:nth-of-type(2).active .x-split:after {
- border-left-color: #e8e8e8;
- right: -18px;
- z-index: 1;
- }
- .x-step li:nth-of-type(2).active .x-split:before {
- border-left-color: #5078cb;
- right: -17px;
- z-index: 4;
- }
- .x-step li:nth-of-type(1).active:after, .x-step li:nth-of-type(2).active:before, .x-step li:nth-of-type(3).active:before {
- border-width: 0
- }
- .tab table thead th {
- text-align: center;
- background-color:#e4e4e4;
- height:28px;
- }
- .tab table td {
- background-color: white;
- text-align: center;
- }
- .tab table tr td input {
- display: inline-block;
- border: 0px;
- height: 20px;
- width: 100%;
- }
- .tab table tr input[type='button'] {
- display: inline-block;
- line-height: 20px;
- text-align: center;
- background-color: white;
- font-size: 25px;
- }
- .toggle {
- width: 80px;
- height: 20px;
- border: 1px solid #dcdcdc;
- font-size: 12px;
- text-align: center;
- background-color: #5078cb;
- color: white;
- font-size: 15px;
- }
- .buttons {
- margin-left: 3%;
- }
- .buttons button {
- width: 80px;
- height: 30px;
- background-color: #5078cb;
- color: white;
- font-size: 15px;
- }
- #tabTitle {
- cursor: pointer;
- }
- input.el-upload__input {
- display: none;
- }
- .upload-demo {
- margin-left: 100px;
- }
- .el-upload-list__item {
- width: 30%;
- }
- /*弹框*/
- .modal-dialog {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .modal-content {
- /*overflow-y: scroll; */
- position: absolute;
- top: 0;
- bottom: 0;
- width: 100%;
- }
- .modal-body {
- overflow-y: scroll;
- position: absolute;
- top: 55px;
- bottom: 65px;
- width: 100%;
- }
- .modal-header .close {
- margin-right: 15px;
- }
- .modal-footer {
- position: absolute;
- width: 100%;
- bottom: 0;
- }
- .ul {
- float: left;
- }
- .ul li {
- font-size: 16px;
- font-weight: normal;
- color: #666;
- margin-bottom: 10px;
- margin-top: 20px;
- }
- .filebutton {
- position: absolute;
- top: 660px;
- padding-left: 60px;
- }
- .filebutton button {
- width: 80px;
- height: 30px;
- background-color: #5078cb;
- color: white;
- font-size: 15px;
- }
- .el-input__inner {
- padding:0
- }
- /* .form-control[readonly], fieldset[disabled] .form-control{
- opacity:1;
- background-color: white;
- }*/
- </style>
- </head>
- <body {{ BODY_ATTRS }}>
- {{ APP }}
- </body>
- </html>
|