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
88f4790e
Commit
88f4790e
authored
Jun 02, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页屏保
parent
2a327d23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
32 deletions
+56
-32
layout.less
src/assets/theme/layout.less
+47
-28
default.vue
src/layouts/default.vue
+4
-1
index.vue
src/pages/news/index.vue
+5
-3
No files found.
src/assets/theme/layout.less
View file @
88f4790e
...
...
@@ -110,7 +110,7 @@ a.an:hover{
height: 100px;
// background: #8695b1;//导航背景色
// padding: 30px 0;
background: rgba(
41, 73, 130
, 0.5);
background: rgba(
33, 87, 183
, 0.5);
width: 100%;
position: fixed;
top: 0;
...
...
@@ -126,9 +126,18 @@ a.an:hover{
max-width: 1400px;
width: 80%;
margin: 0 auto;
justify-content: space-evenly;
//
justify-content: space-evenly;
display: flex;
.woccupy{
max-width: 300px;
min-width: 100px;
width: 100%;
}
.menu-right{
display: flex;
justify-content: space-between;
flex: 1;
}
.wx-div {
// margin-left: 3rem;
margin-left: 32px;
...
...
@@ -586,7 +595,8 @@ h3 {
width: 100%;
// height: 100%;
overflow: hidden;
background-color: #294982;
// background-color: #294982;
background-color: #2157B7;
.act {
animation: scale 16s infinite;
-webkit-animation:scale 16s infinite;
...
...
@@ -594,7 +604,7 @@ h3 {
transition-timing-function :linear;
z-index: -1;
opacity: 0.5;
background: #2
94982
;
background: #2
157B7
;
}
@keyframes scale {
...
...
@@ -637,8 +647,9 @@ h3 {
// padding-left: 20%;
// background-color: red;
color: white;
font-size: 48px;
img {
max-width: 780px;
width: 31rem;
// height: 59px;
}
...
...
@@ -654,21 +665,6 @@ h3 {
opacity: 1;
margin: auto;
}
//1,4,8,13,16,20, 25---
//3 ,4,5,3,4,
//1,3,7,15,31 63---
// 2,4,8,16,
//1,4,27, "256" ,3125---
//"69",36,19,10,5,2 ---
// , 17,9,5 ,3
// 16 ,8,4,2
// 2/3 , 1/2 ,2/5 ,1/3, 2/7 ""1/4
// 2,1,2,1,2,
//------------
// 3,2,5,3,7,
//2,2,2,2,2,2
//-----------
//3,4,5,6,7
.k2 {
...
...
@@ -715,6 +711,29 @@ h3 {
}
}
}
@media (min-width:1524px) {
.pa{
.kouhao{
.k1{
font-size: 48px;
width: 809px;
height: 64px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
opacity: 1;
}
}
}
}
@media (min-width:1540px) {
.k3{
span{
font-size: 30px;
}
}
}
}
}
.ourproducts{
...
...
@@ -1666,7 +1685,7 @@ a.news {
.productt .productt-content .pg-1 li {
display: inline-block;
// float: left;
margin-right:
6
0px;
margin-right:
3
0px;
padding-bottom: 80px;
// width: 392px;
// height: 353px;
...
...
@@ -3667,12 +3686,12 @@ line-height: 48px;
display: flex;
justify-content: space-evenly;
.pc1-problems-box{
height: 100%;
display: flex;
flex-direction: column;
//
height: 100%;
//
display: flex;
//
flex-direction: column;
.empty{
//
max-height:192px ;
//
height: 11.5rem;
max-height:192px ;
height: 11.5rem;
min-height: 137px;
}
.img-size{
...
...
@@ -4114,7 +4133,7 @@ line-height: 48px;
div{
// font-size: 23px;
// font-weight: 300;
text-indent:
46
px;
text-indent:
32
px;
font-size: 16px;
font-family: Microsoft YaHei;
...
...
src/layouts/default.vue
View file @
88f4790e
...
...
@@ -20,7 +20,9 @@
v-if=
"menuShow"
/>
<!-- icon是app端 是右上的关闭和菜单页面导航树 -->
<div
class=
"menu"
v-show=
"menuShow"
>
<div
class=
"woccupy"
></div>
<div
class=
"menu-right"
>
<div
class=
"menu"
v-show=
"menuShow"
>
<nuxt-link
to=
"/"
:class=
"
{ cur: '/' == $nuxt.$route.path }"
>首页
</nuxt-link
>
...
...
@@ -92,6 +94,7 @@
>关于我们
</nuxt-link
>
</div>
</div>
<!--
<div
class=
"wx-div"
>
<img
:src=
"wximg"
alt=
""
@
mouseover=
"over"
@
mouseout=
"leave"
/>
<div>
...
...
src/pages/news/index.vue
View file @
88f4790e
...
...
@@ -456,8 +456,8 @@ export default {
.btn-sum{
margin-top: 60px;
margin-bottom: 80px;
width: 1
0
0px;
height:
36
px;
width: 1
4
0px;
height:
48
px;
background: #294982;
opacity: 1;
border-radius: 24px;
...
...
@@ -472,5 +472,7 @@ export default {
opacity: 1;
}
}
.btn-sum:hover{
background: #294982 !important;
}
</
style
>
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