| app/home/view/blog/index.html | ●●●●● patch | view | raw | blame | history | |
| app/home/view/common/footer.html | ●●●●● patch | view | raw | blame | history | |
| app/home/view/common/title.html | ●●●●● patch | view | raw | blame | history | |
| app/home/view/common/top-header.html | ●●●●● patch | view | raw | blame | history | |
| app/home/view/index/index.html | ●●●●● patch | view | raw | blame | history | |
| app/home/view/partners/index.html | ●●●●● patch | view | raw | blame | history | |
| public/static/images/language.png | patch | view | raw | blame | history |
app/home/view/blog/index.html
@@ -72,7 +72,7 @@ <div class="witr_section_title"> <div class="witr_section_title_inner text-center"> <!-- title top --> <!-- <h2>News & blog</h2> --> <h2>{{ $t('message.header.blog') }}</h2> <h3>{{ $t('message.blog.text-1') }}</h3> <!-- title bottom --> <!-- <h1>News & Articles</h1> --> app/home/view/common/footer.html
@@ -96,26 +96,16 @@ </div> </div> <!-- END FOOTER MIDDLE AREA --> <!-- FOOTER BOTTOM AREA --> <div class="footer-bottom"> <div class="container"> <div class="row"> <!-- FOOTER COPYRIGHT STYLE 1 --> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="copy-right-text"> <!-- FOOTER COPYRIGHT TEXT --> <p>Copyright © All rights reserved. <a target="_blank" href="https://www.mobanwang.com/" title="网站模板" class="text-white">网站模板</a></p> <p>Copyright © All rights reserved</p> </div> </div> <!-- <div class="col-lg-6 col-md-6 col-sm-12"> <div class="footer-menu"> <ul class="text-right"> <li><a href="#">Service</a></li> <li><a href="#">Contact</a></li> </ul> </div> </div> --> <!-- FOOTER COPYRIGHT STYLE 3 --> </div> </div> </div> app/home/view/common/title.html
@@ -1 +1 @@ <title>长江国贸南非电商产业园</title> <title>Cpark</title> app/home/view/common/top-header.html
@@ -10,9 +10,12 @@ </div> </div> </div> <el-select v-model="currentLang" size="small" @change="(val) => changeLanguage(val, false)" style="width: 100px" class="language_select_item"> <el-option v-for="item in languageList" :key="item.symbol" :label="item.name_loc" :value="item.symbol" /> </el-select> <div class="language_select_item"> <img src="/static/images/language.png" alt=""> <el-select v-model="currentLang" size="small" @change="(val) => changeLanguage(val, false)" style="width: 100px" class=""> <el-option v-for="item in languageList" :key="item.symbol" :label="item.name_loc" :value="item.symbol" /> </el-select> </div> </div> <!-- END HEADER TOP AREA --> <div class="itpart-main-menu one_page hidden-xs hidden-sm witr_h_h10"> app/home/view/index/index.html
@@ -36,6 +36,9 @@ -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .witr_pslide_image img{ width: 100%; } </style> </head> app/home/view/partners/index.html
@@ -62,12 +62,12 @@ <div class="witr_service2 service_overflow_inherit all_service2_color "> <!-- image --> <div class="witr_service2_image"> <img src="/static/home/assets/images/service1.jpg" alt="image"> <div class="wbutton_top_service_icon"> <img src="/static/home/images/collaborators-2.png" alt="image"> <!-- <div class="wbutton_top_service_icon"> <a href=""> <span class="ti-arrow-right"></span> </a> </div> </div> --> </div> <div class="witr_servicetwo_text"> <div class="witr_service2_icon_bottom"> @@ -85,12 +85,12 @@ <div class="witr_service2 service_overflow_inherit all_service2_color "> <!-- image --> <div class="witr_service2_image"> <img src="/static/home/assets/images/service-2.jpg" alt="image"> <div class="wbutton_top_service_icon"> <img src="/static/home/images/collaborators-1.png" alt="image"> <!-- <div class="wbutton_top_service_icon"> <a href=""> <span class="ti-arrow-right"></span> </a> </div> </div> --> </div> <div class="witr_servicetwo_text"> <div class="witr_service2_icon_bottom"> @@ -108,12 +108,12 @@ <div class="witr_service2 service_overflow_inherit all_service2_color "> <!-- image --> <div class="witr_service2_image"> <img src="/static/home/assets/images/service-3.jpg" alt="image"> <div class="wbutton_top_service_icon"> <img src="/static/home/images/collaborators-3.png" alt="image"> <!-- <div class="wbutton_top_service_icon"> <a href=""> <span class="ti-arrow-right"></span> </a> </div> </div> --> </div> <div class="witr_servicetwo_text"> <div class="witr_service2_icon_bottom"> public/static/images/language.png