提交 dd93b73c authored 作者: 许敬帅's avatar 许敬帅

优化

上级 6c69f9f9
No preview for this file type
public/favicon.ico

1.1 KB | W: | H:

public/favicon.ico

6.8 KB | W: | H:

public/favicon.ico
public/favicon.ico
public/favicon.ico
public/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
......@@ -10,6 +10,7 @@
<i></i><span>手机版</span>
<div class="large">
<img :src="DEFAULTIMG.QRCODE"/>
<div class="large_text">微信扫一扫</div>
</div>
</div>
<div class="go-to-top" v-if="btnFlag" @click="backTop">
......
......@@ -189,7 +189,7 @@ a{
/*** 返回顶部***/
.extend-opt{
position: fixed;
bottom: 40%;
bottom: 16%;
right: 20px;
cursor: pointer;
background: #fff;
......@@ -222,15 +222,20 @@ a{
}
.large{
display: none;
width: 100px;
height: 100px;
width: 197px;
height: 203px;
position: absolute;
top: 0;
left: -104px;
top: -60px;
left: -202px;
border: 1px solid #EDEDED;
padding: 5px;
background-color: #fff;
img{ width: 100%; height: 100%; }
img{ width: 110px; height: 110px;display: block;margin: 29px auto 0; }
.large_text {
text-align: center;
margin-top: 10px;
font-size: 20px;
}
}
}
.shouji-erweima:hover{
......
......@@ -2,12 +2,12 @@
<div class="header">
<div class="header-inner w80p">
<el-row :gutter="20" >
<el-col :span="8">
<el-col :span="7">
<div class="logol">
<router-link :to="{ name: 'home' }" ><img src="~@/assets/index_logo.png"/></router-link>
</div>
</el-col>
<el-col :span="6">
<el-col :span="8" style="padding-left:50px;">
<ul class="header-nav">
<li v-for="item in navList" :key="item.id"
:class="{'isActive':$route.path == item.url||item.pathName.indexOf($route.name)>-1}">
......@@ -15,7 +15,7 @@
</li>
</ul>
</el-col>
<el-col :span="11">
<el-col :span="9">
<div class="login-info-con clearfix">
<!-- 已登录 -->
<ul v-if="isLogin">
......
......@@ -14,7 +14,7 @@ const protocol = location.protocol;
// api 的 base_url 8696
export const WEBSITE_BASEURL = protocol + '//zgsccbs.com'; // 此值同时也为视频第一帧封面地址拼接前缀
// 个人中心的website
export const WEBSITE_USERCENTER = protocol + '//tzgsccbs.com/center/index.html';
export const WEBSITE_USERCENTER = protocol + '//zgsccbs.com/center/index.html';
// export const WEBSITE_USERCENTER = protocol + '//dev-deliver-tax-person-center.test16.zhongdianyun.com:8709:8100';
export const FILEPREFIX = WEBSITE_BASEURL + '/file1/file/?fileName='; // 后面接图片返回的cover字段或视频
......
......@@ -383,16 +383,16 @@
}
.paragraph{
color: #555;
line-height: 23px;
font-size: 14px;
line-height: 32px;
font-size: 16px;
text-indent: 2em;
display: block;
}
/* 文章正文 */
.artical-con{
color: #555;
line-height: 23px;
font-size: 14px;
line-height: 32px;
font-size: 16px;
text-indent: 2em;
margin: 85px 0 10px;
.content{ margin: 10px 0; }
......@@ -499,8 +499,8 @@
}
.paragraph{
color: #555;
line-height: 23px;
font-size: 14px;
line-height: 32px;
font-size: 16px;
text-indent: 2em;
display: block;
}
......
......@@ -285,7 +285,7 @@
}
.ebook-main-content{
padding: 30px 0;
font-size:14px!important;
font-size:16px!important;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(71,82,91,1);
......@@ -307,7 +307,7 @@
width: 100%;
font-family: MicrosoftYaHei;
font-weight: 400;
font-size: 14px;
font-size: 16px;
text-align: center;
.opt-con{
width: 100%;
......@@ -415,7 +415,7 @@
font-size: 16px!important;
}
hr, p, div, span, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, table, a{
font-size: 14px!important;
font-size: 16px!important;
line-height: 36px!important;
}
......
......@@ -127,7 +127,7 @@
},
setFontSize: 14, // default 14 范围 12-40
setFontSize: 16, // default 14 范围 12-40
setFontSizeRange: [12,40],
setLineHeight: 36, // default 36 范围 24-60
setLineHeightRange: [24,60]
......@@ -146,7 +146,7 @@
this.setFontSize > this.setFontSizeRange[0] && (this.setFontSize -= 1)
break;
default:
this.setFontSize = 14
this.setFontSize = 16
break;
}
},
......@@ -220,7 +220,7 @@
});
},
resetForm(formName) {
this.setFontSize = 14;
this.setFontSize = 16;
this.setLineHeight = 36;
this.$refs[formName].resetFields();
},
......
......@@ -42,7 +42,7 @@ $main-color: #0089EE;
justify-content: center;
/*width: 87%;
margin-left: 85px;*/
width: 98%;
width: 94%;
margin-left: 27px;
margin-top: 19px;
position: relative;
......@@ -92,7 +92,7 @@ $main-color: #0089EE;
/*font-size: 14px;*/
font-size: 12px;
width: 145%;
margin: 13px 0;
margin: 13px 0 13px 20px;
.label{
color: #FC9224;
}
......
......@@ -14,7 +14,7 @@
</a>
</div>
</el-col>
<el-col :span="12">
<el-col :span="11" style="margin-left:20px;">
<div class="top-search-center">
<!-- 顶部搜索 -->
<div class="input-con" ref="headerInputColor">
......
......@@ -304,8 +304,8 @@
}
.paragraph{
color: #555;
line-height: 23px;
font-size: 14px;
line-height: 32px;
font-size: 16px;
text-indent: 2em;
display: block;
img{
......
......@@ -68,12 +68,11 @@
line-height: 25px;
margin-bottom: 10px;
color: #454545;
font-size: 14px;
line-height: 36px;
font-size: 16px;
line-height: 32px;
p{
width: 100%;
font-size: 14px;
font-size: 16px;
color: #454545;
}
img{
......
......@@ -80,7 +80,7 @@ a:hover{ color: #0089EE; }
}
.recource-synopsis{
width: 100%;
min-height: 500px;
min-height: 304px;
background: url('~@/assets/bg_kechengjianjie.png') center center no-repeat;
background-size: 100% 100%;
.title-con-wrap{
......
......@@ -111,8 +111,8 @@
}
.paragraph{
color: #555;
line-height: 23px;
font-size: 14px;
line-height: 32px;
font-size: 16px;
text-indent: 2em;
display: block;
}
......@@ -182,8 +182,8 @@
font-size: 14px;
.paragraph{
color: #555;
line-height: 23px;
font-size: 14px;
line-height: 32px;
font-size: 16px;
text-indent: 2em;
display: block;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论