Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
Overview
Overview
Details
Activity
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
hooloo
mp
user
Commits
d77d6b90
Commit
d77d6b90
authored
Jun 10, 2022
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化弹出二维码框样式
parent
18a100d0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
components/OrderQrCode/index.vue
+6
-13
No files found.
components/OrderQrCode/index.vue
View file @
d77d6b90
...
...
@@ -10,7 +10,7 @@
</div>
<div
class=
"flow_describe"
>
<h3>
扫码流程
</h3>
<image
:mode=
"'aspectFit'"
width=
"600px"
class=
"flow_img"
src=
"/static/imgs/order_flow.png"
></image>
<image
:mode=
"'aspectFit'"
class=
"flow_img"
src=
"/static/imgs/order_flow.png"
></image>
</div>
<div
class=
"flow_describe"
>
<h3>
注意事项
</h3>
...
...
@@ -126,8 +126,6 @@ export default {
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.btn
{
...
...
@@ -144,16 +142,13 @@ export default {
color
:
#FFFFFF
;
font-size
:
20
rpx
;
text-align
:
center
;
}
}
.order_flow
{
background
:
#FFFFFF
;
border-radius
:
10
rpx
;
margin-top
:
32
rpx
;
padding-top
:
65
rpx
;
padding-top
:
25
rpx
;
.code
{
font-size
:
36
rpx
;
...
...
@@ -161,7 +156,6 @@ export default {
font-weight
:
600
;
color
:
#000000
;
text-align
:
center
;
}
.qr_code
{
...
...
@@ -191,15 +185,14 @@ export default {
}
.flow_describe
{
width
:
686
rpx
;
width
:
590
rpx
;
background
:
#FFFFFF
;
box-shadow
:
0
rpx
4
rpx
8
rpx
0
rpx
rgba
(
166
,
166
,
166
,
0.5
);
border-radius
:
10
rpx
;
margin
:
0
auto
;
margin-top
:
20
rpx
;
padding
:
30
rpx
;
h3
{
font-size
:
28
rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
...
...
@@ -208,8 +201,8 @@ export default {
}
.flow_img
{
width
:
60
0
rpx
;
height
:
21
4
rpx
;
width
:
59
0
rpx
;
height
:
21
1
rpx
;
display
:
block
;
margin
:
24
rpx
auto
;
}
...
...
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