提交 26365705 authored 作者: 龙菲's avatar 龙菲

Merge branch 'master' of https://gitee.com/gzcnki/exhibition_page

...@@ -158,8 +158,10 @@ ...@@ -158,8 +158,10 @@
<div <div
class="desc wow animate__animated animate__fadeInUp" class="desc wow animate__animated animate__fadeInUp"
data-wow-delay="0.5s" data-wow-delay="0.5s"
:title="item.txt"
> >
<p>{{ item.txt }}</p> <p>{{ item.txt }}</p>
<span v-if="item.txt.length > 144">...</span>
</div> </div>
</div> </div>
<div class="pic wow animate__animated animate__fadeInRight"> <div class="pic wow animate__animated animate__fadeInRight">
...@@ -516,7 +518,7 @@ export default { ...@@ -516,7 +518,7 @@ export default {
} }
.detail { .detail {
width: 100%; width: 100%;
background-image: url('@/assets/imgs/topic/jyycc/part1-bg.png'); background-image: url("@/assets/imgs/topic/jyycc/part1-bg.png");
background-repeat: repeat; background-repeat: repeat;
background-size: cover; background-size: cover;
> div.txt { > div.txt {
...@@ -582,18 +584,19 @@ export default { ...@@ -582,18 +584,19 @@ export default {
position: absolute; position: absolute;
top: 0; top: 0;
height: 450px; height: 450px;
max-width: 720px;
text-align: left; text-align: left;
font-size: 36px; font-size: 36px;
line-height: 60px; line-height: 60px;
font-family: "宋体"; font-family: "宋体";
overflow: hidden; z-index: 1;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 12;
> p { > p {
margin: 0; margin: 0;
max-width: 720px;
overflow: hidden;
}
> span {
margin-right: -22px;
display: block;
} }
} }
} }
......
...@@ -62,7 +62,7 @@ module.exports = defineConfig({ ...@@ -62,7 +62,7 @@ module.exports = defineConfig({
// target:'http://192.168.1.230:9563/files',//测试内网 // target:'http://192.168.1.230:9563/files',//测试内网
// target: 'http://222.85.214.245:9604/files',//测试外网 // target: 'http://222.85.214.245:9604/files',//测试外网
// target: 'http://114.115.157.218:9602/files',//生产 // target: 'http://114.115.157.218:9602/files',//生产
target:'http://www.gzswbsy.com/files', target:'https://www.gzswbsy.com/files',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/files': '' '^/files': ''
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论