Commit 5d4fae94 authored by 陈毅's avatar 陈毅

首页修改

parent 88f4790e
...@@ -158,12 +158,12 @@ a.an:hover{ ...@@ -158,12 +158,12 @@ a.an:hover{
>a { >a {
color: #FFFFFF; color: #FFFFFF;
font-weight: 500; font-weight: 400;
min-width: 154px; min-width: 154px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
position: relative; position: relative;
font-size: 18px;
.flexd { .flexd {
// color: #333333; // color: #333333;
color: #fff; color: #fff;
...@@ -593,13 +593,14 @@ h3 { ...@@ -593,13 +593,14 @@ h3 {
.pr { .pr {
position: relative; position: relative;
width: 100%; width: 100%;
min-width: 1100px;
// height: 100%; // height: 100%;
overflow: hidden; overflow: hidden;
// background-color: #294982; // background-color: #294982;
background-color: #2157B7; background-color: #2157B7;
.act { .act {
animation: scale 16s infinite; animation: scale 20s infinite;
-webkit-animation:scale 16s infinite; -webkit-animation:scale 20s infinite;
width: 100%; width: 100%;
transition-timing-function :linear; transition-timing-function :linear;
z-index: -1; z-index: -1;
...@@ -617,17 +618,17 @@ h3 { ...@@ -617,17 +618,17 @@ h3 {
// } // }
80% { // 80% {
transform: scale(1.3); // transform: scale(1.3);
} // }
100%{ 100%{
transform: scale(1.1); transform: scale(1.6);
} }
} }
.pa { .pa {
position: absolute; position: absolute;
top: 0; top: 37.04%;
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
...@@ -635,7 +636,7 @@ h3 { ...@@ -635,7 +636,7 @@ h3 {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding-top: 22rem; // padding-top: 25rem;
.kouhao { .kouhao {
...@@ -649,7 +650,7 @@ h3 { ...@@ -649,7 +650,7 @@ h3 {
color: white; color: white;
font-size: 48px; font-size: 48px;
img { img {
max-width: 780px; max-width: 809px;
width: 31rem; width: 31rem;
// height: 59px; // height: 59px;
} }
...@@ -695,14 +696,18 @@ h3 { ...@@ -695,14 +696,18 @@ h3 {
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
.triangle-left{ .triangle-left{
width: 31rem; width: 26.66%;
height: 2px; height: 2px;
background: linear-gradient(297deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(297deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
opacity: 1; opacity: 1;
border-radius: 0px; border-radius: 0px;
}
span{
padding: 0 20px;
} }
.triangle-right{ .triangle-right{
width: 31rem; width: 26.66%;
height: 2px; height: 2px;
background: linear-gradient(63deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(63deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
opacity: 1; opacity: 1;
...@@ -718,10 +723,12 @@ h3 { ...@@ -718,10 +723,12 @@ h3 {
font-size: 48px; font-size: 48px;
width: 809px; width: 809px;
height: 64px; height: 64px;
line-height: 64px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold; font-weight: bold;
color: #FFFFFF; color: #FFFFFF;
opacity: 1; opacity: 1;
margin-bottom: 24px;
} }
} }
...@@ -729,8 +736,12 @@ h3 { ...@@ -729,8 +736,12 @@ h3 {
} }
@media (min-width:1540px) { @media (min-width:1540px) {
.k3{ .k3{
div{
flex: 1;
}
span{ span{
font-size: 30px; font-size: 30px;
padding:0 20px ;
} }
} }
} }
...@@ -927,23 +938,15 @@ h3 { ...@@ -927,23 +938,15 @@ h3 {
.info { .info {
text-indent: 36px; text-indent: 36px;
margin-top: 114px; margin-top: 114px;
line-height: 30px;
font-weight: 300;
color: #FFFFFF; color: #FFFFFF;
opacity: 1; opacity: 1;
width: 291px; width: 291px;
height: 133px; height: 133px;
font-size: 18px; font-size: 18px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #FFFFFF;
opacity: 1;
} }
.ar{ .ar{
a{ a{
......
...@@ -15,9 +15,12 @@ ...@@ -15,9 +15,12 @@
<img style="width:48rem" src="/image/index/0001.png" alt=""> <img style="width:48rem" src="/image/index/0001.png" alt="">
</div> </div>
<div plain class="k3"> <div plain class="k3">
<p style="width:8%"></p>
<div class="triangle-left"></div> <div class="triangle-left"></div>
<span>厚德载物 · 天道酬勤 · 诚信立身</span> <span>厚德载物 · 天道酬勤 · 诚信立身</span>
<div class="triangle-right"></div> <div class="triangle-right"></div>
<p style="width:8%"></p>
</div> </div>
</div> </div>
</div> </div>
...@@ -674,4 +677,7 @@ export default { ...@@ -674,4 +677,7 @@ export default {
.nuxt-link-exact-active{ .nuxt-link-exact-active{
color: #707070; color: #707070;
} }
.cur{
font-weight: bold !important;
}
</style> </style>
\ No newline at end of file
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