12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160 |
- /*全局*/
-
- 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: 80px;
- line-height: 80px;
- font-size: 22px;
- }
- .ey-head .logo li img {
- max-width: 100%;
- height: 77px;
- }
- @media screen and (max-width:768px) {
- .ey-head .logo li img {
- height: 90%;
- }
- }
-
- .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;
- }
-
-
- .tab_list {
- font-size: 0
- }
-
- .tab_list ul {
- margin: 0;
- padding: 0;
- }
-
- .tab_list li {
- cursor: pointer;
- display: inline-block;
- position: relative;
- font-size: 17px;
- width: 105px;
- color: #666;
- margin: 0 0 0 10px
- }
-
- .tab_list li::before {
- content: '';
- position: absolute;
- bottom: -10px;
- left: 0;
- width: 100%;
- height: 2px;
- border-radius: 2px;
- transition: transform .3s;
- }
-
- .tab_list li.current {
- color: #ff9600
- }
-
- .tab_list li.current::before {
- background: #ff9600;
- content: '';
- position: absolute;
- bottom: -10px;
- left: 0;
- width: 100%;
- height: 2px;
- border-radius: 2px;
- transition: transform .3s;
- }
-
- .tab_con .item {
- display: none;
- }
- /*登录界面*/
-
- .login_index {
- background-color: #efefef;
- background-image: url(../images/2015020201454781.jpg);
- }
- .login_index a.btn {
- margin-top: 20px;
- }
- .login_index .login_type {
- text-align: center;
- margin-top: 20px;
- }
- .login_index .login_type p {
- color: #444;
- }
- .login_index .login_type .row {
- padding-top: 5px;
- }
- .login_index .login_type i {
- font-size: 35px;
- }
- .login_index .login_type i.fa-qq {
- color: #70A8D6;
- }
- .login_index .login_type i.fa-weibo {
- color: #E07366;
- }
- .login_index .login_type i.fa-weixin {
- color: #54C135;
- }
- .login_index .form-control {
- border: 0;
- }
-
- .reg .images_upload_main .images_upload{
- display: inline-block;
- margin-right: 10px;
- float: left;
- }
- .reg .images_upload_main .images_upload:last-child{
- margin-right: 0;
- }
- .reg .images_upload_main .fieldext_upload {
- display: inline-block;
- margin-right: 10px;
- display: inline-block;
- }
- .reg .images_upload_main .images_upload_item{
- position: relative;
- width: 60px;
- height: 60px;
- overflow: hidden;
- border: 1px solid #eee;
- }
- .reg .images_upload_main .images_upload_item img {
- position: absolute;
- width: 60px;
- height: 60px;
- }
-
- .reg .images_upload_main .images_upload_item .delete{
- position: absolute;
- top:0;
- right: 0;
- z-index: 2;
- width: 0px;
- height: 0px;
- border-top:30px solid rgba(0,0,0,0.5);
- border-left:30px solid transparent;
- }
- .reg .images_upload_main .images_upload_item .delete::after {
- position: relative;
- content: "\d7";
- font-size: 20px;
- color: white;
- top: -33px;
- right: 14px;
- }
- /*注册页面*/
-
- .register_index form, .reg .header {
- margin: 0px auto;
- max-width: 500px;
- }
- .register_index .login_link {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .register_index .ey-more {
- position: relative;
- }
- .register_index .ey-more span {
- position: absolute;
- text-align: center;
- height: 30px;
- line-height: 30px;
- left: 50%;
- margin-left: -50px;
- top: -15px;
- width: 100px;
- overflow: hidden;
- background-color: #fff;
- }
- .register_index .login_code .form-control-feedback {
- display: none!important;
- }
- /*邮箱验证*/
-
-
-
- /*短信验证*/
-
- .phone_code {
- margin: 5px 0px;
- min-width: 100%;
- }
- .phone_code .badge {
- font-weight: normal;
- background: #777;
- color: #fff;
- }
- .register_index .fa-mobile {
- font-size: 26px!important;
- }
- /*会员中心*/
-
- .ey-head .user-info {
- padding-top: 20px;
- }
- .ey-head .user-info .breadcrumb {
- background: none;
- padding: .75rem 1.5rem;
- }
- .member-profile {
- padding: 10px 0px;
- }
- .member-profile-content {
- margin: 0px;
- padding: 20px;
- }
- .member-profile-content .sidebar .list-group-item {
- border: none;
- border-radius: 0px;
- line-height: 17px;
- }
- .ey-member-index .form-group {
- margin-bottom: 0px;
- }
- .ey-member-index .row {
- margin-top: 40px;
- }
- .ey-member-index .basic .row:last-child {
- border-bottom: none;
- }
- .ey-member-index .ey-form {
- max-width: none;
- background: none;
- padding: 0px;
- margin: 0px;
- }
- .ey-member-index .panel {
- border: none;
- border-radius: 0px;
- box-shadow: none;
- }
- .ey-member-index .panel-default>.panel-heading {
- border-radius: 0px;
- font-size: 16px;
- }
- .member-profile-content .sidebar .list-group {
- margin-bottom: 0px;
- }
- .member-profile-content .ey-member-profile {
- background: #fff;
- padding: 15px;
- min-height: 500px;
- }
- .member-profile-content .sidebar-box {
- background: #fff;
- padding: 20px 15px;
- }
- /*帐号安全*/
-
- .ey-member-safety {
- }
- .ey-member-safety .media {
- padding: 30px 0px;
- border-bottom: 1px solid #ddd;
- position: relative;
- }
- .ey-member-safety .media button {
- }
- .ey-member-safety .media i {
- font-size: 25px;
- width: 50px;
- text-align: center;
- color: #337ab7;
- }
- .ey-member-safety .media i.fa-unlock-alt {
- font-size: 33px;
- }
- .ey-member-safety .media i.fa-mobile {
- font-size: 48px;
- }
- .ey-member-safety .media .media-body {
- color: #999;
- }
- .ey-member-safety .media .media-heading {
- font-size: 18px;
- color: #444;
- }
- .ey-member-safety .modal .modal-body {
- padding: 15px 15px 0px;
- }
- .ey-member-safety .modal form {
- padding: 0px 0px 0px;
- margin: 0px;
- max-width: none;
- }
- .ey-member-safety .media .loading {
- background: #fff url(../images/loading.gif) no-repeat center center;
- color: #fff;
- }
- /*新增样式*/
-
-
-
- .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;
- }
- .user-tx a {
- width: 160px;
- display: block;
- position: relative;
- }
- .user-tx a img {
- width: 100%;
- }
- .user-tx span {
- display: block;
- height: 22px;
- line-height: 22px;
- text-align: center;
- background: #ff6565;
- color: #fff;
- width: 100%;
- position: absolute;
- bottom: 0px;
- left: 0px;
- }
- .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: 13px;
- 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 {
- margin-top: 30px;
- margin-bottom: 10px;
- text-align: center;
- }
- .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: 15px;
- margin-bottom: 40px;
- padding: 0;
- text-align:center
- }
-
- /*邮箱认证*/
- .yxrz{ }
- .yxrz .form-control{width: 70%; border-right: none;}
- .yxrz .btn-primary{width: 30%;height: 36px; background: #999 !important; height: 36px !important;}
- .yxrz .btn-primary:hover, .yxrz .btn-primary:focus, .yxrz .btn-primary:active{background: #888 !important; }
-
- .reg .sento{background: #999 !important;}
- .reg .sento .btn-primary:hover, .reg .sento .btn-primary:focus, .reg .sento .btn-primary:active{background: #888 !important; }
- .czl{ width:88px; height: 32px !important; margin-right: 3px; padding: 0px 3px;}
-
- .font-size-24{ font-size:24px; }
- .green-400 {
- color: #7dd3ae!important;
- }
-
- [class*=' wb-'], [class^=wb-] {
- font-family: 'Web Icons';
- font-weight: 400;
- font-style: normal;
- position: relative;
- display: inline-block;
- -webkit-transform: translate(0, 0);
- -ms-transform: translate(0, 0);
- -o-transform: translate(0, 0);
- transform: translate(0, 0);
- text-rendering: auto;
- speak: none;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .font-size-75 {
- font-size: 75px!important;
- }
- /*分页*/
- .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:2.8rem; }
-
-
-
- /* 新增微信端登录 */
-
- .login-reg .wrapper {
- padding: 0 44px;
- }
- .login-reg .wrapper .hend-box {
- padding-top: calc(30px);
- }
- .login-reg .wrapper .hend-box .title {
- padding-top: calc(57px);
- font-style: normal;
- font-size: 33px;
- font-weight: 700;
- color: #333;
- line-height: 1.8;
- }
- .login-reg .wrapper .hend-box .desc {
- font-size: 15px;
- line-height: 1.8;
- color: #333;
- }
- .login-reg .wrapper .cont-box{
- }
- .login-reg .wrapper .cont-box .wx-form-group{
- position: relative;
- flex: 1;
- display: flex;
- margin-top: 33px;
- }
- .login-reg .wrapper .cont-box .wx-form-group .wx-form-control{
- display: block;
- width: 100%;
- overflow: hidden;
- min-height: 33px;
- height: 33px;
- border: none;
- border-bottom: 1px solid #eee;
- letter-spacing: 1px;
- font-size: 15px;
- line-height: 33px;
- color: rgb(51, 51, 51);
- }
- .login-reg .wrapper .cont-box .wx-form-group .password-icon{
- position: absolute;
- top: 7px;
- right: 8px;
- width: 18px;
- height: 18px;
- background-color: #ccc;
- z-index: 10;
- cursor: pointer;
- }
- .login-reg .wrapper .cont-box .wx-form-group .password-icon.pass-show{
- background: url(../images/password_show.png) no-repeat center center;
- }
- .login-reg .wrapper .cont-box .wx-form-group .password-icon.pass-hide{
- background: url(../images/password_hide.png) no-repeat center center;
- }
- .login-reg .wrapper .cont-box .wx-form-group .wx-form-control:focus{
- border-bottom: 1px solid #eee;
- outline:none
- }
- .login-reg .wrapper .cont-box .wx-form-group .wx-form-control::-webkit-input-placeholder {
- color: #6E6E6E !important;
- }
-
- .login-reg .wrapper .cont-box .wx-form-group .wx-form-control:-moz-placeholder {
- color: #6E6E6E !important;
- }
-
- .login-reg .wrapper .cont-box .wx-form-group .wx-form-control::-moz-placeholder {
- color: #6E6E6E !important;
- }
-
- .login-reg .wrapper .cont-box .wx-form-group .wx-form-control:-ms-input-placeholder {
- color: #6E6E6E !important;
- }
- .login-reg .wrapper .cont-box .wx-form-group .field {
- position: relative;
- width: 100%;
- }
- .login-reg .wrapper .cont-box .wx-form-group .field img{
- width: 77px;
- height: 28px;
- position: absolute;
- right: 1px;
- bottom: 4px;
- z-index: 10;
- top: 0px;
- }
- .login-reg .wrapper .cont-box .wx-form-group .field .sento{
- width: 77px;
- height: 33px;
- position: absolute;
- right: 0;
- z-index: 10;
- top: 0px;
- line-height: 33px;
- font-size: 13px;
- color: #f4391c;
- border: none;
- background: none;
- }
-
- .login-reg .wrapper .cont-box .clause-box{
- position: relative;
- margin: 15px 0 15px 0;
- display: flex;
- }
- .login-reg .wrapper .cont-box .clause-box a{
- color: #999;
- }
- .login-reg .wrapper .cont-box .clause-box .checkbox-label .check-mark{
- top: 0;
- }
- .login-reg .wrapper .cont-box .clause-box .checkbox-label{
- padding-right: 2px;
- }
- .login-reg .wrapper .cont-box .clause-box .checkbox-label .check-mark{
- width: 18px;
- height: 18px;
- }
- .login-reg .wrapper .cont-box .btn-lg{
- background: linear-gradient(57.72deg,#ff8a19 18.14%,#ff5e00 98.44%);
- border-radius:25px
- }
- .login-reg .wrapper .cont-box .account-login{
- margin-top: 35px;
- }
- .account-login { text-align: center; }
-
- .account-login a { display: inline-block; }
-
- .account-login .weibo-login, .account-login .wechat-login, .account-login .qq-login { width: 42px; height: 42px; margin: 0 10px; background-repeat: no-repeat; background-position: center; border-radius: 50%; cursor: pointer; }
-
- .account-login .wechat-login { background-image: url("../images/login-wechat.png");background-color: #58bc46; }
-
-
- .account-login .weibo-login { background-image: url("../images/login-weibo.png");background-color: #e90e24; }
-
-
- .account-login .qq-login { background-image: url("../images/login-qq.png");background-color: #3caae3; }
|