| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641 |
- <template>
- <!--样式1-->
- <div class="headLineStyle" v-if="componentStyle == 1">
- <div class="headLineTitle" v-if="templateData.length > 0">
- <img src="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043865140375.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043865140375.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043865140375.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043865140375.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043865140375.jpg" 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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043865140375.jpg" 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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043990716302.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043990716302.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043990716302.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043990716302.jpg" />
- <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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043990716302.jpg" 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="http://192.168.1.234:19000/pre/image/jpeg/20251218/1766043990716302.jpg" 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="http://192.168.1.234:19000/pre/image/png/20251218/1766044067976048.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="http://192.168.1.234:19000/pre/image/png/20251218/1766044091191368.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="http://192.168.1.234:19000/pre/image/png/20251218/1766044091191368.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="http://192.168.1.234:19000/pre/image/png/20251218/1766044091191368.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="http://192.168.1.234:19000/pre/image/png/20251218/1766044091191368.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="http://192.168.1.234:19000/pre/image/png/20251218/1766044091191368.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="http://192.168.1.234:19000/pre/image/png/20251218/1766044091191368.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>
- </template>
- <script setup>
- //引入vue
- import { ref } from 'vue';
- //获得新闻数据
- const props = defineProps({
- componentStyle: Number,//样式编号
- templateData: Array,//新闻数据
- });
- //组件样式1 start ---------------------------------------->
- console.log(props.templateData)
- const activeTab = ref(0);
- 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 ---------------------------------------->
- </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: #004564;
- }
- 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;
- }
- }
- }
- }
- //样式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: #004564;
- }
- }
- }
- //样式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: #004564;
- }
- }
- }
- //样式19
- .headLineContent19 {
- padding: 35px 50px 35px 50px;
- line-height: 140px;
- margin-bottom: 0;
- .headLineTitle {
- width: 1100px;
- height: 70px;
- line-height: 140px;
- 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: #004564;
- }
- }
- }
- //基础样式 end ----------------------------------------></style>
|