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