Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-10-26 11:46:37 +0800
Commit
1707c3ddfca8cc88bdf73a8ebcb5fd5239010b29
1 parent
0c23a791
【无】公司网站-样式修改,首页图片,移动端 #2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletions
website/assets/css/style.css
website/assets/img/about/cultural-img-sm.jpg
website/assets/img/about/cultural-img-sm.png
website/src/views/about/index.html
website/assets/css/style.css
View file @
1707c3d
...
...
@@ -2594,6 +2594,9 @@ blockquote:before {
background-repeat
:
no-repeat
;
background-position
:
center
;
}
.culturalValues-bg-sm
{
display
:
none
;
}
.all-height
{
height
:
calc
(
100vh
);
}
...
...
@@ -3922,7 +3925,10 @@ blockquote:before {
}
.culturalValues-bg
{
background-image
:
url("../img/about/cultural-img-sm.png")
;
display
:
none
;
}
.culturalValues-bg-sm
{
display
:
block
;
}
.about-concat-bg
{
background-image
:
url("../img/about/about-concat-bg-sm.png")
;
...
...
website/assets/img/about/cultural-img-sm.jpg
0 → 100644
View file @
1707c3d
279 KB
website/assets/img/about/cultural-img-sm.png
deleted
100644 → 0
View file @
0c23a79
141 KB
website/src/views/about/index.html
View file @
1707c3d
...
...
@@ -71,6 +71,9 @@
</div>-->
</div>
<div
class=
"culturalValues-bg wow customFadeInRight delay-0-1s slow"
></div>
<div
class=
"culturalValues-bg-sm wow customFadeInRight delay-0-1s slow"
>
<img
src=
"assets/img/about/cultural-img-sm.jpg"
alt=
""
>
</div>
<div
class=
"shape shapeAnimationOne l-10 t-0"
>
<img
src=
"assets/img/shapes/shape3.png"
alt=
"Shape"
>
...
...
Please
register
or
login
to post a comment