|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530 |
- /*公共主题参数*/
- :root{
- --color:'';
- --icon:'';
- --logo:'';
- /*--color:#e8041f;*/
- }
-
- #bannerFocusWrapTop{
- height: calc(100vw/5.3);
- position: absolute;
- z-index: -1;
- }
-
- #userLogin{
- }
-
- #userLogin a{
- display: inline;
- }
-
- #userLogin a:first-child{
- border-right: 1px solid #adadad;
- margin-right: 5px;
- padding-right: 5px;
- }
-
- #userLogin a:hover{
- color: #007b76;
- }
-
- .logo{
- width: 723px;
- height: 72px;
- background: url("../images/logo.png") 0px no-repeat;
- }
- /*顶部标题*/
- .topTit {
- color: #adadad;
- width: 40%;
- text-align: left;
- font-size: 12px;
- padding: 10px 0;
- }
-
- .topDress{
- position: relative;
- }
-
- .topDress .el-input__inner {
- background: none;
- height: 25px;
- font-size: 12px;
- }
-
- .topDress .el-select {
- border: 1px solid #dbdbdb;
- height: 25px;
- width: 110px;
- background: url("../images/icon3.png") 8px no-repeat;
- padding-left: 10px;
- }
-
- .topDress .el-input__suffix {
- top: 5px !important;
- }
-
- .topDress .el-input__icon {
- line-height: 15px !important;
- }
-
- .topDress .el-input__suffix-inner {
- display: inline-block !important;
- }
-
- .topTit02 {
- border: 1px solid #dbdbdb;
- font-size: 12px;
- line-height: 23px;
- padding: 0px 15px;
- /*margin-left: 15px;*/
- margin-left: 10%;
- margin-top: 7px;
- cursor: pointer;
- }
-
- .topTit02 img{
- margin-top: 2px;
- margin-right: 5px;
- }
-
- /*logo和搜索*/
- .logoSearch {
- height: 150px;
- background: url("../images/index_head_bg.png") no-repeat center;
- background-size: 100% 100%;
- }
-
- .logoSearch .logoSearch-div {
- height: 72px;
- line-height: 72px;
- position: relative;
- top: 39px;
- width: 1200px;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
-
- .logoSearch-div a {
- color: #333333;
- }
-
- .logoSearch-div a:hover {
- color: var(--color);
- }
-
- .logoSearch-div h1 {
- line-height: 72px;
- font-weight: 900;
- text-stroke: 1px #ffffff;
- -webkit-text-stroke: 1px #ffffff;
- font-size: 36px;
- padding-left: 76px;
- }
-
- .logoSearch-div:first-child img,.logoSearch-div:first-child h1{
- cursor: pointer;
- }
-
- .searchClass {
- border: 1px solid #e0e0e0!important;
- background: #ffffff;
- padding: 0px 10px;
- width: 100%;
- height: 40px;
- }
-
- .searchDiv {
- position: relative;
- width: 270px;
- /*transform: translate(0, 3px);*/
- }
-
- .searchButton {
- background-color: var(--color) !important;
- color: #ffffff !important;
- width: 65px !important;
- border: 2px solid var(--color);
- padding: 4px 0px;
- position: absolute;
- right: 0;
- height: 40px;
- }
-
- /*导航栏*/
- .top .active {
- /*background-color: var(--color);*/
- background-color: #ffffff;
- border-right: 1px solid var(--color);
- border-left: 1px solid var(--color);
- }
- .top .active a {
- }
-
- .top .active a {
- color: #1269d3;
- }
-
- .top {
- background: var(--color);
- }
-
- .top .container {
- text-align: left;
- }
-
- .top ul {
- /*padding-bottom: 5px;*/
- cursor: pointer;
- display: flex;
- }
-
- .top ul li {
- /*border-radius: 20px;*/
- /*display: inline-block;*/
- padding: 15px 0;
- flex-shrink: 0;
- width: 10%;
- text-align: center;
- }
-
- .top ul li a {
- line-height: 30px;
- padding: 0 20px;
- display: block;
- font-size: 16px;
- color: #FFFFFF;
- }
-
- .top ul li:hover {
- /*background-color: var(--color);*/
- background-color: #ffffff;
- color: #1269d3;
- }
-
- .top ul li:hover a {
- color: #1269d3;
- }
-
- /*banner*/
- .banner {
-
- }
-
- /*banner左侧导航*/
-
- .bannerLeft {
- height: 400px;
- padding:20px;
- flex: 1;
- background: #f8f8f8;
- }
- .bannerLeft_tt{
- display: flex;
- justify-content: space-between;
- }
- .bannerLeft_tt a{
- line-height: 40px;
- }
- .bannerLeft_tt p{
- background: url("../images/index_center_left_icon.png") no-repeat left center;
- padding-left: 40px;
- height: 40px;
- font-size: 20px;
- font-weight: bold;
- line-height: 40px;
- }
- .bannerLeft_tab {
- position: relative;
- background-color: #f1f1f1;
- color: #000000;
- text-align: center;
- font-size: 16px;
- font-weight: 400;
- margin-top: 10px;
- }
- .bannerLeft_tab div{
- border-bottom: 1px solid #e3e3e3;
- position: absolute;
- bottom: 1px;
- width: 100%;
- z-index: -1;
- }
- .bannerLeft_tab p{
- display: inline-block;
- font-size: 18px;
- padding: 15px 0;
- width: 20%;
- text-align: center;
- border-bottom: 3px solid transparent;
- transition: all 0.4s ease-in-out;
- }
- .bannerLeft_tab span{
- margin-top: 10px;
- cursor: pointer;
- }
- .bannerLeft_tab span:hover{
- color: var(--color);
- }
-
- .bannerLeft_tab p:hover{
- color: var(--color);
- cursor: pointer;
- border-bottom: 3px solid var(--color);
- transition: all 0.4s ease-in-out;
- }
-
- .bannerLeft_tab p.active{
- color: var(--color);
- border-bottom: 3px solid var(--color);
- }
-
- .bannerLeft_tab tr td {
- width: 8%;
- }
-
- .bannerLeft_tab tr td:first-child {
- width: 16%;
- }
-
- .bannerLeft_tab tr td:last-child {
- width: 8%;
- }
-
- .bannerLeft-top ul li {
- margin: 12px 38px 0px 0px;
- display: inline-block;
- }
-
- .bannerLeft-tit01 {
- padding-left: 28px;
- position: relative;
- margin-top: 26px;
- }
-
- .bannerLeft-tit01 i{
- width: 22px;
- height: 22px;
- display: inline-block;
- background: url("../images/icon1_red.png") center no-repeat;
- background-color: var(--color);
- position: absolute;
- left: 0;
- top: 4px;
- border-radius: 50%;
- }
-
- .bannerLeft-tit02 {
- padding-left: 28px;
- position: relative;
- margin-top: 26px;
- }
-
- .bannerLeft-tit02 i {
- width: 22px;
- height: 22px;
- display: inline-block;
- background: url("../images/icon2_red.png") center no-repeat;
- background-color: var(--color);
- position: absolute;
- left: 0;
- top: 4px;
- border-radius: 50%;
- }
-
- .bannerLeft a {
- color: var(--color);
- font-size: 14px;
- }
-
- .bannerLeft-top a:hover {
- color: var(--color);
- }
-
- .bannerLeft-top ul li:last-child a {
- color: #adadad;
- }
-
- .bannerLeft-top ul li:last-child a:hover {
- color: var(--color);
- }
-
-
- .bannerLeft-buttom ul li {
- margin: 12px 15px 0px 0px;
- padding: 3px 6px;
- background-color: #f1f1f1;
- border-radius: 3px;
- display: inline-block;
- }
-
- .bannerLeft-buttom li:hover {
- background-color: var(--color);
- }
-
- .bannerLeft-buttom li:hover a {
- color: #FFFFFF;
- }
-
- .bannerLeft-buttom ul li:last-child {
- background: none;
- }
-
- .bannerLeft-buttom ul li:last-child a {
- color: #adadad;
- }
-
- .bannerLeft-buttom ul li:last-child a:hover {
- color: var(--color);
- }
-
- .bannerRight {
- width: 100%;
- height: 320px;
- }
-
- .nav_main{
- display: flex;
- justify-content: space-between;
- padding: 3vh 0;
- background: #f8f8f8;
- margin: 3vh auto;
- }
-
- .nav_main div{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 11.1111%;
- }
-
- .nav_main div img{
- display: block;
- margin-bottom: 15px;
- }
-
- .center_main{
- display: flex;
- justify-content: space-between;
- }
-
- /*内容区*/
- .centerLeft {}
-
- .centerLeft-top {
- border-bottom: 1px solid #adadad;
- }
-
- .center .centerLeft-top-tit01 {
- font-size: 28px;
- display: inline-block;
- vertical-align: middle;
- font-weight: bold;
- }
-
- .center .centerLeft-top-tit01 span {
- color: var(--color);
- }
-
- .center .centerLeft-top-tit02 {
- font-size: 14px;
- color: #d21313;
- display: inline-block;
- vertical-align: middle;
- }
-
- .center .centerLeft-top-tit02 span {
- font-size: 18px;
- background: #d21313;
- color: #FFFFFF;
- display: inline-block;
- padding: 0px 2px;
- }
-
- .centerLeft .centerLeft-center .tableList{
- width: 100%;
- height: auto;
- }
-
- .centerLeft .centerLeft-center .tableList table tr td span{
- padding: 3px 8px;
- margin: 0 5px 0 20px;
- display: inline-block;
- /*border-radius: 10px;*/
- }
-
- .centerLeft .centerLeft-center .tableList table tr{
- cursor: pointer;
- height: 41px;
- }
-
- .centerLeft .centerLeft-center .tableList table tr td{
- border-bottom: 1px dashed #e3e3e3;
- border-top: 1px dashed transparent;
- }
-
- .centerLeft-center .centerleft-center-tit01 {
- color: #626262;
- margin: 24px 0px 14px 0px;
- border-bottom: 1px solid #e3e3e3;
- padding-bottom: 10px;
- }
-
- /*.centerLeft-center .centerleft-center-tit01 span:first-child {*/
- /* color: var(--color);*/
- /*}*/
-
- .centerLeft-center .centerleft-center-tit01 span.active{
- color: var(--color);
- }
-
- .centerLeft-center .centerleft-center-tit01 span:hover {
- cursor: pointer;
- color: var(--color);
- }
-
- .centerLeft-center .centerleft-center-tit01 span:last-child {
- float: right;
- cursor: pointer;
- }
-
- .centerLeft-center .centerleft-center-tit01 span:last-child:hover {
- color: var(--color);
- }
-
- .centerLeft-center-middle {
- position: relative;
- width: 275px;
- border: 1px solid #e3e3e3;
- display: inline-block;
- margin-top: 20px;
- }
-
- .centerLeft-center-middle div {
- padding: 12px 10px;
- }
-
- .centerLeft-center-middle .centerLeft-center-lable {
- width: 44px;
- /* height: 46px; */
- /*background: var(--color);*/
- color: #FFF;
- text-align: center;
- border-bottom-left-radius: 18px;
- border-bottom-right-radius: 18px;
- font-size: 14px;
- padding: 4px 0px;
- position: absolute;
- right: 10px;
- }
-
- .centerLeft-center-middle-tit01 {
- font-size: 16px;
- color: #626262;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .centerLeft-center-middle-tit01 span {
- font-size: 12px;
- color: var(--color);
- border: 1px solid var(--color);
- padding: 1px 2px;
- margin-right: 6px;
- }
-
- .centerLeft-center-middle-ul li p {
- font-size: 14px;
- color: #626262;
- margin-top: 12px;
- }
-
- .centerLeft-center-middle-ul li:first-child p {
- font-size: 14px;
- color: #d21313;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- word-break: break-all;
- overflow: hidden;
- }
-
- .centerLeft-center-middle-ul li:first-child p i{
- font-size: 18px;
- color: #d21313;
- font-weight: bold;
- }
-
- .centerLeft-center-middle-ul li p span {
- display: inline-block;
- width: 4em;
- font-size: 12px;
- color: #adadad;
- margin-right: 12px;
- }
-
- .centerLeft-center-middle-ul li p span i {
- display: inline-block;
- width: 0.5em;
- }
-
- .centerLeft-center-bottom p:first-child {
- background: url('../images/address_icon.png') 0px no-repeat;
- padding-left: 16px;
- width: 100%;
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- }
- .centerLeft-center-bottom p:nth-child(2) {
- width: 30%;
- float: right;
- text-align: center;
- }
-
- .centerLeft-center-bottom p {
- font-size: 12px;
- color: #adadad;
- display: block;
- }
-
- .centerLeft-center-bottom {
- border-top: 1px solid #e3e3e3;
- padding: 0 10px !important;
- line-height: 40px;
- }
-
- . centerRight {}
-
- .centerRight-list0 {
- min-height: 420px;
- /*padding: 26px 30px;*/
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- float: left;
- margin-top: 25px;
- width: 24%;
- }
-
- .centerRight-list0 p:first-child {
- font-size: 20px;
- color: #ffffff;
- }
-
- .centerRight-list0 p:first-child span:first-child {
- font-size: 12px;
- color: #ffffff;
- border: 1px solid #ffffff;
- padding: 1px 6px;
- margin-right: 6px;
- }
-
- .centerRight-list0 p:first-child span {
- display: inline;
- vertical-align: middle;
- }
-
- .centerRight-list0 p {
- font-size: 14px;
- color: #626262;
- margin-bottom: 20px;
- }
-
- .centerRight-list0 p i {
- display: inline-block;
- width: 1em;
- }
-
- .centerRight-list0 p:nth-child(3) span {
- color: #d21313;
- }
-
- .centerRight-list0 p:nth-child(3) {
- margin-left: 15px;
- }
-
- .centerRight-list0 p:nth-child(2) {
- margin-left: 15px;
- }
-
- .centerRight-list0 .down{
- color: var(--color);
- }
-
- .centerRight-list0 p:last-child {
- text-align: center;
- color: #adadad;
- font-size: 12px;
- margin-bottom: 0;
- }
-
- .centerRight-list1 {
- margin-top: 25px;
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- padding-bottom: 15px;
- min-height: 420px;
- float: left;
- width: 24%;
- margin-left: 1.333%;
- }
-
- .centerRight-list1-tit01 {
- text-align: center;
- color: #ffffff;
- font-size: 20px;
- line-height: 42px;
- background-color: var(--color);
- }
-
- .centerRight-list1-tit02 {
- text-align: center;
- color: var(--color);
- font-size: 16px;
- margin-top: 15px;
- }
-
- .centerRight-list1-div01 {
- text-align: center;
- margin-top: 15px;
- }
-
- .centerRight-list1-div02 {
- margin: 0 auto;
- margin-top: 15px;
- width: 88%;
- margin-bottom: 18px;
- position: relative;
- }
-
- .centerRight-list1-div02 .searchClass {
- border: 2px solid var(--color);
- border-radius: 20px;
- background: transparent;
- padding: 6px 10px;
- width: 100%;
- }
-
- .searchClass .el-input-group__append {
- border: none;
- background-color: var(--color);
- border-radius: 20px;
- color: #FFFFFF;
- LEFT: 4PX;
- }
-
- .searchClass .el-input-group__prepend {
- border: none;
- background-color: transparent;
- padding: 0 10px 0 30px;
- }
-
- .searchClass .el-input__inner {
- height: 36px;
- line-height: 36px;
- border: none;
- background-color: transparent;
- }
-
- .searchClass .el-icon-search {
- font-size: 16px;
- line-height: 35px;
- }
-
- .searchClass .centerClass {
- height: 100%;
- line-height: 100%;
- display: inline-block;
- vertical-align: middle;
- text-align: right;
- }
-
- .searchClass .line {
- width: 1px;
- height: 26px;
- background-color: #c5c5c5;
- margin-left: 14px;
- }
-
- .centerRight-list1-div03 {
- border-top: 1px solid #e3e3e3;
- text-align: center;
- }
-
- .centerRight-list1-form {
- width: 88%;
- margin: 0 auto;
- margin-top: 15px;
- }
-
- .centerRight-list1-form tr {
- display: block;
- margin-bottom: 10px;
- }
-
- .centerRight-list1-form table {
- margin: 0 auto;
- }
-
- .centerRight-list1-form input,
- select {
- background-color: transparent;
- border: 1px solid #bfbfbf;
- height: 26px;
- padding-left: 5px;
- width: 170px;
- }
-
- .searchbtn {
- background-color: var(--color);
- color: #ffffff;
- margin: 0 auto;
- width: 66px;
- padding: 5px 0px;
- border: none;
- border-radius: 30px;
- }
-
- .centerRight-list2 {
- /*padding: 26px 20px;*/
- max-height: 300px;
- width: 100%;
- }
-
- .centerRight-list2-tit01 {
- font-size: 20px;
- color: #626262;
- }
-
- .centerRight-list2 .centerRight-list1-tit01{
- position: relative;
- }
-
- .centerRight-list2 .centerRight-list1-tit01 span:last-child{
- font-size: 14px;
- position: absolute;
- right: 15px;
- }
-
- .centerRight-list3 .centerRight-list1-tit01{
- position: relative;
- }
-
- .centerRight-list3 .centerRight-list1-tit01 span:last-child{
- font-size: 14px;
- position: absolute;
- right: 15px;
- }
-
- .centerRight-list2-tit01 span:last-child {
- font-size: 14px;
- float: right;
- }
-
- .centerRight-list2-tit01 span:last-child:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .centerRight-list2 ul li p:first-child {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 5px;
- }
-
- .centerRight-list2 ul li p:last-child {
- display: flex !important;
- display: -webkit-box !important;
- display: -webkit-flex !important;
- justify-content: space-between;
- -webkit-justify-content: space-between;
- }
-
- .centerRight-list2 ul li p:last-child span {
- color: #adadad;
- }
-
- .centerRight-list2 ul li p:last-child span:nth-child(1) span {
- color: #000;
- }
-
- .centerRight-list2 ul li {
- margin-top: 10px;
- }
-
- .centerRight-list2 ul li a:hover {
- color: var(--color);
- }
-
- .centerRight-list3 {
- max-height: 300px;
- width: 100%;
- }
-
- .centerRight-list3-tit01 {
- font-size: 20px;
- color: #626262;
- }
-
- .centerRight-list3-tit01 span {
- font-size: 14px;
- }
-
- .centerRight-list3-tit01 span:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .centerRight-list3 ul li p:first-child {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 5px;
- }
-
- .centerRight-list3 ul li p:last-child {
- color: #adadad;
- }
-
- .centerRight-list3 ul li p:last-child span {
- color: #000;
- }
-
- .centerRight-list3 ul li {
- margin-top: 10px;
- }
-
- .centerRight-list3 ul li a:hover {
- color: var(--color);
- }
-
- .el-table__body-wrapper::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
-
-
- .bottom .bottomNews-tit01 {
- font-size: 28px;
- display: inline-block;
- font-weight: bold;
- }
-
- .bottom .bottomNews-tit01 span {
- color: var(--color);
- }
-
- .bottom .bottomNews-tit02 {
- font-size: 16px;
- color: #626262;
- display: inline-block;
- }
-
- .bottom .bottomNews-tit02:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .bottomNews {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .bottomNews-list {
- width: 32%;
- padding: 20px 30px;
- background-color: #f7f7f7;
- border: 1px solid #e3e3e3;
- height: 332px;
- }
-
- .bottomNews-list p {
- font-size: 20px;
- color: #626262;
- }
-
- .bottomNews-list p span {
- font-size: 16px;
- color: #626262;
- float: right;
- }
-
- .bottomNews-list p span:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .bottomNews-list ul {
- margin-top: 10px;
- }
-
- .bottomNews-list ul li {
- margin-top: 22px;
- }
-
- .bottomNews-list ul li a {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
-
- .bottomNews-list ul li a:hover {
- color: var(--color);
- }
-
- .bidding {
- overflow: hidden;
- background: #f8f8f8;
- padding: 20px;
- }
-
- .biddingTit {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .biddingTit p {
- display: inline-block;
- }
-
- .bidding .biddingTit-tit01 {
- font-size: 28px;
- font-weight: bold;
- }
-
- .bidding .biddingTit-tit01 span {
- color: var(--color);
- }
-
- .bidding .biddingTit-tit02 {
- font-size: 16px;
- color: #626262;
- }
-
- .bidding .biddingTit-tit02:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .now-row {
- color: #ff7b2b!important;
- }
-
- .notStart-row {
- color: #1269d3!important;
- }
-
- .tableType {
- padding: 10px 25px;
- text-align: right;
- }
-
- .tableType i {
- display: inline-block;
- width: 10px;
- height: 10px;
- margin-right: 5px;
- }
-
- .tableType p {
- margin-left: 45px;
- display: inline-block;
- }
-
- .tableType p:nth-child(1) {
- color: #1269d3;
- }
-
- .tableType p:nth-child(2) {
- color: #ff7b2b;
- }
-
- .tableType p:nth-child(3) {
- color: #797979;
- }
-
- .tableType p:nth-child(1) i {
- background-color: #1269d3;
- }
-
- .tableType p:nth-child(2) i {
- background-color: #ff7b2b;
- }
-
- .tableType p:nth-child(3) i {
- background-color: #797979;
- }
-
- .personalTit {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .personal .personalTit-tit01 {
- font-size: 28px;
- display: inline-block;
- font-weight: bold;
- }
-
- .personal .personalTit-tit01 span {
- color: var(--color);
- }
-
- .personal .personalTit-tit02 {
- font-size: 16px;
- color: #626262;
- display: inline-block;
- }
-
- .personal .personalTit-tit02:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .personalTit-banner {
- width: 400px;
- }
-
- .personalTit-Tab {
- width: 775px;
- position: relative;
- }
-
- .personalTit-Tab .perBtn {
- position: absolute;
- right: 0;
- color: #FFFFFF !important;
- border: none !important;
- background-color: var(--color) !important;
- }
-
- .el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
- color: var(--color) !important;
- }
-
- .el-tabs--card>.el-tabs__header {
- margin: 0 !important;
- }
-
- .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
- color: var(--color) !important;
- background: #f6f5f5 !important;
- }
-
- .el-tabs--card {
- box-shadow: none !important;
- }
-
- .el-tabs--card>.el-tabs__content {
- padding: 0 !important;
- }
-
- .personalTit-Tab .el-table td,
- .el-table th {
- padding: 10px 0px !important;
- }
-
- .el-table td.gutter,
- .el-table th.gutter {
- background: #e4e4e4 !important;
- }
-
- .interactionTit {
- border-bottom: 1px solid #adadad;
- margin-bottom: 18px;
- }
-
- .interaction .interactionTit-tit01 {
- font-size: 28px;
- font-weight: bold;
- }
-
- .interaction .interactionTit-tit01 span {
- color: var(--color);
- }
-
- .interaction .interactionTit-tit02 {
- font-size: 16px;
- color: #626262;
- }
-
- .interaction .interactionTit-tit02:hover {
- color: var(--color);
- cursor: pointer;
- }
-
- .interaction .searchClass {
- border: 2px solid var(--color);
- border-radius: 20px;
- background: transparent;
- width: 500px;
- padding: 6px 15px;
- }
-
- .interaction .searchClass .el-input__inner {
- height: 30px;
- }
-
- .interaction .searchClass .el-icon-search {
- line-height: 28px;
- }
-
- .interaction .seaBtn {
- color: #FFFFFF;
- border: 1px solid var(--color);
- background-color: var(--color);
- padding: 0px 40px;
- border-radius: 16px;
- line-height: 32px;
- height: 32px;
- }
-
- .bottomLink {
- background: #e8e8e8;
- margin-top: 40px;
- padding: 30px 0 40px;
- }
-
- .bottomLink-tit {
- font-size: 12px;
- color: #7f7f7f;
- }
- .bottomLink-tit img{
- vertical-align: middle;
- margin-right: 2px;
- }
- .bottomLink-linkList {
- font-size: 12px;
- color: #7f7f7f;
- width: 1000px;
- }
-
- .bottomLink-linkList a {
- margin-top: 15px;
- margin-right: 15px;
- display: inline-block;
- }
-
- .ba {
- font-size: 12px;
- color: #7f7f7f;
- margin-top: 20px;
- }
-
- .ba span {
- margin-left: 20px;
- }
-
- .ewm {
- padding: 25px 25px 0;
- }
-
- .ewmtit {
- font-size: 12px;
- color: #7f7f7f;
- margin-top: 5px;
- }
-
- input[type="radio"] {
- appearance: none;
- -webkit-appearance: none;
- outline: none;
- display: none
- }
-
- label {
- display: inline-block;
- cursor: pointer;
- margin-right: 10px;
- }
-
- label input[type="radio"]+span {
- width: 12px;
- height: 12px;
- display: inline-block;
- border: 1px solid var(--color);
- background: url('../images/check.png') no-repeat;
- background-position: 0 0;
- position: relative;
- top: 2px;
- margin-right: 5px;
- }
-
- label input[type="radio"]:checked+span {
- background-position: 0 -12px
- }
-
- .tableHead {
- color: #000000;
- text-align: center;
- font-size: 16px;
- padding: 10px 0px;
- font-weight: 600;
- margin-top: 10px;
- }
-
- .tableHead tr td {
- width: 8%;
- }
-
- .tableHead tr td:first-child {
- width: 16%;
- }
-
- .tableHead tr td:last-child {
- width: 8%;
- }
-
- .tableList {
- height: 198px;
- overflow-y: auto;
- width: 1218px;
- }
-
- .tableList table tr td {
- width: 8%;
- text-align: center;
- padding: 10px 0px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .tableList table tr td:first-child {
- width: 16%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .tableList table tr td:last-child {
- width: 8%;
- }
-
- .tableList table tr:nth-child(odd) {
- /*background-color: #f6f5f5;*/
- }
- .tableList_top {
- height: 260px;
- overflow-y: auto;
- }
-
- .tableList_top table tr td {
- text-align: left;
- padding: 10px 0px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .tableList_top table tr td:first-child {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 20%;
- }
-
- .tableList_top table tr td:last-child {
- text-align: center;
- width: 20%;
- }
-
- .tableList_top table tr:nth-child(odd) {
- background-color: #f6f5f5;
- }
-
- .bidding input[type='button'] {
- background: #cadbf1;
- color: #1269d3;
- border: none;
- padding: 4px 10px;
- }
-
- .bidding input[type='button']:hover {
- color: #FFFFFF !important;
- border-color: var(--color) !important;
- background-color: var(--color) !important;
- }
-
- .tabList table {
- border: 1px solid #e3e3e3;
- border-top: none;
- }
-
- .tabList table tr td {
- text-align: center;
- padding: 10px;
- border-top: 1px solid #e3e3e3;
- border-right: 1px solid #e3e3e3;
- height: 41px;
- }
-
- .tabList table tr td:last-child {
- border-right: none;
- }
-
- .tabList table tr:first-child td {
- padding: 12px 10px;
- border-right: none;
- }
-
- .tabList table tr:first-child {
- background-color: #d7f0d2;
- }
-
- .tabList p.active {
- border: 1px solid #e3e3e3;
- border-bottom: none;
- background-color: #d7f0d2;
- }
-
- .tabList p {
- display: inline-table;
- width: 128px;
- height: 45px;
- line-height: 45px;
- text-align: center;
- cursor: pointer;
- }
-
- .interactionTableLeft tr td {
- border-bottom: 1px dashed #e3e3e3;
- padding: 10px 0px;
- }
-
- .interactionTableLeft tr td:last-child {
- text-align: right;
- }
-
- .interactionTableLeft tr td:first-child {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- }
-
- .interactionTableLeft tr:hover {
- color: var(--color);
- }
-
- .userName{
- font-size: 16px;
- color: #000!important;
- margin: 0!important;
- /*padding: 10px 0;*/
- }
-
- .userName:hover{
- cursor: pointer;
- color: var(--color);
- }
-
- .headHover{
- position: absolute;
- top: 72px;
- right: -36px;
- background: #FFF;
- padding: 15px 10px;
- width: 142px;
- z-index: 9;
- box-shadow: 0px 0px 5px #e1e1e1;
- }
-
- .headHover ul li a{
- line-height: 12px;
- font-size: 12px;
- margin-left: 5px;
- color: #000;
- }
-
- .headHover ul li img{
- width: 14px;
- }
-
- .headHover ul li a:hover{
- cursor: pointer;
- color: var(--color);
- }
-
- .headHover ul li:first-child p:hover{
- cursor: initial;
- color: #000;
- }
-
- .headHover ul li{
- padding: 8px 5px;
- display: flex;
- align-items: center;
- }
-
- .headHover ul li:first-child{
- padding: 0;
- }
-
- .headHover ul li:first-child p{
- font-size: 14px;
- border-bottom: 1px solid #e3e3e3;
- padding-bottom: 15px;
- line-height: 14px;
- }
-
- .headHover ul li:last-child p{
- font-size: 12px;
- line-height: 14px;
- }
-
- .headHover ul li:last-child{
- border-top: 1px solid #e3e3e3;
- }
-
- .dressPc{
- position: absolute;
- right: 97px;
- z-index: 9;
- background: #FFF;
- padding: 5px 12px;
- box-shadow: 0px 0px 5px #e1e1e1;
- top: 32px;
- }
-
- .dressPc ul li{
- margin-bottom: 5px;
- cursor: pointer;
- }
-
- .dressPc ul li:last-child{
- margin-bottom: 0px;
- }
-
- .jiantou {
- width: 6px;
- height: 6px;
- border-top: 1px solid #8f8f94;
- border-right: 1px solid #8f8f94;
- transform: rotate(45deg);
- margin-top: 8px;
- margin-left: 10px;
- display: block;
- float: left;
- }
-
- .center_main_jyxm{
- overflow: hidden;
- background: #f8f8f8;
- padding: 20px;
- }
-
- .bannerLeft_tt_jyxm{
- background: url("../images/index_center_left_icon_03.png") no-repeat left center!important;
- }
-
- .bannerLeft_tt_jjdt{
- background: url("../images/index_center_left_icon_02.png") no-repeat left center!important;
- }
|