123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
- /*全局*/
-
- body {
- font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
- }
- .list-none {
- padding: 0px;
- margin: 0px;
- list-style: none;
- }
- .ey-head {
- height: 80px;
- overflow: hidden;
- }
- .ey-head .logo li {
- float: left;
- height: 60px;
- line-height: 60px;
- font-size: 22px;
- }
- .ey-head .logo li img {
- max-width: 100%;
- }
- .ey-head .logo ul>li+li:before {
- padding: 0 10px;
- color: #ddd;
- font-size: 22px;
- content: "|\00a0"
- }
- .ey-footer {
- text-align: center;
- padding: 30px;
- color: #777;
- }
- .ey-footer p {
- margin-bottom: 5px;
- }
- .breadcrumb>li {
- display: inline-block;
- }
- .breadcrumb>li+li:before {
- padding: 0 5px;
- color: #ccc;
- content: "/\00a0";
- }
- .ey-member {
- background-color: #f7f7f7;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- padding: 50px 0px;
- overflow-x: hidden;
- }
- .ey-member input.form-control, .ey-member textarea.form-control {
- border-radius: 0px;
- height: 43px;
- }
- .ey-member .input-group .input-group-addon {
- border-radius: 0px;
- background: #efefef;
- }
- .ey-member .input-group i.fa {
- font-size: 18px;
- color: #aaa;
- width: 20px;
- text-align: center;
- }
- .ey-member select.form-control {
- border-radius: 0px;
- }
- .ey-member textarea.form-control {
- height: auto;
- }
- .ey-member .login_link {
- text-align: right;
- margin-bottom: 15px;
- }
- .ey-member .login_code_img img {
- height: 43px;
- cursor: pointer;
- }
- .ey-member .form-control-feedback {
- height: 43px;
- line-height: 43px;
- padding-right: 20px;
- }
- .ey-member .btn {
- border-radius: 0px;
- }
- .ey-form-choice {
- padding: 10px;
- }
- .ey-form-file-title {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .ey-form .ey-upfile .file-drop-zone {
- border: 0px;
- margin: 0px;
- }
- .ey-form .ey-upfile .file-preview {
- border-radius: 0px;
- max-width: 220px;
- } /*display:none;*/
- .ey-form .ey-upfile .kv-upload-progress {
- max-width: 220px;
- } /*display:none;*/
- .ey-form .ey-upfile .kv-upload-progress .progress {
- border-radius: 0px;
- } /*display:none;*/
- .ey-form .ey-upfile .file-preview .file-actions {
- display: none;
- }
- .ey-form .ey-upfile .file-preview-frame {
- box-shadow: none;
- display: block;
- margin: 0px;
- border: 0;
- padding: 0px;
- float: none;
- height: auto;
- }
- .ey-form .ey-upfile .file-preview-frame img {
- width: 100%!important;
- height: auto!important;
- }
- .ey-form .ey-upfile .file-preview-frame:hover {
- box-shadow: none;
- }
- .ey-form .ey-upfile .file-drop-zone-title {
- font-size: 30px;
- }
- .ey-form .ey-upfile .fileinput-cancel-button {
- width: 76px;
- }
- .ey-form .ey-upfile .progress {
- margin-bottom: 10px;
- }
- .ey-form .select-linkage .form-control {
- padding-right: 0px;
- }
- .has-success .form-control {
- border-color: #ccc;
- }
- .has-success .input-group-addon {
- border-color: #ccc;
- }
-
- /*新增样式*/
-
-
-
- .panel-default .panel-heading {
- background: none;
- border-bottom: 2px solid #f7f7f7;
- height: 44px;
- line-height: 44px;
- }
- .panel-default .panel-heading strong {
- cursor: pointer;
- background: none;
- font-weight: normal;
- background: -moz-linear-gradient(top, #e1e1e1, #fff);
- font-size: 16px;
- float: left;
- margin: 0 2px 0 0;
- height: 44px;
- line-height: 45px;
- width: 111px;
- text-align: center;
- }
- .ey-member-index .basic .panel-body {
- clear: both
- }
- .panel-default .panel-heading span {
- float: right;
- padding-right: 10px;
- font-size: 13px;
- cursor: pointer;
- }
- .panel, .member-profile-content .sidebar-box {
- padding: 0px !important;
- }
- li.list-group-item {
- padding: 0px !important;
- }
-
- .input-txt {
- width: 80%;
- padding: 6px 12px;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 0;
- -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- box-shadow: none;
- border-radius: 0;
- height: 36px;
- box-sizing: border-box;
- font-size: 12px;
- color: #333;
- }
- .btn-primary {
- width: 101px;
- border: none !important
- }
- .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
- -moz-box-shadow: 1px 1px 2px #ccc; /* 老的 Firefox */
- box-shadow: 1px 1px 2px #ccc;
- }
- .panel-default select {
- height: 38px;
- line-height: 38px;
- border-radius: 0;
- border: 1px solid #ccc;
- padding-left: 7px;
- }
- span.redx {
- color: red;
- float: right;
- width: 18%;
- text-align: left;
- vertical-align: middle;
- height: 38px;
- line-height: 38px;
- }
- p.notic {
- margin-bottom: 0px;
- }
- .sidebar-header {
- padding: 30px 15px;
- }
- .align-items-center {
- -ms-flex-align: center!important;
- align-items: center!important;
- }
- .sidebar-header .title h1 {
- color: #666;
- }
- .sidebar-header .title p {
- font-size: 0.9em;
- font-weight: 200;
- color: #666;
- margin: 0px;
- }
- .rounded-circle {
- border-radius: 50%!important;
- }
- .sidebar-header .avatar {
- width: 80px;
- margin: 0px auto;
- }
- .sidebar-header .avatar img {
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- margin: auto;
- width: 80px;
- height: 80px;
- }
- .d-flex {
- text-align: center
- }
- .sidebar-header .title {
- margin-top: 10px;
- clear: both
- }
- .ydc-icon {
- width: 18px;
- height: 18px;
- display: block;
- border: none;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 18px;
- }
- .list-group-item a {
- display: block;
- width: 100%;
- padding: 12px 0 12px 68px;
- line-height: 20px;
- position: relative;
- font-size: 14px;
- }
- .ydc-icon-find {
- margin-right: 8px;
- background-image: url(../images/homeico.png);
- }
- .active .ydc-icon-find {
- margin-right: 8px;
- background-image: url('../images/homeico2.png');
- }
- .fl {
- float: left;
- }
- .ydc-icon-record {
- margin-right: 8px;
- background-image: url('../images/caiwu-hei.png');
- }
- .active .ydc-icon-record {
- background-image: url('../images/caiwu.png');
- }
- .input-group {
- padding-top: 0px;
- margin: 0px auto;
- width: 320px;
- }
- .changepass .container {
- padding-top: 25px;
- }
- .changepass .modal-footer {
- text-align: center
- }
- .changepass .form-group {
- margin-bottom: 0px;
- }
- .reg {
- background: #f7f7f7;
- }
- .reg .input-group {
- width: 100%;
- }
-
- .reg .chicuele {
- position: absolute;
- right: 3px;
- bottom: 4px;
- height: 36px;
- z-index: 10;
- }
- .reg fieldset {
- border: 1px solid #e7e7e7
- }
- .reg legend {
- font-size: 1.1em;
- }
- .reg .radio, .reg .checkbox {
- width: 100%;
- float: left;
- }
- .reg .radio label, .reg .checkbox label {
- padding-left: 6px;
- }
- .reg .header {
- padding: 15px 0px;
- color: #fff;
- text-align: center
- }
- .reg .header span {
- font-size: 1.6rem;
- }
- .reg .select .dt {
- display: block;
- margin-bottom: .5rem;
- }
- .reg .panel-body {
- padding: 38px 50px 50px;
-
- }
- body.centre {
- overflow-x: hidden;
- }
- .centre .panel-body textarea {
- width: 80%;
- min-height: 60px;
- border: 1px solid #ccc
- }
- .centre .checkbox-custom, .centre .radio-custom {
- margin-top: 0px;
- }
- @media (min-width:640px) {
- .col-sm-2 {
- width: 20% !important
- }
- .col-sm-10 {
- width: 80%
- }
- .hamburger {
- display: none !important;
- }
- }
- .pay .ey-member-index .row {
- margin: 10px 0px;
- }
- .pay .panel-body{ padding:0px 10px 0px; }
- .pay .dataTables_wrapper{ margin-top:10px;}
- @media (max-width:640px) {
- .col-sm-2 {
- display: none;
- }
- .col-sm-10 {
- width: 100% !important;
- padding: 0px !important;
- }
- .nber {
- display: none;
- }
- .member-profile-content {
- padding: 0 5px;
- }
- .panel-body {
- padding: 8px;
- }
- .centre .panel-body {
- padding: 3px;
- }
-
- .ey-head .user-info .breadcrumb {
- display: none;
- }
- .ey-head {
- height: 68px;
- overflow: hidden;
- }
- .ey-head .logo li {
- float: left;
- height: 68px;
- line-height: 68px;
- font-size: 22px;
- }
- .changepass input.form-control {
- padding: 0px !important;
- text-indent: 8px;
- }
- .changepass input.btn-primary {
- position: absolute;
- right: -1px;
- top: 0px;
- z-index: 2;
- height: 38px;
- padding: 0px;
- border-radius: 2px;
- }
- .ey-member-index .row {
- margin-top: 30px;
- }
- }
- .tag-success {
- background: none;
- color: #333
- }
- .register_index input.sento {
- position: absolute;
- right: 0;
- top: 0px;
- z-index: 2;
- height: 42px;
- }
- /*-------------------------------*/
-
- #wrapper {
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- padding-left: 0;
- transition: all 0.5s ease;
- }
- #wrapper.toggled {
- padding-left: 220px;
- }
- #wrapper.toggled #sidebar-wrapper {
- width: 220px;
- }
- #wrapper.toggled #page-content-wrapper {
- margin-right: -220px;
- position: absolute;
- }
- #sidebar-wrapper {
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- background: #fff;
- height: 100%;
- left: 220px;
- margin-left: -220px;
- overflow-x: hidden;
- overflow-y: auto;
- transition: all 0.5s ease;
- width: 0;
- z-index: 1000;
- }
- #sidebar-wrapper::-webkit-scrollbar {
- display: none;
- }
- #page-content-wrapper {
- padding-top: 70px;
- width: 100%;
- }
-
-
- .hamburger {
- background: transparent;
- border: none;
- display: block;
- height: 30px;
- position: absolute;
- top: 20px;
- right: 10px;
- width: 30px;
- z-index: 999;
- }
- .hamburger:hover {
- outline: none;
- }
- .hamburger:focus {
- outline: none;
- }
- .hamburger:active {
- outline: none;
- }
- .hamburger.is-closed .hamb-top {
- -webkit-transition: all 0.35s ease-in-out;
- top: 5px;
- }
- .hamburger.is-closed .hamb-middle {
- margin-top: -2px;
- top: 50%;
- }
- .hamburger.is-closed .hamb-bottom {
- -webkit-transition: all 0.35s ease-in-out;
- bottom: 5px;
- }
- .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
- height: 3px;
- left: 0;
- position: absolute;
- width: 100%;
- }
- .hamburger.is-open .hamb-top {
- -webkit-transform: rotate(45deg);
- -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
- background-color: #ffffff;
- margin-top: -2px;
- top: 50%;
- }
- .hamburger.is-open .hamb-middle {
- background-color: #ffffff;
- display: none;
- }
- .hamburger.is-open .hamb-bottom {
- -webkit-transform: rotate(-45deg);
- -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
- background-color: #ffffff;
- margin-top: -2px;
- top: 50%;
- }
- /*-------------------------------*/
-
- /* Dark Overlay */
-
- /*-------------------------------*/
-
- .overlay {
- position: fixed;
- display: none;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.4);
- z-index: 1;
- }
- .list-group-item:first-child {
- border-radius: 0px !important;
- }
-
- .btn-group-lg>.btn, .btn-lg{ font-size:1rem}
- @media (min-width:640px) {
- .reg .panel-body {
- background: #fff;
- box-shadow: 0 0 50px #ccc;
- border-radius: 5px;
- border: #cecece;
- }
-
- }
- @media (max-width:640px) {
- .reg .panel-body{ padding:30px 15px;}
- .regi .panel-body{ padding:0px 15px 0px;}
- .reg .btn-primary{ width:auto}
- .panel-default .panel-heading strong{ width:80px; }
- .deta .ey-member-index .row {
- margin: 10px -10px;
- }
- h1.text-xs-center{ font-size: 2rem; margin-top: 10px !important; }
- }
- .changepass .form-group{ margin-bottom: 10px; }
- .form-group a.login_link{position: absolute;right: 0; top: 0;}
-
- .login-link {
- text-align: right;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .login-link span {
- color: #CACAD9;
- padding: 0 4px 0px 7px;
- text-align: center;
- font-size:12px;
- vertical-align: middle;
- }
- .login-link a {
- color: #999;
- vertical-align: middle;
- }
- em,i{ font-style:normal}
- .input-group em.tis{ position:absolute; right:6px; top:10px; z-index:3; color:#999}
- .mip-reg-logo {
- text-align: center;
- margin-bottom: 0px;
- margin-top: 10px;
- }
- .mip-reg-logo img{ width:65%;}
- .mip-reg-heading {
- font-size: 18px;
- color: #333;
- margin-top: 0px;
- margin-bottom: 40px;
- padding: 0;
- text-align:center
- }
-
-
- /*分页*/
- .pagination {
- display:inline-block;
- padding-left:0;
- border-radius:4px
- }
- .pagination>li {
- display:inline
- }
- .pagination>li>a, .pagination>li>span {
- position:relative;
- float:left;
- padding:6px 12px;
- margin-left:-1px;
- line-height:1.42857143;
- color:#337ab7;
- text-decoration:none;
- background-color:#fff;
- border:1px solid #ddd
- }
- .pagination>li:first-child>a, .pagination>li:first-child>span {
- margin-left:0;
- border-top-left-radius:4px;
- border-bottom-left-radius:4px
- }
- .pagination>li:last-child>a, .pagination>li:last-child>span {
- border-top-right-radius:4px;
- border-bottom-right-radius:4px
- }
- .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
- color:#23527c;
- background-color:#eee;
- border-color:#ddd
- }
- .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
- z-index:2;
- color:#fff;
- cursor:default;
- background-color:#337ab7;
- border-color:#337ab7
- }
- .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
- color:#777;
- cursor:not-allowed;
- background-color:#fff;
- border-color:#ddd
- }
- .deta .dataTables_paginate,div.fytotal{ text-align: center; }
-
- i.fa-power-off{ margin-right: 6px; margin-left: 2px; }
- .fa-power-off:before{ font-size:17px; color: #aaa;content: "\f127"; }
- /*第三方登录样式*/
- .login_type{ padding-top: 15px; }
- .login_type ul li i{ font-size:3rem; }
|