| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- /*导航样式开始*/
- .syIcon {
- display: inline-block;
- background: url(../img/syIcon.png) no-repeat;
- height: 20px;
- width: 20px;
- vertical-align: middle;
- }
- .daoHang {
- padding: 8px 15px;
- }
- .daoHang .dhLeft {
- float: left;
- }
- .daoHang .dhLeft a {
- font-size: 14px;
- color: #999;
- }
- .dhLeft {
- font-size: 14px;
- color: #999;
- }
- .dhLeft a {
- font-size: 14px;
- color: #999;
- }
- .daoHang .dhRight {
- float: right;
- color: #1ab394;
- font-size: 18px;
- cursor: pointer;
- }
- .nowPosition {
- color: #01a1cb !important;
- }
- /*导航样式结束*/
- /*公共样式*/
- .btns {
- background: #00a1cb;
- color: #fff;
- padding: 6px 18px;
- outline: none;
- /* font-size: 14px; */
- margin-left: 15px;
- border: 0;
- border-radius: 3px;
- box-sizing: border-box;
- cursor: pointer;
- vertical-align: middle;
- }
- .export.btns {
- padding: 7px 10px;
- }
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- .toolBar {
- padding: 15px 0;
- border-bottom: 1px solid #ccc;
- margin-bottom: 25px;
- padding-right: 45px;
- }
- .toolLeft {
- float: left;
- }
- .toolRight {
- float: right;
- }
- .toolBar input {
- width: 150px;
- padding: 2px 2px 2px 10px;
- height: 33px;
- /* border: 1px solid #ebebeb; */
- border: 1px solid rgb(204, 204, 204);
- /* color: #1ab394; */
- outline: none;
- vertical-align: middle;
- }
- .model {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 100;
- display: none;
- }
- .delModel .box {
- width: 23%;
- }
- .box {
- width: 55%;
- margin: 0 auto;
- margin-top: 5%;
- }
- .box .btop {
- height: 35px;
- background: #1ab394;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- /*margin-bottom: 15px;*/
- }
- .box .btop p.btl {
- float: left;
- margin: 0;
- }
- .box .btop p.btr {
- float: right;
- cursor: pointer;
- margin: 0;
- font-size: 20px;
- }
- .box > input {
- display: block;
- height: 34px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- margin: 35px auto;
- }
- .boxCon {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 10px 15px;
- height: auto;
- overflow-y: auto;
- }
- .boxCon > div {
- padding: 15px 0;
- }
- .boxCon table {
- width: 100%;
- }
- .boxCon table th {
- padding: 5px 8px 5px 0;
- text-align: right;
- width: 32%;
- }
- .boxCon table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #717171;
- line-height: 200%;
- }
- .boxCon table td textarea {
- width: 70%;
- vertical-align: middle;
- resize: none;
- }
- .boxCon table td > input[type="text"] {
- height: 27px;
- }
- .kong {
- display: none;
- vertical-align: middle;
- margin-left: 3px;
- }
- .Importent {
- color: #fe6604;
- }
- .layui-layer-title {
- background: #00a1cb;
- }
- .table-head table thead {
- width: calc(100% - 5px);
- }
- .table-body {
- width: 100%;
- height: 515px;
- overflow-y: scroll;
- overflow-x: scroll;
- }
- .table-head table,
- .table-body table {
- width: 100%;
- }
- .table-head {
- background: #00a0cd;
- }
- /*公共弹框样式*/
- .Common {
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 10px 15px;
- height: auto;
- overflow-y: auto;
- }
- .Common table {
- width: 100%;
- }
- .Common table th {
- padding: 5px 8px 5px 0;
- text-align: right;
- width: 10%;
- }
- .Common table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #000000;
- line-height: 200%;
- }
- .Common table td textarea {
- width: 100%;
- vertical-align: middle;
- resize: none;
- outline: none;
- }
- .select_ {
- width: 150px;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- outline: none;
- vertical-align: middle;
- }
- .Common span {
- background-image: none;
- /*border: 1px solid #ccc;*/
- border-radius: 1px;
- color: inherit;
- /*padding: 6px 12px*/
- }
- .btn_box {
- margin-top: 30px;
- }
- .imgs a {
- margin-right: 5px;
- }
- .input_ {
- width: 128px;
- padding: 2px 2px 2px 10px;
- height: 27px;
- border: 1px solid #ebebeb;
- outline: none;
- vertical-align: middle;
- }
- .Hidens {
- display: none;
- }
- .xg {
- margin-right: 5px;
- }
- /*修改 手机客户端管理弹出框导航颜色*/
- .model .box .btop {
- background-color: #00a1cb;
- }
- .Reds {
- color: #ed5565;
- }
- .Greens {
- color: #46be8a;
- }
- .Yellows {
- color: #ff9800;
- }
- /*工单上传附件*/
- .files {
- display: inline-block;
- background: #666;
- color: #fff !important;
- font-size: 12px;
- padding: 0 5px !important;
- border: 0 !important;
- margin-left: 8px !important;
- margin-bottom: 3px;
- }
- .files i {
- margin-left: 3px;
- color: #a9a5a5;
- cursor: pointer;
- }
- .files:hover i {
- color: #fff;
- }
- #scwj {
- padding: 0 12px !important;
- outline: none;
- }
- #scwj:hover {
- background: #03a0cb;
- color: #fff;
- transition: 0.25s;
- }
- .fileBox {
- display: inline-block;
- }
- .btn-default {
- background: #ffffff;
- color: #000000;
- }
- .radioStyle {
- vertical-align: -2px;
- margin-right: 3px !important;
- }
- .layui-menu-body-panel {
- margin: 0 !important;
- }
- .layui-menu li:hover {
- background-color: #00a1cb !important;
- }
- .layui-menu li {
- margin: 0 !important;
- padding: 2px 15px !important;
- height: 16px;
- line-height: 12px !important;
- font-size: 12px !important;
- }
|