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
29323804
Commit
29323804
authored
Jun 24, 2022
by
陈毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码更改
parent
de470e44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
7 deletions
+43
-7
layout.less
src/assets/theme/layout.less
+33
-6
default.vue
src/layouts/default.vue
+10
-1
product.png
src/static/image/product.png
+0
-0
No files found.
src/assets/theme/layout.less
View file @
29323804
...
...
@@ -335,7 +335,6 @@ a.an:hover{
:hover {
background-color: rgb(20, 79, 123);
color: white;
}
div {
...
...
@@ -377,7 +376,7 @@ a.an:hover{
position: absolute;
right: 65px;
height: 132px;
width:
172
px;
width:
300
px;
background-color: #fff;
line-height: 30px;
font-size: 18px;
...
...
@@ -386,11 +385,39 @@ a.an:hover{
box-shadow: -6px 3px 12px rgb(14 65 115 / 10%);
font-weight: bolder;
img {
display: block;
margin-top: 20px;
margin-left: 42px;
.ewm-flex{
display: flex;
justify-content: space-around;
height: 132px;
.qRcode-left{
display: flex;
flex-direction: column;
align-items: center;
div{
font-size: 12px;
text-align: center;
}
img {
display: block;
margin-top: 10px;
}
}
.qRcode-right{
display: flex;
flex-direction: column;
align-items: center;
div{
font-size: 12px;
text-align: center;
}
img {
display: block;
margin-top: 10px;
}
}
}
}
}
...
...
src/layouts/default.vue
View file @
29323804
...
...
@@ -233,7 +233,16 @@
<div
class=
"right_div"
>
联系客服
</div>
</div>
<div
class=
"ewm"
>
<img
src=
"/image/dtbc.jpg"
alt=
""
/>
<div
class=
"ewm-flex"
>
<div
class=
"qRcode-left"
>
<img
src=
"/image/dtbc.jpg"
alt=
""
/>
<div>
扫描关注“德天博城”
</div>
</div>
<div
class=
"qRcode-right"
>
<img
src=
"/image/product.png"
alt=
""
>
<div>
扫码咨询达索系统产品
</div>
</div>
</div>
</div>
</a>
<a
class=
"pr"
>
...
...
src/static/image/product.png
0 → 100644
View file @
29323804
6.92 KB
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