Commit bf41c370 authored by 姜启航's avatar 姜启航

修改字体大小

parent b5135b38
src/assets/images/logo.png

3.64 KB | W: | H:

src/assets/images/logo.png

28.8 KB | W: | H:

src/assets/images/logo.png
src/assets/images/logo.png
src/assets/images/logo.png
src/assets/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -2,7 +2,7 @@
<footer>
<div class="container">
<p>
厦门半导体投资集团有限公司 版权所有- Powered by 网站技术支持:三五互联 闽ICP备17021675号-1 闽公网安备14010602004605号
厦门半导体投资集团有限公司 版权所有- Powered by 网站技术支持:<a href="http://laoyaoba.com/" target="_blank">集微网</a> 闽ICP备17021675号-1 闽公网安备14010602004605号
</p>
</div>
</footer>
......@@ -36,6 +36,12 @@
padding-left: 0;
padding-right: 0;
}
a{
color: #aaa;
}
a:hover{
text-decoration: none;
color: #A69249;
}
</style>
\ No newline at end of file
......@@ -41,7 +41,7 @@
header {
min-width: 1200px;
height: 74px;
font-size: 14px;
font-size: 16px;
/* background-position: center center;
background-attachment: fixed; */
......@@ -55,11 +55,11 @@
}
img {
margin-top: 11px;
/* margin-top: 11px; */
}
nav {
width: 750px;
width: 650px;
float: right;
}
......@@ -80,13 +80,13 @@
cursor: pointer;
}
li:nth-child(1){
width: 30px;
width: 35px;
}
.router-link-active{
border-bottom: 3px solid #B59F4C!important;
}
.router-link-active:nth-child(1){
width: 30px;
width: 35px;
}
</style>
\ No newline at end of file
......@@ -100,6 +100,7 @@
margin-bottom: 200px;
}
.p-about {
font-size: 16px;
margin-top: 145px;
text-align: center;
margin-bottom: 145px;
......@@ -178,6 +179,7 @@
.dic p{
color: #aaa;
margin-top: 10px;
font-size: 15px;
}
.right i{
margin-left: -5px;
......
......@@ -57,7 +57,7 @@
.p-about {
/* width: 62.5vw; */
font-size: 14px;
font-size: 16px;
margin-top: 145px;
text-align: center;
margin-bottom: 145px;
......
......@@ -77,7 +77,7 @@
margin-bottom: 16vw;
}
.ip {
/* .ip {
display: inline-block;
width: 3.6vw;
margin-top: 7vw;
......@@ -85,7 +85,7 @@
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
color: #aaa;
}
} */
.content {
widows: 1200px;;
......
......@@ -228,12 +228,13 @@
}
p {
/* font-size: 14px; */
font-size: 16px;
color: #aaa;
}
h2 {
font-size: 16px;
margin-top: 18px;
margin-left: 17px;
}
......@@ -278,6 +279,7 @@
text-align: center;
line-height: 40px;
color: #aaa;
font-size: 16px;
}
/*投资业务 */
.investment {
......@@ -307,6 +309,7 @@
.investment-left P {
color: #fff;
font-size: 16px;
}
.investment-right p {
......@@ -320,6 +323,7 @@
display: inline-block;
width: 120px;
height: 36px;
font-size: 16px;
line-height: 36px;
text-align: center;
color: #fff;
......
......@@ -38,6 +38,7 @@
/*关于我们 */
.p-about {
font-size: 16px;
margin-top: 145px;
text-align: center;
margin-bottom: 145px;
......@@ -73,6 +74,7 @@
padding-bottom: 38px;
margin-bottom: 40px;
color: #aaa;
font-size: 16px;
border-bottom: 1px dotted #aaa;
}
.right p:nth-child(3){
......
......@@ -38,10 +38,9 @@
.left p{
width: 680px;
color: #aaa;
/* font-size: 14px; */
font-size: 16px;
}
.p-dic{
margin-top: 10px;
margin-bottom: 6vw;
}
</style>
\ No newline at end of file
......@@ -35,9 +35,9 @@
<style scoped>
.div-about{
margin-top: 97px;
font-size: 12px;
font-size: 14px;
text-align: left;
padding-left: 445px;
padding-left: 430px;
margin-bottom: 500px;
}
.top{
......
......@@ -37,6 +37,7 @@
<style scoped>
.p-about {
font-size: 16px;
margin-top: 145px;
text-align: center;
margin-bottom: 145px;
......@@ -70,11 +71,12 @@
}
.right p{
width: 609px;
font-size: 16px;
color: #aaa;
}
.two{
margin-top: 100px;
margin-bottom: 126px;
margin-bottom: 100px;
}
</style>
\ No newline at end of file
......@@ -2,10 +2,18 @@
<div>
<!-- 头部 -->
<page-header></page-header>
<div class="background">
</div>
<div class="container">
<div class="top">
<ul class="com">
<li class="active">新闻中心</li>
</ul>
</div>
<div class="div-content">
<div class="left">
<div class="top">
<div class="time">07-03</div>
<div class="left-top">
<div class="time">7月3号</div>
<div class="emay"></div>
<div>
<p class="t1">李克强对“华龙一号”福清核电5号机组建设工作 作出重要批示</p>
......@@ -35,6 +43,7 @@
</div>
</div>
</div>
</div>
<page-footer></page-footer>
</div>
</template>
......@@ -50,27 +59,17 @@
return {
msg: "newinfo",
news:[
{time:'07-03',title:'李克强对“华龙一号”福清核电5号机组建设工作作出重要批示',content:'中共中央政治局常委、国务院总理李克强日前对“华龙一号”福清核电5号机组建设工作作出重要批示。批示指出:我国自'}
{time:'7月3号',title:'李克强对“华龙一号”福清核电5号机组建设工作作出重要批示',content:'中共中央政治局常委、国务院总理李克强日前对“华龙一号”福清核电5号机组建设工作作出重要批示。批示指出:我国自'}
]
};
},
// methods: {
// }
methods: {
// getLiveList() {
// this.$http.post('/api/postlist?category_id=1')
// .then((res) => {
// this.news=res.body.data
// console.log()
// this.news.forEach(e => {
// this.day=e.published_time
// this.title=e.post_title.replace(/&quot;/g,'"')
// this.day.substring(this.day.length,this.day.length-5)
// this.time=this.day.substring(this.day.length-9,this.day.length-14)
// });
// console.log(res)
// })
// .catch((err) => {
// console.log(err)
......@@ -99,21 +98,54 @@
.container{
width: 1200px;
padding: 0;
display: flex;
padding-bottom: 172px;
/* justify-content: space-between; */
}
.div-content{
display: flex;
}
.background {
min-width: 1200px;
width: 100%;
height: 300px;
background-size: 100% 100%;
background-image: url('../assets/images/new01.jpg');
}
.com {
width: 240px;
height: 60px;
margin: 0 auto;
margin-top: -30px;
color: #fff;
background-color: #fff;
/* border: 1px solid red; */
box-shadow: 0px 4px 5px #ddd;
}
.com li {
width: 100%;
text-align: center;
line-height:60px;
font-size: 22px;
}
.top{
margin-bottom: 145px;
}
.active {
background-color: #B5A14E;
}
.left{
width: 800px;
margin-right: 50px;
}
.top{
.left-top{
display: flex;
}
.time{
width: 100px;
font-size: 30px;
font-size: 24px;
color: #aaa;
margin-top: 45px;
margin-right: 15px;
......@@ -123,7 +155,7 @@
height: 1px;
border-top: 1px solid #aaa;
background-color: #aaa;
margin-top: 75px;
margin-top: 70px;
margin-right: 10px;
}
.t1{
......@@ -133,7 +165,7 @@
}
.t2{
width: 650px;
font-size: 12px;
font-size: 16px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
......@@ -173,6 +205,7 @@
margin-right: 40px;
}
.bom-left-title{
font-size: 16px;
display: inline-block;
width: 256px;
overflow: hidden;
......@@ -181,6 +214,7 @@
margin-bottom: 5px;
}
.bom-right-title{
font-size: 16px;
display: inline-block;
width: 145px;
overflow: hidden;
......@@ -219,12 +253,13 @@
.hangye{
font-size: 20px;
margin-left: 30px;
margin-bottom: 10px;
}
.right{
width: 350px;
margin-top: 120px;
margin-top: 80px;
/* height: 1000px; */
/* border: 1px solid red; */
}
......@@ -270,7 +305,7 @@
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 14px;
font-size: 16px;
color: #101010;
margin-top: 0;
}
......@@ -280,6 +315,7 @@
.new-content{
color: #aaa;
width: 290px;
font-size: 16px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
......
......@@ -192,6 +192,7 @@
}
.mid p {
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
......
......@@ -147,6 +147,7 @@
}
.dic .zhiye {
font-size: 16px;
border-bottom: 1px solid #aaa;
padding-bottom: 23px;
margin-bottom: 24px;
......@@ -169,6 +170,7 @@
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
font-size: 14px;
overflow: hidden;
}
.div-about {
......
......@@ -25,10 +25,10 @@
return {
msg: "territory",
items:[
{p1:'芯片设计...',p2:'Chip desi...'},
{p1:'精研制造...',p2:'R&D and...'},
{p1:'封装测试...',p2:'Packaging...'},
{p1:'系统应用...',p2:'system ap...'},
{p1:'芯片设计啦啦啦',p2:'Chip desi啦啦啦'},
{p1:'精研制造啦啦啦',p2:'R&D and啦啦啦'},
{p1:'封装测试啦啦啦',p2:'Packaging啦啦啦'},
{p1:'系统应用啦啦啦',p2:'system ap啦啦啦'},
]
};
}
......@@ -46,47 +46,37 @@
display: flex;
margin-bottom: 200px;
}
img{
margin-top: 114px;
margin-bottom: 46px;
width: 680px;
}
.left{
width: 80%;
border-right: 1px solid #aaa;
height: 820px;
}
h1{
font-size: 18px;
margin-bottom: 12px;
}
.p-eng{
font-size: 18px;
margin-top: 26px;
margin-bottom: 19px;
}
.left p{
width: 680px;
color: #aaa;
/* font-size: 14px; */
}
.p-dic{
margin-top: 10px;
margin-bottom: 6vw;
}
.right{
width: 20%;
}
.right div{
/* height: 25%; */
text-align: center;
padding-top: 170px;
cursor: pointer;
margin: 0 auto;
}
.right div:nth-child(1){
padding-top: 89px;
}
.p1{
.right div p{
margin-left: 70px;
font-size: 16px;
width: 90px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p1{
color: #666;
}
.p2{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment