| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664 |
- <template>
- <!--样式1-->
- <div class="headLineStyle" v-if="componentStyle == 1">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001480688860.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式2-->
- <div class="headLineStyle" v-if="componentStyle == 2">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001480688860.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式3-->
- <div class="headLineStyle" v-if="componentStyle == 3">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001480688860.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style3_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式4-->
- <div class="headLineStyle headLineContent4" v-if="componentStyle == 4">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001480688860.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- </div>
- <!--样式5-->
- <div class="headLineStyle headLineContent5" v-if="componentStyle == 5">
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001480688860.png"
- v-if="activeTab == index" />
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- <div @mouseenter="activeTab = 2" :class="{ 'active': activeTab == 2 }"></div>
- </div>
- </div>
- <!--样式6-->
- <div class="headLineStyle headLineContent5" v-if="componentStyle == 6">
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array_1" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001480688860.png"
- v-if="activeTab == index" />
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- </div>
- </div>
- <!--样式7-->
- <div class="headLineStyle headLineContent7" v-if="componentStyle == 7">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001498581599.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式8-->
- <div class="headLineStyle headLineContent7" v-if="componentStyle == 8">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001498581599.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式9-->
- <div class="headLineStyle headLineContent7" v-if="componentStyle == 9">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001498581599.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style3_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式10-->
- <div class="headLineStyle headLineContent10" v-if="componentStyle == 10">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001498581599.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- </div>
- <!--样式11-->
- <div class="headLineStyle headLineContent11" v-if="componentStyle == 11">
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001498581599.png"
- v-if="activeTab == index" />
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- <div @mouseenter="activeTab = 2" :class="{ 'active': activeTab == 2 }"></div>
- </div>
- </div>
- <!--样式12-->
- <div class="headLineStyle headLineContent11" v-if="componentStyle == 12">
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array_1" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001498581599.png"
- v-if="activeTab == index" />
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- </div>
- </div>
- <!--样式13-->
- <div class="headLineStyle headLineContent7" v-if="componentStyle == 13">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式14-->
- <div class="headLineStyle headLineContent7" v-if="componentStyle == 14">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式15-->
- <div class="headLineStyle headLineContent7" v-if="componentStyle == 15">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style3_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!--样式16-->
- <div class="headLineStyle headLineContent10" v-if="componentStyle == 16">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- </div>
- <!--样式17-->
- <div class="headLineStyle headLineContent11" v-if="componentStyle == 17">
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- <div @mouseenter="activeTab = 2" :class="{ 'active': activeTab == 2 }"></div>
- </div>
- </div>
- <!--样式18-->
- <div class="headLineStyle headLineContent11" v-if="componentStyle == 18">
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array_1" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- </div>
- </div>
- <!--样式19-->
- <div class="headLineStyle headLineContent19" v-if="componentStyle == 19">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001514460574.png" />
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- </div>
- <!-- 样式20 -->
- <div class="headLineStyle headLineContent20" v-if="componentStyle == 20">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001531454485.png" />
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式21 -->
- <div class="headLineStyle headLineContent20" v-if="componentStyle == 21">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001531454485.png" />
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式22 -->
- <div class="headLineStyle headLineContent20" v-if="componentStyle == 22">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001531454485.png" />
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style3_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式23 -->
- <div class="headLineStyle headLineContent23" v-if="componentStyle == 23">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001531454485.png" />
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- </div>
- <!--样式24-->
- <div class="headLineStyle headLineContent24" v-if="componentStyle == 24">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001531454485.png" />
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- <div @mouseenter="activeTab = 2" :class="{ 'active': activeTab == 2 }"></div>
- </div>
- </div>
- <!--样式25-->
- <div class="headLineStyle headLineContent24" v-if="componentStyle == 25">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/1760001531454485.png" />
- <div class="headLineTitle" v-for="(item, index) in component_style1_News1Array_1" :key="item.id"
- :class="{ 'active': activeTab == index }">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'" v-if="activeTab == index">
- {{ item.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div @mouseenter="activeTab = 0" :class="{ 'active': activeTab == 0 }"></div>
- <div @mouseenter="activeTab = 1" :class="{ 'active': activeTab == 1 }"></div>
- </div>
- </div>
- <!--样式26-->
- <div class="headLineStyle1_skin2" v-if="componentStyle == 26">
- <div class="headTip">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/176000154581322.png">
- </div>
- <div class="headLineContentBox" ref="contentBox">
- <div class="headLineSlider" :style="sliderStyle" v-if="templateData.length > 0">
- <div class="headLineTitleBox">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style26_News1)"
- :title="component_style26_News1.title"
- :target="component_style26_News1.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style26_News1.title, 33) }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style26_News1Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 4">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style26_News2)"
- :title="component_style26_News2.title"
- :target="component_style26_News2.islink == 1 ? '_blank' : '_self'">
- {{ component_style26_News2.title }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style26_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 8">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style26_News3)"
- :title="component_style26_News3.title"
- :target="component_style26_News3.islink == 1 ? '_blank' : '_self'">
- {{ component_style26_News3.title }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style26_News3Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="headLineIcon">
- <div @mouseover="setActive(0)" :class="{ active: activeIndex === 0 }" v-if="templateData.length > 0"></div>
- <div @mouseover="setActive(1)" :class="{ active: activeIndex === 1 }" v-if="templateData.length > 4"></div>
- <div @mouseover="setActive(2)" :class="{ active: activeIndex === 2 }" v-if="templateData.length > 8"></div>
- </div>
- </div>
- <!--样式27-->
- <div class="headLineStyle1_skin2" v-if="componentStyle == 27">
- <div class="headTip">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/176000154581322.png">
- </div>
- <div class="headLineContentBox" ref="contentBox">
- <div class="headLineSlider" :style="sliderStyle" v-if="templateData.length > 0">
- <div class="headLineTitleBox">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style27_News1)"
- :title="component_style27_News1.title"
- :target="component_style27_News1.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style27_News1.title, 33) }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style27_News1Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 3">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style27_News2)"
- :title="component_style27_News2.title"
- :target="component_style27_News2.islink == 1 ? '_blank' : '_self'">
- {{ component_style27_News2.title }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style27_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 6">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style27_News3)"
- :title="component_style27_News3.title"
- :target="component_style27_News3.islink == 1 ? '_blank' : '_self'">
- {{ component_style27_News3.title }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style27_News3Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="headLineIcon">
- <div @mouseover="setActive(0)" :class="{ active: activeIndex === 0 }" v-if="templateData.length > 0"></div>
- <div @mouseover="setActive(1)" :class="{ active: activeIndex === 1 }" v-if="templateData.length > 3"></div>
- <div @mouseover="setActive(2)" :class="{ active: activeIndex === 2 }" v-if="templateData.length > 6"></div>
- </div>
- </div>
- <!--样式28-->
- <div class="headLineStyle1_skin26" v-if="componentStyle == 28">
- <div class="headTip">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/176000154581322.png">
- </div>
- <div class="headLineContentBox" ref="contentBox">
- <div class="headLineSlider" :style="sliderStyle" v-if="templateData.length > 0">
- <div class="headLineTitleBox" v-if="templateData.length > 0">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style28_News1)"
- :title="component_style28_News1.title"
- :target="component_style28_News1.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style28_News1.title, 33) }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style28_News1Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 2">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style28_News2)"
- :title="component_style28_News2.title"
- :target="component_style28_News2.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style28_News2.title, 33) }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style28_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 4">
- <div class="headLineTop">
- <NuxtLink :href="getLinkPathDetail(component_style28_News3)"
- :title="component_style28_News3.title"
- :target="component_style28_News3.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style28_News3.title, 33) }}
- </NuxtLink>
- </div>
- <div class="headLineBottom">
- <div v-for="item in component_style28_News3Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="headLineIcon">
- <div @mouseover="setActive(0)" :class="{ active: activeIndex === 0 }"></div>
- <div @mouseover="setActive(1)" :class="{ active: activeIndex === 1 }"></div>
- <div @mouseover="setActive(2)" :class="{ active: activeIndex === 2 }"></div>
- </div>
- </div>
- <!--样式29-->
- <div class="headLineStyle1_skin26" v-if="componentStyle == 29">
- <div class="headTip">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/176000154581322.png">
- </div>
- <div class="headLineContentBox" ref="contentBox">
- <div class="headLineSlider" :style="sliderStyle" v-if="templateData.length > 0">
- <div class="headLineTitleBox" v-if="templateData.length > 0">
- <div class="headLineMiddle">
- <NuxtLink :href="getLinkPathDetail(component_style29_News1)"
- :title="component_style29_News1.title"
- :target="component_style29_News1.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style29_News1.title, 33) }}
- </NuxtLink>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 1">
- <div class="headLineMiddle">
- <NuxtLink :href="getLinkPathDetail(component_style29_News2)"
- :title="component_style29_News2.title"
- :target="component_style29_News2.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style29_News2.title, 33) }}
- </NuxtLink>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 2">
- <div class="headLineMiddle">
- <NuxtLink :href="getLinkPathDetail(component_style29_News3)"
- :title="component_style29_News3.title"
- :target="component_style29_News3.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style29_News3.title, 33) }}
- </NuxtLink>
- </div>
- </div>
- </div>
- </div>
- <div class="headLineIcon">
- <div @mouseover="setActive(0)" :class="{ active: activeIndex === 0 }"></div>
- <div @mouseover="setActive(1)" :class="{ active: activeIndex === 1 }"></div>
- <div @mouseover="setActive(2)" :class="{ active: activeIndex === 2 }"></div>
- </div>
- </div>
- <!--样式30-->
- <div class="headLineStyle1_skin26 headLineStyle1_skin30" v-if="componentStyle == 30">
- <div class="headTip">
- <img src="https://img.bjzxtw.org.cn/pre/image/png/20251009/176000154581322.png">
- </div>
- <div class="headLineContentBox" ref="contentBox">
- <div class="headLineSlider" :style="sliderStyle" v-if="templateData.length > 0">
- <div class="headLineTitleBox" v-if="templateData.length > 0">
- <div class="headLineMiddle">
- <NuxtLink :href="getLinkPathDetail(component_style29_News1)"
- :title="component_style29_News1.title"
- :target="component_style29_News1.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style29_News1.title, 33) }}
- </NuxtLink>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 1">
- <div class="headLineMiddle">
- <NuxtLink :href="getLinkPathDetail(component_style29_News2)"
- :title="component_style29_News2.title"
- :target="component_style29_News2.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style29_News2.title, 33) }}
- </NuxtLink>
- </div>
- </div>
- <div class="headLineTitleBox" v-if="templateData.length > 2">
- <div class="headLineMiddle">
- <NuxtLink :href="getLinkPathDetail(component_style29_News3)"
- :title="component_style29_News3.title"
- :target="component_style29_News3.islink == 1 ? '_blank' : '_self'">
- {{ getTitleLength(component_style29_News3.title, 33) }}
- </NuxtLink>
- </div>
- </div>
- </div>
- </div>
- <div class="headLineIcon">
- <div @mouseover="setActive(0)" :class="{ active: activeIndex === 0 }"></div>
- <div @mouseover="setActive(1)" :class="{ active: activeIndex === 1 }"></div>
- <div @mouseover="setActive(2)" :class="{ active: activeIndex === 2 }"></div>
- </div>
- </div>
- <!-- 样式31 -->
- <div class="headLineStyle headLineStyle1_skin31" v-if="componentStyle == 31">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式32 -->
- <div class="headLineStyle headLineStyle1_skin32" v-if="componentStyle == 32">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式33 -->
- <div class="headLineStyle headLineStyle1_skin33" v-if="componentStyle == 33">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式34 -->
- <div class="headLineStyle headLineStyle1_skin34" v-if="componentStyle == 34">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式35 -->
- <div class="headLineStyle headLineStyle1_skin35" v-if="componentStyle == 35">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式36 -->
- <div class="headLineStyle headLineStyle1_skin36" v-if="componentStyle == 36">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式37 -->
- <div class="headLineStyle headLineStyle1_skin37" v-if="componentStyle == 37">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式38 -->
- <div class="headLineStyle headLineStyle1_skin38" v-if="componentStyle == 38">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式39 -->
- <div class="headLineStyle headLineStyle1_skin39" v-if="componentStyle == 39">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style1_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- <!-- 样式40 -->
- <div class="headLineStyle headLineStyle1_skin40" v-if="componentStyle == 40">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <NuxtLink :href="getLinkPathDetail(component_style1_News1)" :title="component_style1_News1.title"
- :target="component_style1_News1.islink == 1 ? '_blank' : '_self'">
- {{ component_style1_News1.title }}
- </NuxtLink>
- </div>
- <div class="headLineContent">
- <div v-for="item in component_style2_News2Array" :key="item.id">
- <NuxtLink :href="getLinkPathDetail(item)" :title="item.title"
- :target="item.islink == 1 ? '_blank' : '_self'">
- {{ item.title }}
- </NuxtLink>
- </div>
- </div>
- </div>
- </template>
- <script setup>
- //引入vue
- import { ref } from 'vue';
- const activeTab = ref(0);
- //获得新闻数据
- const props = defineProps({
- componentStyle: Number,//样式编号
- templateData: Array,//新闻数据
- });
- //组件样式1/2 start ---------------------------------------->
- const component_style1_News1 = ref({});
- const component_style1_News1Array = ref([]);
- const component_style1_News1Array_1 = ref([]);
- const component_style1_News2Array = ref([]);
- const component_style2_News2Array = ref([]);
- const component_style3_News2Array = ref([]);
- component_style1_News1.value = props.templateData[0];
- component_style1_News1Array.value = props.templateData.slice(0, 3);
- component_style1_News1Array_1.value = props.templateData.slice(0, 2);
- component_style1_News2Array.value = props.templateData.slice(1, 4);
- component_style2_News2Array.value = props.templateData.slice(1, 3);
- component_style3_News2Array.value = props.templateData.slice(1, 2);
- //组件样式1 end ---------------------------------------->
- //组件样式26/27 start ---------------------------------------->
- //样式1 - 一屏4条
- const component_style26_News1 = ref({})
- const component_style26_News1Array = ref([])
- const component_style26_News2 = ref({})
- const component_style26_News2Array = ref([])
- const component_style26_News3 = ref({})
- const component_style26_News3Array = ref([])
- if (props.templateData.length > 0) {
- if (props.templateData.length > 0) {
- component_style26_News1.value = props.templateData[0]
- component_style26_News1Array.value = props.templateData.slice(1, 4)
- }
- if (props.templateData.length > 4) {
- component_style26_News2.value = props.templateData[5]
- component_style26_News2Array.value = props.templateData.slice(6, 8)
- }
- if (props.templateData.length > 8) {
- component_style26_News3.value = props.templateData[9]
- component_style26_News3Array.value = props.templateData.slice(9, 12)
- }
- }
- //样式2 - 一屏3条
- const component_style27_News1 = ref({})
- const component_style27_News1Array = ref([])
- const component_style27_News2 = ref({})
- const component_style27_News2Array = ref([])
- const component_style27_News3 = ref({})
- const component_style27_News3Array = ref([])
- if (props.templateData.length > 0) {
- if (props.templateData.length > 0) {
- component_style27_News1.value = props.templateData[0]
- component_style27_News1Array.value = props.templateData.slice(1, 3)
- }
- if (props.templateData.length > 3) {
- component_style27_News2.value = props.templateData[3]
- component_style27_News2Array.value = props.templateData.slice(4, 6)
- }
- if (props.templateData.length > 6) {
- component_style27_News3.value = props.templateData[7]
- component_style27_News3Array.value = props.templateData.slice(7, 9)
- }
- }
- //样式3 - 一屏2条
- const component_style28_News1 = ref({})
- const component_style28_News1Array = ref([])
- const component_style28_News2 = ref({})
- const component_style28_News2Array = ref([])
- const component_style28_News3 = ref({})
- const component_style28_News3Array = ref([])
- if (props.templateData.length > 0) {
- if (props.templateData.length > 0) {
- component_style28_News1.value = props.templateData[0]
- component_style28_News1Array.value = props.templateData.slice(1, 2)
- }
- if (props.templateData.length > 2) {
- component_style28_News2.value = props.templateData[2]
- component_style28_News2Array.value = props.templateData.slice(3, 4)
- }
- if (props.templateData.length > 4) {
- component_style28_News3.value = props.templateData[4]
- component_style28_News3Array.value = props.templateData.slice(5, 6)
- }
- }
- ///组件样式29 - 一屏1条
- const component_style29_News1 = ref({})
- const component_style29_News2 = ref({})
- const component_style29_News3 = ref({})
- if (props.templateData.length > 0) {
- if (props.templateData.length > 0) {
- component_style29_News1.value = props.templateData[0]
- }
- if (props.templateData.length > 1) {
- component_style29_News2.value = props.templateData[1]
- }
- if (props.templateData.length > 2) {
- component_style29_News3.value = props.templateData[2]
- }
- }
- //滚动
- const activeIndex = ref(0);
- const sliderStyle = computed(() => {
- // 每个headLineTitleBox的高度是70px + 间距30px = 100px
- const translateY = -(activeIndex.value * 100);
- return {
- transform: `translateY(${translateY}px)`,
- transition: 'transform 0.3s ease-in-out'
- };
- });
- const setActive = (index) => {
- activeIndex.value = index;
- };
- //组件样式1 end ---------------------------------------->
- </script>
- <style lang="less" scoped>
- //基础样式 start ---------------------------------------->
- .headLineStyle {
- width: 1200px;
- height: 110px;
- margin: 0 auto;
- box-sizing: border-box;
- padding: 0 100px 0 100px;
- .headLineTitle {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 20px;
- a {
- font-weight: bold;
- font-size: 30px;
- color: #c82200;
- }
- img {
- margin-right: 20px;
- }
- }
- .headLineContent {
- display: flex;
- align-items: center;
- justify-content: center;
- div {
- margin-right: 40px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- a {
- font-size: 18px;
- color: #333333;
- }
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
- //基础样式 end ---------------------------------------->
- //皮肤2 样式1 start---------------------------------------->
- .headLineStyle1_skin2 {
- border: 1px solid #E4E4E4;
- width: 1200px;
- height: 110px;
- box-sizing: border-box;
- padding: 0 15px 0 40px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .headLineContentBox {
- width: 1000px;
- height: 70px;
- overflow: hidden;
- position: relative;
- .headLineSlider {
- display: flex;
- flex-direction: column; // 改为垂直方向
- width: 100%;
- height: 210px; // 3个titleBox,每个70px高
- }
- }
- .headLineTitleBox {
- text-align: center;
- height: 70px; // 明确设置高度
- width: 100%;
- margin-bottom: 30px;
- flex-shrink: 0; // 防止收缩
- display: flex;
- flex-direction: column;
- justify-content: center;
- .headLineTop {
- margin-bottom: 8px;
- font-weight: bold;
- a {
- font-size: 30px;
- color: #c82200;
- }
- }
- .headLineBottom {
- display: flex;
- align-items: center;
- justify-content: center;
- div {
- width: 32%;
- margin-right: 30px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- a {
- font-size: 18px;
- color: #333333;
- }
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
- .headLineIcon {
- div {
- width: 10px;
- height: 10px;
- background: #EDEDED;
- margin-bottom: 10px;
- cursor: pointer;
- transition: background 0.3s ease;
- &:last-child {
- margin-bottom: 0;
- }
- &.active {
- background: #c82200;
- }
- &:hover {
- background: #c82200;
- }
- }
- }
- }
- //皮肤2 样式1 start---------------------------------------->
- //样式4
- .headLineContent4 {
- line-height: 100px;
- .headLineTitle {
- margin-bottom: 0;
- }
- }
- //样式5
- .headLineContent5 {
- padding: 15px 100px 15px 100px;
- .headLineTitle {
- margin-bottom: 0;
- }
- .headLineContent {
- margin-top: 30px;
- display: flex;
- align-items: center;
- justify-content: center;
- div {
- width: 360px;
- height: 5px;
- background: #ccdae0;
- margin-right: 10px;
- }
- .active {
- background: #c82200;
- }
- }
- }
- //样式7
- .headLineContent7 {
- .headLineTitle {
- img {
- margin-right: 30px;
- }
- }
- }
- //样式10
- .headLineContent10 {
- line-height: 100px;
- .headLineTitle {
- margin-bottom: 0;
- img {
- margin-right: 30px;
- }
- }
- }
- //样式11
- .headLineContent11 {
- padding: 15px 100px 15px 100px;
- .headLineTitle {
- margin-bottom: 0;
- img {
- margin-right: 30px;
- }
- a {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- .headLineContent {
- margin-top: 30px;
- display: flex;
- align-items: center;
- justify-content: center;
- div {
- width: 360px;
- height: 5px;
- background: #ccdae0;
- margin-right: 10px;
- }
- .active {
- background: #c82200;
- }
- }
- }
- //样式19
- .headLineContent19 {
- padding: 20px 50px;
- margin-bottom: 0;
- .headLineTitle {
- width: 1100px;
- height: 70px;
- background-color: #f6fcff;
- position: relative;
- img {
- width: 46px;
- height: 46px;
- position: absolute;
- top: 0px;
- left: 0px;
- }
- }
- }
- //样式20
- .headLineContent20 {
- width: 1196px;
- height: 110px;
- background-color: #fafafa;
- position: relative;
- padding-top: 5px;
- img {
- width: 63px;
- height: 32px;
- position: absolute;
- top: 15px;
- left: 30px;
- }
- }
- //样式23
- .headLineContent23 {
- width: 1196px;
- height: 110px;
- background-color: #fafafa;
- position: relative;
- padding: 32px 100px;
- img {
- width: 63px;
- height: 32px;
- position: absolute;
- top: 38px;
- left: 30px;
- }
- }
- //样式24
- .headLineContent24 {
- width: 1196px;
- height: 110px;
- background-color: #fafafa;
- position: relative;
- padding: 15px 100px;
- img {
- width: 63px;
- height: 32px;
- position: absolute;
- top: 25px;
- left: 30px;
- }
- .headLineTitle {
- margin-bottom: 0;
- }
- .headLineContent {
- margin-top: 30px;
- display: flex;
- align-items: center;
- justify-content: center;
- div {
- width: 360px;
- height: 5px;
- background: #ccdae0;
- margin-right: 10px;
- }
- .active {
- background: #c82200;
- }
- }
- }
- //样式26 样式27
- .headLineStyle1_skin26 {
- border: 1px solid #E4E4E4;
- width: 1200px;
- height: 110px;
- box-sizing: border-box;
- padding: 32px 15px 32px 40px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .headLineContentBox {
- width: 1000px;
- height: 70px;
- overflow: hidden;
- position: relative;
- scrollbar-width: none;
- .headLineSlider {
- display: flex;
- flex-direction: column; // 改为垂直方向
- width: 100%;
- height: 210px; // 3个titleBox,每个70px高
- }
- }
- .headLineTitleBox {
- text-align: center;
- height: 70px; // 明确设置高度
- width: 100%;
- margin-bottom: 30px;
- flex-shrink: 0; // 防止收缩
- display: flex;
- flex-direction: column;
- justify-content: center;
- .headLineTop {
- font-size: 30px;
- color: #c82200;
- margin-bottom: 6px;
- font-weight: bold;
- a {
- color: #c82200;
- }
- }
- .headLineMiddle {
- font-size: 30px;
- color: #c82200;
- font-weight: bold;
- a {
- color: #c82200;
- }
- }
- .headLineBottom {
- display: flex;
- align-items: center;
- justify-content: center;
- div {
- width: 32%;
- margin-right: 30px;
- font-size: 18px;
- color: #333333;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- &:last-child {
- margin-right: 0;
- }
- a {
- color: #333333;
- }
- }
- }
- }
- .headLineIcon {
- div {
- width: 10px;
- height: 10px;
- background: #EDEDED;
- margin-bottom: 10px;
- cursor: pointer;
- transition: background 0.3s ease;
- &:last-child {
- margin-bottom: 0;
- }
- &.active {
- background: #c82200;
- }
- &:hover {
- background: #c82200;
- }
- }
- }
- }
- //样式30
- .headLineStyle1_skin30 {
- border: none;
- }
- //样式31
- .headLineStyle1_skin31 {
- width: 1200px;
- height: 138px;
- border-top: 1px solid #c82200;
- border-bottom: 1px solid #c82200;
- .headLineTitle {
- margin-top: 25px;
- margin-bottom: 15px;
- }
- .headLineContent {
- div {
- color: #c82200;
- a {
- color: #c82200;
- }
- }
- }
- }
- //样式32
- .headLineStyle1_skin32 {
- .headLineTitle {
- margin-top: 25px;
- margin-bottom: 15px;
- padding-top: 25px;
- }
- .headLineContent {
- div {
- color: #c82200;
- a {
- color: #c82200;
- }
- }
- }
- }
- //样式33
- .headLineStyle1_skin33 {
- width: 1200px;
- height: 138px;
- border-top: 1px solid #333333;
- border-bottom: 1px solid #333333;
- .headLineTitle {
- color: #333333;
- margin-top: 25px;
- margin-bottom: 15px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #333333;
- a {
- color: #333333;
- }
- }
- }
- }
- //样式34
- .headLineStyle1_skin34 {
- .headLineTitle {
- color: #333333;
- margin-top: 25px;
- margin-bottom: 15px;
- padding-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #333333;
- a {
- color: #333333;
- }
- }
- }
- }
- //样式35
- .headLineStyle1_skin35 {
- width: 1200px;
- height: 138px;
- border-bottom: 1px solid #333333;
- .headLineTitle {
- color: #333333;
- margin-bottom: 15px;
- margin-top: 25px;
- padding-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #333333;
- a {
- color: #333333;
- }
- }
- }
- }
- //样式36
- .headLineStyle1_skin36 {
- width: 1200px;
- height: 138px;
- border-bottom: 1px solid #333333;
- .headLineTitle {
- color: #333333;
- margin-bottom: 15px;
- margin-top: 25px;
- padding-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #333333;
- a {
- color: #333333;
- }
- }
- }
- }
- //样式37
- .headLineStyle1_skin37 {
- width: 1200px;
- height: 138px;
- border-top: 1px solid #333333;
- border-bottom: 1px solid #333333;
- .headLineTitle {
- color: #333333;
- margin-bottom: 15px;
- margin-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #999999;
- a {
- color: #999999;
- }
- }
- }
- }
- //样式38
- .headLineStyle1_skin38 {
- .headLineTitle {
- color: #333333;
- margin-bottom: 15px;
- margin-top: 25px;
- padding-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #999999;
- a {
- color: #999999;
- }
- }
- }
- }
- //样式39
- .headLineStyle1_skin39 {
- width: 1200px;
- height: 138px;
- border-bottom: 1px solid #333333;
- .headLineTitle {
- color: #333333;
- margin-bottom: 15px;
- margin-top: 25px;
- padding-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #999999;
- a {
- color: #999999;
- }
- }
- }
- }
- //样式40
- .headLineStyle1_skin40 {
- width: 1200px;
- height: 138px;
- border-bottom: 1px solid #333333;
- .headLineTitle {
- color: #333333;
- margin-bottom: 15px;
- margin-top: 25px;
- padding-top: 25px;
- a {
- color: #333333;
- }
- }
- .headLineContent {
- div {
- color: #999999;
- a {
- color: #999999;
- }
- }
- }
- }
- </style>
|