|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397 |
- /*公共主题参数*/
- :root{
- --color:'';
- --icon:'';
- --logo:'';
- /*--color:#e8041f;*/
- }
-
- #bannerFocusWrapTop{
- height: calc(100vw/5.3);
- position: absolute;
- z-index: -1;
- }
-
- #userLogin{
- color: #adadad;
- text-align: left;
- font-size: 12px;
- padding: 10px 0;
- }
-
- #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: 72px;
- height: 72px;
- float: left;
- background: var(--logo) 0px no-repeat;
- }
- /*顶部标题*/
- .topTit {
- color: #adadad;
- width: 50%;
- 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-top: 7px;
- cursor: pointer;
- }
-
- .topTit02 img{
- margin-top: 2px;
- margin-right: 5px;
- }
-
- /*logo和搜索*/
- .logoSearch {
- height: calc(100vw/5.3 - 38px);
- }
-
- .logoSearch .logoSearch-div {
- height: 72px;
- line-height: 72px;
- position: relative;
- top: calc(100vw/5.3/3);
- }
-
- .logoSearch-div a {
- margin-left: 20px;
- color: #b8b8b8;
- }
-
- .logoSearch-div a:hover {
- color: var(--color);
- }
-
- .logoSearch-div h1 {
- line-height: 72px;
- margin-left: 15px;
- font-weight: 900;
- text-stroke: 1px #ffffff;
- -webkit-text-stroke: 1px #ffffff;
- font-size: 38px;
- }
-
- .logoSearch-div:first-child img,.logoSearch-div:first-child h1{
- cursor: pointer;
- }
-
- .searchClass {
- border: 2px solid var(--color)!important;
- border-radius: 20px;
- background: transparent;
- padding: 6px 10px;
- width: 100%;
- }
-
- .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);
- border-radius: 25px;
- padding: 4px 0px;
- position: absolute;
- right: 0;
- }
-
- /*导航栏*/
- .top .active {
- /*background-color: var(--color);*/
- background-color: #2d9e99;
- }
-
- .top .active a {
- color: #FFFFFF;
-
- }
-
- .top {
- background: var(--color);
- }
-
- .top ul {
- /*padding-bottom: 5px;*/
- cursor: pointer;
- }
-
- .top ul li {
- /*border-radius: 20px;*/
- display: inline-block;
- padding: 15px 0;
- }
-
- .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: #2d9e99;
- color: #FFFFFF;
- }
-
- .top ul li:hover a {
- color: #FFFFFF;
- }
-
- /*banner*/
- .banner {
- margin-top: 15px;
- }
-
- /*banner左侧导航*/
-
- .bannerLeft {
- border: 1px solid #e3e3e3;
- width: 400px;
- height: 300px;
- padding:5px 15px 15px;
- }
- .bannerLeft_tab {
- position: relative;
- }
- .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: 5px 0;
- }
- .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);
- }
-
- .bannerLeft_tab p.active{
- color: var(--color);
- border-bottom: 3px solid var(--color);
- }
-
- .bannerLeft_tab p:first-child{
- margin-right: 20px;
- }
-
- .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: 800px;
- height: 300px;
- }
-
- /*内容区*/
- .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-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: 252px;
- border: 1px solid #e3e3e3;
- display: inline-block;
- }
-
- .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;
- }
-
- .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: var(--icon) 0px no-repeat;
- padding-left: 16px;
- width: 66%;
- border-right: 1px solid #e3e3e3;
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- float: left;
- }
- .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;
- display: inline-block;
- 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;
- }
-
- .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: #d21313;
- }
-
- .notStart-row {
- color: #007b76;
- }
-
- .tableType {
- background-color: #e4e4e4;
- 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: #007b76;
- }
-
- .tableType p:nth-child(2) {
- color: #d21313;
- }
-
- .tableType p:nth-child(3) {
- color: #797979;
- }
-
- .tableType p:nth-child(1) i {
- background-color: #007b76;
- }
-
- .tableType p:nth-child(2) i {
- background-color: #d21313;
- }
-
- .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 {
- background-color: #e4e4e4;
- color: #000000;
- text-align: center;
- font-size: 16px;
- padding: 10px 0px;
- font-weight: 600;
- margin-top: 10px;
- }
-
- .tableHead tr td {
- width: 12%;
- }
-
- .tableHead tr td:first-child {
- width: 16%;
- }
-
- .tableHead tr td:last-child {
- width: 16%;
- }
-
- .tableList {
- height: 198px;
- overflow-y: auto;
- width: 1218px;
- }
-
- .tableList table tr td {
- width: 12%;
- text-align: center;
- padding: 10px 0px;
- }
-
- .tableList table tr td:first-child {
- width: 16%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .tableList table tr td:last-child {
- width: 16%;
- }
-
- .tableList table tr:nth-child(odd) {
- background-color: #f6f5f5;
- }
-
- .bidding input[type='button'] {
- border: 1px solid #a6a6a6;
- border-radius: 20px;
- 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: 12px;
- color: #000!important;
- margin: 0!important;
- padding: 10px 0;
- }
-
- .userName:hover{
- cursor: pointer;
- color: var(--color);
- }
-
- .headHover{
- position: absolute;
- top: 38px;
- right: 0;
- 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 a:hover{
- cursor: pointer;
- color: var(--color);
- }
-
- .headHover ul li:first-child p:hover{
- cursor: initial;
- color: #000;
- }
-
- .headHover ul li{
- padding: 8px 5px;
- }
-
- .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;
- }
|