| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- <template>
- <div class="swiper">
- <!-- 首页大轮播图 -->
- <el-carousel
- :interval="3333"
- class="roll_in"
-
- indicator-class="custom-indicator"
- arrow="always"
- @change="change_fun">
- <el-carousel-item v-for="(item, index) in imagelist" :key="item">
- <NuxtLink :to="`/${item.pinyin}/${item.id}.html`" :target="item.islink == 1 ? '_blank' : '_self'">
- <img :src="item.imgurl">
- <span class="swiper_dot1 dot1 roll_phone_none">
- {{ item.title }}
- </span>
- <span class="roll_dot2 roll_pc_none">
- {{ item.title }}
- </span>
- </NuxtLink>
- </el-carousel-item>
-
- </el-carousel>
- <div class="roll_num_box phone_none">
- <span class="roll_num_box_new">{{ roll_num_this + 1 }}</span>
- /
- {{ roll_num_lang }}
- </div>
- </div>
- </template>
- <script setup>
- import { ElCarousel, ElCarouselItem } from 'element-plus'
- //获取焦点图数据 start---------------------------------------->
- import { ref } from 'vue'
- const roll_num_lang = ref(4);
- const roll_num_this = ref(0);
- const change_fun = (the_1) => {
- roll_num_this.value = the_1
- }
- const imagelist = ref("")
- async function getModelData1() {
- const mkdata = await requestDataPromise('/web/getWebsiteArticlett', {
- method: 'GET',
- query: {
- 'imgnum': 5,
- 'textnum': 0,
- 'level': 2,
- 'placeid': 0,
- 'id': ''
- },
- });
- console.log('mkdata111', mkdata.data);
- if (mkdata.code == 200) {
- imagelist.value = mkdata.data.img;
- roll_num_lang.value = mkdata.data.img.length;
- } else {
- // console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
- // console.log("错误位置:获取首页轮播图")
- // console.log("后端错误反馈:", mkdata.message)
- // console.log("SSR waring ---------- SSR waring ---------- SSR waring ---------->")
- }
- }
- getModelData1()
- let currentIndex = ref(0)
- let handleIndicatorChange = (val) => {
- currentIndex.value = val
- }
- </script>
- <style lang="less" scoped>
- .roll_num_box {
- position: absolute;
- z-index: 100;
- left: 60px;
- bottom: 0px;
- height: 60px;
- line-height: 60px;
- color: #fff;
- font-size: 16px;
- .roll_num_box_new {
- font-size: 20px;
- }
- }
- .dot1 {
- display: block;
- word-break: keep-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .swiper {
- width: 100%;
- height: 405px;
- position: relative;
- img {
- width: 100%;
- height: 405px;
- }
- .swiper_dot1 {
- display: block;
- width: 100%;
- line-height: 60px;
- height: 60px;
- color: #fff;
- font-size: 18px;
- text-indent: 20px;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 10;
- box-sizing: border-box;
- padding: 0 144px;
- background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
- }
- }
- .el-carousel {
- /deep/.el-carousel__arrow i {
- font-size: 33px !important;
- }
- .roll_1_box {
- position: relative;
- }
- /deep/.el-carousel__arrow--left {
- position: absolute;
- width: 35px;
- height: 57px;
- color: #fff;
- background: rgba(0, 0, 0, 0);
- left: 9px;
- border: none;
- border-radius: 0;
- top: 100%;
- margin-top: -28px;
- }
- /deep/.el-carousel__arrow--right {
- width: 35px;
- height: 57px;
- color: #fff;
- background: rgba(0, 0, 0, 0);
- position: absolute;
- right: 9;
- border: none;
- border-radius: 0;
- top: 100%;
- margin-top: -28px;
- }
- /deep/ .el-carousel__indicators {
- // 指示器
- left: unset;
- transform: unset;
- right: 10px;
- bottom: 11px;
- }
- /deep/ .el-carousel__button {
- // 指示器按钮
- width: 10px;
- height: 10px;
- border: none;
- border-radius: 5px;
- background: #fff;
- opacity: 1;
- }
- /deep/ .is-active .el-carousel__button {
- // 指示器激活按钮
- background: #255590;
- width: 25px;
- opacity: 1;
- }
- /deep/ .el-carousel__container {
- height: 100%;
- }
- }
- .custom-indicator button {
- background-color: #fff;
- opacity: 1;
- width: 8px;
- height: 8px;
- }
- .custom-indicator button.is-active {
- background-color: #DD7D18;
- width: 58px;
- opacity: 1;
- }
- </style>
- <style lang="less" scoped>
-
- @media screen and (min-width:801px){/*pc*/
-
- .roll_in{height:405px;}
-
- .swiper /deep/.el-carousel__indicators{display:none;}
- .roll_pc_none{display:none!important;}
- .pc_none{display:none;}
- }
- @media screen and (max-width:800px){/*ipad_phone*/
- .swiper{height:100%;}
- .roll_in{height:55vw;}
-
- .swiper /deep/ul.el-carousel__indicators{width:100%; right:0px;text-align:center;}
- .swiper img{width:100%;height:100%;}
- .roll_in{height:55vw;}
-
- .el-carousel /deep/.el-icon svg{width:.4em;display:none;}
- .el-carousel /deep/.el-carousel__button{width:10px;height:10px;margin:0px 4px;}
- .roll_dot2{
- width:100%;line-height:22px; height:54px;font-size:16px;
- padding:10px 10px 0;top:0px;
- display: inline-block;
- box-sizing: border-box;
- position: absolute;
- left: 0;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 800;
- color: #FFFFFF;
- background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
- overflow:hidden;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;
- }
- /deep/.el-carousel .el-carousel__button{width:10px!important;}
- /deep/.el-carousel .el-carousel__indicators{bottom:0px;}
- /deep/.el-carousel .is-active .el-carousel__button{background:#a91b33;}
- .roll_phone_none{display:none!important;}
- .phone_none{display:none;}
- }
- </style>
|