Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DTBPcompnay
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李堔
DTBPcompnay
Commits
5d4fae94
Commit
5d4fae94
authored
Jun 02, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页修改
parent
88f4790e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
23 deletions
+32
-23
layout.less
src/assets/theme/layout.less
+25
-22
index.vue
src/pages/index.vue
+7
-1
No files found.
src/assets/theme/layout.less
View file @
5d4fae94
...
...
@@ -158,12 +158,12 @@ a.an:hover{
>a {
color: #FFFFFF;
font-weight:
5
00;
font-weight:
4
00;
min-width: 154px;
display: inline-block;
text-align: center;
position: relative;
font-size: 18px;
.flexd {
// color: #333333;
color: #fff;
...
...
@@ -593,13 +593,14 @@ h3 {
.pr {
position: relative;
width: 100%;
min-width: 1100px;
// height: 100%;
overflow: hidden;
// background-color: #294982;
background-color: #2157B7;
.act {
animation: scale
16
s infinite;
-webkit-animation:scale
16
s infinite;
animation: scale
20
s infinite;
-webkit-animation:scale
20
s infinite;
width: 100%;
transition-timing-function :linear;
z-index: -1;
...
...
@@ -617,17 +618,17 @@ h3 {
// }
80% {
transform: scale(1.3);
}
//
80% {
//
transform: scale(1.3);
//
}
100%{
transform: scale(1.
1
);
transform: scale(1.
6
);
}
}
.pa {
position: absolute;
top:
0
;
top:
37.04%
;
left: 0;
bottom: 0;
right: 0;
...
...
@@ -635,7 +636,7 @@ h3 {
display: flex;
align-items: center;
justify-content: center;
padding-top: 22
rem;
// padding-top: 25
rem;
.kouhao {
...
...
@@ -649,7 +650,7 @@ h3 {
color: white;
font-size: 48px;
img {
max-width:
780
px;
max-width:
809
px;
width: 31rem;
// height: 59px;
}
...
...
@@ -695,14 +696,18 @@ h3 {
display: flex;
justify-content: space-evenly;
.triangle-left{
width:
31rem
;
width:
26.66%
;
height: 2px;
background: linear-gradient(297deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
opacity: 1;
border-radius: 0px;
}
span{
padding: 0 20px;
}
.triangle-right{
width:
31rem
;
width:
26.66%
;
height: 2px;
background: linear-gradient(63deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
opacity: 1;
...
...
@@ -718,10 +723,12 @@ h3 {
font-size: 48px;
width: 809px;
height: 64px;
line-height: 64px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
opacity: 1;
margin-bottom: 24px;
}
}
...
...
@@ -729,8 +736,12 @@ h3 {
}
@media (min-width:1540px) {
.k3{
div{
flex: 1;
}
span{
font-size: 30px;
padding:0 20px ;
}
}
}
...
...
@@ -927,23 +938,15 @@ h3 {
.info {
text-indent: 36px;
margin-top: 114px;
font-weight: 300;
line-height: 30px;
color: #FFFFFF;
opacity: 1;
width: 291px;
height: 133px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
opacity: 1;
}
.ar{
a{
...
...
src/pages/index.vue
View file @
5d4fae94
...
...
@@ -15,9 +15,12 @@
<img
style=
"width:48rem"
src=
"/image/index/0001.png"
alt=
""
>
</div>
<div
plain
class=
"k3"
>
<p
style=
"width:8%"
></p>
<div
class=
"triangle-left"
></div>
<span>
厚德载物 · 天道酬勤 · 诚信立身
</span>
<div
class=
"triangle-right"
></div>
<div
class=
"triangle-right"
></div>
<p
style=
"width:8%"
></p>
</div>
</div>
</div>
...
...
@@ -674,4 +677,7 @@ export default {
.nuxt-link-exact-active{
color: #707070;
}
.cur{
font-weight: bold !important;
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment