Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
edea8ab3
authored
Jun 26, 2024
by
孙美琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页相关修改3
parent
501636b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
src/views/index-copy.vue
+11
-8
No files found.
src/views/index-copy.vue
View file @
edea8ab3
...
@@ -254,10 +254,10 @@ function handleCarousel(url) {
...
@@ -254,10 +254,10 @@ function handleCarousel(url) {
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.new-model
{
.new-model
{
//
background-image
:
url("@/assets/images/indexImg/bg-1.png")
;
background-image
:
url("@/assets/images/indexImg/bg-1.png")
;
//
background-size
:
100%
100%
;
/* 背景图片覆盖整个元素区域 */
background-size
:
cover
;
/* 背景图片覆盖整个元素区域 */
//
background-position
:
100%
100%
;
/* 背景图片居中 */
background-position
:
center
;
/* 背景图片居中 */
//
background-repeat
:
repeat-x
;
/* 背景图片不重复 */
background-repeat
:
no-repeat
;
/* 背景图片不重复 */
background-color
:
#b6b8bf
;
background-color
:
#b6b8bf
;
padding-bottom
:
90px
;
padding-bottom
:
90px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
...
@@ -396,6 +396,9 @@ function handleCarousel(url) {
...
@@ -396,6 +396,9 @@ function handleCarousel(url) {
.app-container
{
.app-container
{
padding
:
0
;
padding
:
0
;
flex-grow
:
1
;
flex-shrink
:
1
;
position
:
relative
;
}
}
.home
{
.home
{
...
@@ -417,10 +420,10 @@ function handleCarousel(url) {
...
@@ -417,10 +420,10 @@ function handleCarousel(url) {
.block
{
.block
{
//
width
:
1280px
;
//
width
:
1280px
;
//
background-image
:
url("@/assets/images/indexImg/bg-1.png")
;
background-image
:
url("@/assets/images/indexImg/bg-1.png")
;
//
background-size
:
100%
100%
;
background-size
:
cover
;
/* 背景图片覆盖整个元素区域 */
//
background-repeat
:
repeat-y
;
background-position
:
center
;
/* 背景图片居中 */
background
:
#b6b8bf
;
background
-repeat
:
no-repeat
;
/* 背景图片不重复 */
margin
:
0
auto
;
margin
:
0
auto
;
z-index
:
4
!important
;
z-index
:
4
!important
;
padding-bottom
:
60px
;
padding-bottom
:
60px
;
...
...
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