123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155 |
- html,body {
- font-family: 微软雅黑;
- }
- .checkbox input[type=checkbox],
- .checkbox-inline input[type=checkbox],
- .radio input[type=radio],
- .radio-inline input[type=radio] {
- margin-top: 2px;
- }
- .btn-default {
- color: inherit;
- background: white;
- border: 1px solid #e7eaec;
- }
- .btn-default:hover,
- .btn-default:focus,
- .btn-default:active,
- .btn-default.active,
- .open .dropdown-toggle.btn-default {
- color: inherit;
- border: 1px solid #d2d2d2;
- background: white;
- }
- .btn-default:active,
- .btn-default.active {
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
- background: white;
- }
- .btn-default:active,
- .btn-default.active,
- .open .dropdown-toggle.btn-default {
- background-image: none;
- }
- .btn-default.disabled,
- .btn-default.disabled:hover,
- .btn-default.disabled:focus,
- .btn-default.disabled:active,
- .btn-default.disabled.active,
- .btn-default[disabled],
- .btn-default[disabled]:hover,
- .btn-default[disabled]:focus,
- .btn-default[disabled]:active,
- .btn-default.active[disabled],
- fieldset[disabled] .btn-default,
- fieldset[disabled] .btn-default:hover,
- fieldset[disabled] .btn-default:focus,
- fieldset[disabled] .btn-default:active,
- fieldset[disabled] .btn-default.active {
- color:#ccc;
- background: #fff;
- }
- .btn-white {
- background-color: #c2c2c2;
- border-color: #c2c2c2;
- color: #FFFFFF;
- }
- .btn-white:hover,
- .btn-white:focus,
- .btn-white:active,
- .btn-white.active,
- .open .dropdown-toggle.btn-white {
- background-color: #bababa;
- border-color: #bababa;
- color: #FFFFFF;
- }
- .btn-white:active,
- .btn-white.active,
- .open .dropdown-toggle.btn-white {
- background-image: none;
- }
- .btn-white.disabled,
- .btn-white.disabled:hover,
- .btn-white.disabled:focus,
- .btn-white.disabled:active,
- .btn-white.disabled.active,
- .btn-white[disabled],
- .btn-white[disabled]:hover,
- .btn-white[disabled]:focus,
- .btn-white[disabled]:active,
- .btn-white.active[disabled],
- fieldset[disabled] .btn-white,
- fieldset[disabled] .btn-white:hover,
- fieldset[disabled] .btn-white:focus,
- fieldset[disabled] .btn-white:active,
- fieldset[disabled] .btn-white.active {
- background-color: #cccccc;
- border-color: #cccccc;
- }
- .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
- background-color: #1ab394;
- border-color: #1ab394;
- color: #fff;
- cursor: default;
- z-index: 2;
- }
- .pagination li > a:focus,.pagination li > a:hover {
- color: #1ab394;
- }
- .label { font-size:11px;}
- ul,li {padding:0;margin:0; list-style: none}
- .main-wrapper { width:1000px;margin: auto;padding:0; height: auto; background: #fff }
- .page-menubar{
- float:left;width:160px;
- }
- .page-content {
- float:left; padding:0; width:840px; display:none;
- }
- .top-navigation { border-bottom:1px solid #dadada;}
- .top-navigation .nav li.active, .top-navigation .nav li:active {
- background: #f3f3f4;
- }
- .top-navigation .nav > li.active {
- background: #f3f3f4;
- }
- .menu-head-top {
- padding-top:20px;
- }
- .menu-header {
- color:#a0a0a0;
- width:100%;padding:10px 5px;
- padding-top:30px;
- }
- .page-menubar li a { display:block;width:100%; background: #fff;padding:0px; line-height:36px; padding-left:5px; color:#333;font-size:14px;}
- .page-menubar li a:focus,
- .page-menubar li a:active,
- .page-menubar li a:hover,
- .page-menubar li.active a { color:#f90;background: #fff;}
- .page-heading { padding:5px 0; border-bottom: 1px solid #ccc; margin-bottom: 20px; position:relative;}
- .page-heading h2 { font-size:16px; }
- .page-heading .pull-right { padding-top:10px; }
- .page-heading .pull-right .btn { float:left; margin-left:10px; }
- .page-content { padding-bottom:50px;}
- select.select-sm { width:100px; }
- select.select-md { width:120px; }
- select.input-sm { line-height:18px; padding-top:0; padding-bottom: 0}
- .page-toolbar { height:35px;}
- .page-toolbar select
- { float:left; }
- .select2-container { ;float:left;}
- .form-horizontal .form-group::after {
- clear:disabled;
- }
- table tr td {
- position: relative;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- overflow: hidden; }
- .table-responsive .label { display:inline-block;margin:0;margin-bottom:2px;}
- .tab-pane { margin-top:20px;}
- .table-responsive.panel-body{overflow:auto;}
- .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{vertical-align:middle;}
- .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
- .table>thead>tr>th{border-top:none;}
- .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th{border-top:none;}
- .table>thead>tr>td.full,
- .table>tbody>tr>td.full,
- .table>tfoot>tr>td.full { word-break: break-all; overflow: auto; white-space:normal; }
- .modal-dialog .avatar-browser{min-height:480px;line-height:0;color:#428bca;}
- .modal-dialog .avatar-browser .thumbnail{display:block;float:left;width:100px;height:100px;margin-right:13px;cursor:pointer;overflow:hidden;}
- .modal-dialog .avatar-browser .thumbnail:hover{border-color:#428bca;}
- .modal-dialog .avatar-browser{min-height:480px;line-height:0;color:#428bca;}
- .modal-dialog .avatar-browser .thumbnail{display:block;float:left;width:100px;height:100px;margin-right:13px;cursor:pointer;overflow:hidden;}
- .modal-dialog .avatar-browser .thumbnail:hover{border-color:#428bca;}
- .pagination { margin:0;}
- #modal-webuploader .nav > li.active >a,
- #modal-webuploader .nav > li.active >a:active,
- #modal-webuploader .uploader .placeholder .webuploader-pick {background: #19aa8d; border: none;}
- #modal-webuploader .btn-primary:hover,
- #modal-webuploader .btn-info:active {background: #19aa8d;}
- #modal-webuploader .btn-info:active {border-color: #19aa8d;}
- #modal-webuploader .nav > li.active {border: none; background: none}
- #modal-webuploader .history-content {height: auto; overflow: hidden;}
- .history .img-list { margin: 4px; display: block; clear: both; list-style: outside none none; padding:0px;}
- .history .img-list .img-item { float: left; padding: 1px; cursor: pointer; position: relative;}
- .history .img-list .img-item .img-container { position: relative; width:75px; height:75px; text-align:center; background-color:#eee; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%;}
- .history .img-list .img-item .img-container:hover .img-meta{display:none; }
- .history .img-list .img-item .img-container .img-meta { width:100%; position: absolute; bottom: 0; z-index:1; background:rgba(0,0,0,0.5); color:#eee;}
- .history .img-list .img-item .img-container .select-status {display:inline-block; width:50px; height:50px; position: absolute; bottom:0; right:0; z-index:2;}
- .history .img-list .img-item-selected .img-container .select-status {display:inline-block; width:50px; height:50px; position: absolute; bottom:0; right:0; background: url('../images/success-small.png') no-repeat right bottom; z-index:2;}
- .history .img-list .img-item-selected .img-container .img-meta {display:none;}
- .history .img-list .img-item .btnClose{text-align:right; position:absolute; top:-10px; right:-5px; display:none; z-index:10;}
- .history .img-list .img-item:hover .btnClose{display:block;}
- .history .img-list .img-item .btnClose a{display:inline-block; width:20px; height:20px; text-align:center; line-height:20px; color:#fff; background:rgba(0,0,0,.3); border-radius:50%;}
- .history .img-list .img-item .btnClose a i.fa-times{font-size:14px; padding:3px;margin-top: 0;}
- .history .img-list .img-item .btnClose a:hover{background:rgba(0,0,0,1);}
- .pagination { margin:0;}
- .must::before {
- content:"*";
- position:absolute;
- right:0px;
- top:10px;
- color:#f30;
- font-size:12px
- }
- .msgbox {
- position:fixed;
- margin:auto;
- height:32px;
- line-height:32px;
- top:-32px; width:100%;
- text-align:center;
- z-index:111111111;
- transition-duration: 300ms;
- -webkit-transition-duration: 300ms;
- opacity:0;
- }
- .msgbox.in {
- top:0;
- opacity: 1;
- }
- .msgbox .msg {
- display:inline-block;
- white-space:nowrap;
- height:32px;
- line-height:32px; color:#fff; font-size:14px;
- min-width: 350px;
- }
- .msgbox .msg-success { background:#5cb85c }
- .msgbox .msg-error { background:#eaa000 }
- .aops a { position: relative; display:inline-block; padding:0 5px;}
- .aops a::after {
- content: '-';
- position:absolute;
- right:-4px;
- top:0px;
- color:#666;
- font-size:12px
- }
- .aops a:last-child::after { display: none;}
- .step-region {
- position:relative;
- border:1px solid #f2f2f2;
- margin-bottom: 10px;
- }
- .ui-step {
- padding:14px 0 8px 0;
- zoom:1
- }
- .ui-step:after {
- content:"";
- display:table;
- clear:both
- }
- .ui-step li {
- float:left;
- position:relative;
- -webkit-box-sizing:border-box;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- text-align:center
- }
- .ui-step li::before,.ui-step li::after {
- position:absolute;
- left:0;
- top:36px;
- display:block;
- content:' ';
- width:50%;
- height:4px;
- background:#999;
- z-index:1
- }
- .ui-step li::after {
- left:50%
- }
- .ui-step li:first-child::before {
- width:0
- }
- .ui-step li:last-child::after {
- width:0
- }
- .ui-step .ui-step-title {
- color:#999;
- font-size:12px;
- font-weight:bold;
- line-height:18px
- }
- .ui-step .ui-step-number {
- position:relative;
- display:inline-block;
- width:20px;
- height:20px;
- margin:10px 0;
- line-height:22px;
- background:#999;
- color:#fff;
- border-radius:100%;
- -webkit-box-sizing:border-box;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- z-index:2
- }
- .ui-step .ui-step-meta {
- color:#ccc
- }
- .ui-step li.ui-step-done::before,
- .ui-step li.ui-step-done::after,
- .ui-step li.ui-step-done .ui-step-number {
- background:#1ab394
- }
- .ui-step li.ui-step-done .ui-step-number {
- color:transparent
- }
- .ui-step li.ui-step-done .ui-step-number::after {
- position:absolute;
- left:0;
- width:17px;
- height:20px;
- line-height:22px;
- content:'√';
- color:#fff;
- font-family:serif
- }
- .ui-step li.ui-step-done .ui-step-title {
- color:#1ab394
- }
- .ui-step-2 li {
- width:50%
- }
- .ui-step-3 li {
- width:33.33333%
- }
- .ui-step-4 li {
- width:24.9999%
- }
- .ui-step-5 li {
- width:20%
- }
- .panel { border:1px solid #f2f2f2;}
- .table { table-layout: fixed}
- .dropdown-select>li>a input {
- position:absolute;
- left:-9999em
- }
- .dropdown-select-50 {
- min-width:50px;
- text-align:left;
- max-height:500px;
- overflow:auto
- }
- .dropdown-float li { float:left;display: block;}
- .text-default,.text-default a,.text-default:active,.text-default:hover { color:#999}
- .text-danger a,.text-danger:active,.text-danger:hover { color:red}
- input[type=text] { padding:0px 5px; }
- .form-group.splitter { border-bottom: 1px dotted #e7eaec;}
- .form-group-title { padding:0px 0 10px 20px; border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:14px;}
- .multi-img-details, .multi-audio-details {margin-top:.5em;max-width: 700px; padding:0; }
- .multi-img-details .multi-item{max-height: 100px; max-width: 100px; position:relative; float: left; margin-right: 18px; }
- .multi-img-details .multi-item img{width: 100px; }
- .multi-img-details .multi-item em{position:absolute; top: 0; right: -14px;}
- .multi-img-details .img-nickname
- { position: absolute;bottom:0px;line-height:25px;height:25px;color:#fff;text-align:center;width:90px; left:5px; bottom:5px;background:rgba(0,0,0,0.8);}
- .multi-audio-details .multi-audio-item {width:155px; height: 40px; position:relative; float: left; margin-right: 5px;}
- .js-switch { display:none; }
- .footer { margin:0; margin-top:50px; overflow: hidden; float:left; margin-bottom:10px;height:auto; padding:10px 0; }
- .order-container { position:relative;
- overflow:hidden;border:1px solid #f2f2f2;margin: 0px;
- }
- .order-container-left {
- float:left;width:300px;
- }
- .order-container-right {border-left:1px solid #f2f2f2;
- float:left;width:500px;position:relative;
- }
- .order-tips {
- width:95%;
- margin:10px;
- position: absolute;
- bottom:0;
- }
- .order-tips-title {
- padding: 10px 0 10px 45px;
- color:#f90;
- border-top:1px dotted #f2f2f2;
- }
- .order-tips-row {
- padding: 0px 0 2px 50px
- }
- .help-block-validate {
- display:block;
- padding:0;
- }
- .has-error .help-block-validate {
- color:#ed5565;
- }
- .tips-upgrade { position: fixed;z-index:999; bottom:10px;right:10px ;width:300px;height:auto; background:rgba(26,179,148,0.5);color:#fff; padding:10px;border-radius: 5px;}
- .tips-upgrade .tclose { position:absolute;top:10px; right:10px;color:#fff;}
- .tips-upgrade .title { padding:5px 10px;font-weight:bold;color:#fff;}
- .tips-upgrade .text { padding:10px;color:#fff;}
- .tips-upgrade .buttons { text-align: right; padding-top:5px;}
- /*功能条*/
- .funbar-btn {
- height: 110px;
- width: 34px;
- line-height: 10px;
- background: #1ab394;
- text-align: center;
- cursor: pointer;
- padding: 5px 0px;
- color: #fff;
- font-size: 15px;
- position: fixed;
- left: 0;
- top: 50%;
- margin-top: -40px;
- }
- .funbar {
- height: 100%;
- width: 84px;
- position: fixed;
- z-index: 999;
- top: 0;
- left: -120px;
- background: #f4f4f4;
- -moz-transition-duration: 300ms;
- -webkit-transition-duration: 300ms;
- transition-duration: 300ms;
- moz-user-select: -moz-none;
- -moz-user-select: none;
- -o-user-select:none;
- -khtml-user-select:none;
- -webkit-user-select:none;
- -ms-user-select:none;
- user-select:none;
- }
- .funbar.active {
- left: 0;
- }
- .funbar.edit {
- width: 150px;
- }
- .funbar:before {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- content: "";
- border-right: 1px solid #1ab394;
- z-index: 10;
- }
- .funbar .fb-header {
- height: 50px;
- background: #1ab394;
- color: #fff;
- font-size: 16px;
- line-height: 50px;
- text-align: center;
- overflow: hidden;
- }
- .funbar .fb-inner {
- width: 100%;
- height: auto;
- overflow-y: auto;
- overflow-x: hidden;
- position: absolute;
- top: 90px;
- bottom: 40px;
- }
- .funbar .search {
- padding: 5px;
- }
- .funbar .search .input {
- width: 100%;
- height: 30px;
- outline: none;
- }
- .funbar .fb-inner nav {
- height: 40px;
- line-height: 40px;
- padding: 0 10px;
- font-size: 14px;
- display: block;
- color: #666;
- z-index: 20;
- position: relative;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- cursor: pointer;
- }
- .funbar .fb-inner nav .editdel {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- color: #fff;
- background: #1ab394;
- padding: 0 5px;
- display: none;
- font-size: 12px;
- }
- .funbar .fb-inner nav:hover,
- .funbar .fb-inner nav:focus {
- background: #1ab394;
- color: #fff;
- }
- .funbar .fb-inner nav.active {
- background: #1ab394;
- }
- .funbar.edit .fb-inner nav:hover .editdel {
- display: block;
- }
- .funbar .fb-footer {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 36px;
- background: #1ab394;
- text-align: center;
- line-height: 36px;
- color: #fff;
- font-size: 15px;
- cursor: pointer;
- }
- .funbar .fb-footer .default {
- display: block;
- }
- .funbar .fb-footer .complete {
- display: none;
- }
- .funbar .fb-footer .default.one .item {
- width: 100%;
- }
- .funbar .fb-footer .item {
- width: 50%;
- float: left;
- position: relative;
- }
- .funbar .fb-footer .item:first-child:before {
- content: "";
- position: absolute;
- top: 10px;
- right: 0;
- bottom: 10px;
- border-right: 1px solid #fff;
- }
- .page-gotop {
- height: 60px;
- width: 40px;
- padding: 5px 0;
- background: rgba(0, 0, 0, 0.2);
- color: #fff;
- line-height: 10px;
- text-align: center;
- cursor: pointer;
- position: fixed;
- bottom: 100px;
- right: 50%;
- margin-right: -560px;
- display: none;
- moz-user-select: -moz-none;
- -moz-user-select: none;
- -o-user-select:none;
- -khtml-user-select:none;
- -webkit-user-select:none;
- -ms-user-select:none;
- user-select:none;
- -moz-transition-duration: 300ms;
- -webkit-transition-duration: 300ms;
- transition-duration: 300ms;
- }
- .page-gotop p:first-child {
- margin-bottom: 5px;
- }
- .page-gotop.style2 {
- width: 85px;
- height: 30px;
- line-height: 22px;
- font-size: 13px;
- background: #1ab394;
- position: absolute;
- left: 0;
- bottom: -35px;
- }
- .page-gotop.style2.edit {
- width: 130px;
- }
- .funbar.style2 {
- height: 500px;
- left: auto;
- right: 50%;
- top:50%;
- margin-top: -250px;
- margin-right: -630px;
- position: absolute;
- }
- .funbar.style2.edit {
- width: 130px;
- margin-right: -680px;
- }
- .funbar.style2:after {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- content: "";
- border-left: 1px solid #1ab394;
- z-index: 10;
- }
- .funbar.style2 .fb-inner nav {
- height: 36px;
- line-height: 36px;
- }
- .funbar.style2 .fb-header,
- .funbar.style2 .fb-footer {
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- }
- .funbar.style2 .fb-inner {
- top: 65px;
- bottom: 30px;
- }
- .funbar.style2 .search .input {
- height: 26px;
- line-height: 26px;
- }
- .funbar.style2.perm .fb-inner {
- bottom: 0;
- border-bottom: 1px solid #1ab394;
- }
- .fui-tag{display: inline-block;}
- .fui-tag-danger{background: #ff9326;color:#fff;font-size:12px;-webkit-border-radius: 3px;border-radius:3px;font-style: normal;
- padding:2px;line-height: 16px;}
- .modal-dialog .embed-responsive-16by9{padding-bottom:0; height:490px; overflow:hidden;}
- .phone-main{
- background: #f6f6f6;
- }
- .search-top{
- padding: 10px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- background: #f7f7f7;
- }
- .search-top-logo{
- padding-right: 10px;
- }
- .search-top-input{
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .search-top-msg{
- text-align: right;
- margin-left: 15px;
- }
- .search-top-logo img{
- width: 50px;
- height: 20px;
- }
- .search-top-input input{
- background: #FFFFFF;
- border-radius: 100px;
- width: 100%;
- height: 30px;
- border: 0;
- padding: 0;
- }
- .search-top-msg img{
- width: 20px;
- }
- .search-logo{
- font-size: 12px;
- color: #999999;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 30px;
- margin-top: -30px;
- }
- .search-logo img{
- width: 15px;
- margin-right: 5px;
- }
- .nav-top{
- background: #f7f7f7;
- width: 100%;
- }
- .nav-top-list-item{
- font-size: 14px;
- color: #333333;
- float: left;
- padding: 10px 0;
- width: 68px;
- text-align: center;
- }
- .nav-top-list-item-on span{
- padding-bottom: 9px;
- border-bottom: 2px solid #dddddd;
- }
- .goodsbanner img{
- width: 100%;
- height: 175px;
- }
- .spellList-title{
- background: #f6f6f6;
- padding: 5px 15px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .spellList-title__hd{
- font-size: 14px;
- color: #333333;
- display: flex;
- justify-content: center;
- align-items: center;
- line-height: 14px;
- }
- .spellList-title__bd{
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- text-align: right;
- font-size: 12px;
- color: #FF4B6D;
- }
- .spellList-title__ft{
- margin-left: 5px;
- }
- .spellList-title__ft img{
- width: 16px;
- display: block;
- }
- .spellList-title__hd img{
- width: 20px;
- margin-right: 5px;
- }
- .common-phone{
- padding: 10px 15px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .common-phone__bd{
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .common-phone__ft{
- text-align: right;
- color: #999;
- }
- .spellList-list-item .common-phone__hd img{
- width: 100px;
- height: 100px;
- border: 1px solid #dddddd;
- display: block;
- }
- .spellList-list-item .common-phone__bd{
- height: 100px;
- margin-left: 10px;
- }
- .pintuan-goodsname{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- font-size: 14px;
- line-height: 20px;
- height: 40px;
- color: #333333;
- }
- .pintuan-goodsprice{
- font-size: 14px;
- color: #FF4B6D;
- margin-top: 5px;
- }
- .pintuan-goodsprice del{
- font-size: 14px;
- color: #999999;
- margin-left: 10px;
- background: #ffffff;
- }
- .pintuan-jiren{
- position: absolute;
- bottom: 10px;
- font-size: 12px;
- color: #666666;
- line-height: 18px;
- padding-right: 15px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .common-phone__ft a{
- display: block;
- position: absolute;
- bottom: 10px;
- width: 70px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- font-size: 12px;
- color: #FFFFFF !important;
- background: #FF4B6D;
- border-radius: 2px;
- margin-left: -70px;
- }
- .pintuan-jiren img{
- width: 18px;
- margin-right: 5px;
- }
- .everyday-secondskill{
- width: 100%;
- overflow: hidden;
- background: #ffffff;
- }
- .everyday-secondskill-list{
- width: 100%;
- padding-left: 1px;
- margin-left: -1px;
- }
- .everyday-secondskill-list-item{
- width: 50%;
- float: left;
- }
- .everyday-secondskill-list-item-content{
- border-left: 1px solid #dddddd;
- border-top: 1px solid #dddddd;
- padding-bottom: 8px;
- }
- .everyday-secondskill-list-item-content-title{
- font-size: 14px;
- color: #FD5A3C;
- padding-top: 8px;
- padding-left: 15px;
- }
- .everyday-secondskill-list-item-content-list{
- padding-right: 15px;
- margin-top: 1px;
- }
- .everyday-secondskill-list-item-content-list-item{
- width: 50%;
- float: left;
- }
- .everyday-secondskill-list-item-content-list-item-img{
- width: 37px;
- height: 37px;
- margin: auto;
- overflow: hidden;
- }
- .everyday-secondskill-list-item-content-list-item-img img{
- width: 100%;
- height: 100%;
- display: block;
- }
- .everyday-secondskill-list-item-content-list-item-present-price{
- text-align: center;
- font-size: 12px;
- color: #FF4B6D;
- margin-top: 5px;
- }
- .everyday-secondskill-list-item-content-list-item-original-price{
- font-size: 12px;
- color: #999999;
- text-align: center;
- display: block;
- background: #ffffff;
- }
- .tushu-book-title{
- font-size: 14px;
- color: #333333;
- width: 100%;
- height: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #f6f6f6;
- }
- .tushu-book-title img{
- width: 100%;
- height:33px;
- }
- .fui-picturew {
- height: auto;
- display: block;
- overflow: hidden;
- }
- .fui-picturew.row-3 .item {
- width: 33.33%;
- }
- .fui-picturew.row-2 .item {
- width: 50%;
- }
- .fui-picturew .item {
- height: auto;
- width: 100%;
- display: block;
- float: left;
- background: #ffffff;
- padding: 3px 3px 3px 4px;
- border-left: 5px solid #f6f6f6;
- margin-top: 5px;
- }
- .tushu-book-content{
- margin-left: -5px;
- padding: 0 5px;
- }
- .fui-picturew .item .image {
- position: relative;
- }
- .fui-picturew.row-3 .item img {
- display: block;
- width: 87px;
- height: 87px;
- }
- .fui-picturew.row-2 .item img {
- display: block;
- width: 137px;
- height: 137px;
- }
- .fui-picturew .item .image .title {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- line-height: 1rem;
- color: #fff;
- padding: 0.4rem 0.15rem 1px;
- font-size: 0.65rem;
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
- background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .fui-picturew .text{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- font-size: 12px;
- color: #333333;
- height: 33px;
- padding: 0 5px;
- margin-top: 5px;
- }
- .tushu-book-content .book-price{
- font-size: 12px;
- color: #FF4B6D;
- padding: 0 5px;
- }
- .tushu-book-content .book-price del{
- font-size: 12px;
- color: #999999;
- margin-left: 10px;
- background: #ffffff;
- }
- .spellList-list{
- background: #ffffff;
- }
- .secondskill-goods img{
- width: 100%;
- max-height: 113px;
- }
- .bannerimg .item-image img{
- height: 68px;
- width: auto;
- max-width: 220px;
- display: block;
- }
- .operatingposition span{
- display: block;
- float: right;
- margin: 10px;
- border: 1px solid #dddddd;
- border-radius: 8px;
- padding: 5px 10px;
- cursor: pointer;
- }
- .linkto{
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 4999;
- background: #000;
- opacity: 0.8;
- }
- .linktowindow{
- position: fixed;
- top: 50%;
- left: 50%;
- width: 440px;
- background: #ffffff;
- z-index: 5000;
- margin-left: -220px;
- margin-top: -150px;
- padding: 10px 20px 20px;
- border-radius: 8px;
- }
- .linktowindow-btn{
- float: left;
- padding: 5px 0;
- width:106px;
- border-radius: 100px;
- border: 1px solid #dddddd;
- color: #333333;
- margin-left: 20px;
- margin-top: 20px;
- font-size: 14px;
- text-align: center;
- }
- .linktowindow-btn:hover{
- cursor: pointer;
- }
- .linktowindow-title{
- font-size: 18px;
- text-align: center;
- color: #000000;
- }
- .linktowindow-delete{
- position: absolute;
- right: 8px;
- top: 3px;
- font-size: 18px;
- color: #666666;
- }
- .editor-arrow:before{
- display:none;
- }
- .immediatelykill{
- width: 120px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background: linear-gradient(-180deg, #BB72FC 0%, #9436E9 98%);
- border-radius: 2px;
- font-size: 14px;
- color: #FFFFFF;
- margin-top: 5px;
- }
- .imagesizeprompt{
- font-size: 12px;
- margin-top: 5px;
- }
- .imagesizeprompt span{
- color: #FF4B6D;
- }
|