Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
ec4a9013
Commit
ec4a9013
authored
Sep 25, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
7fcb0c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
1 deletion
+48
-1
guidelines.vue
src/components/buy/guidelines.vue
+48
-1
No files found.
src/components/buy/guidelines.vue
View file @
ec4a9013
<
template
>
<
template
>
<div
class=
"guidelines"
>
<div
class=
"guidelines"
>
<!--
<div
class=
""
@
click=
"micromessengerClick"
>
{{
this
.
micromessenger
==
0
?
'浏览器'
:
'支付宝'
}}
</div>
-->
<!--
<div
class=
""
@
click=
"micromessengerClick"
>
{{
this
.
micromessenger
==
0
?
'浏览器'
:
'支付宝'
}}
</div>
-->
<div
class=
"jiao"
>
点击右上角...
</div>
<div
class=
"jiao"
:style=
"
{ opacity: micromessenger == 0 ? '1' : '0' }">点击右上角...
</div>
<div
class=
"open-browser"
:style=
"
{ opacity: micromessenger == 0 ? '1' : '0' }">选择
<span>
在浏览器中打开
</span></div>
<div
class=
"wancheng"
:style=
"
{ opacity: micromessenger == 0 ? '1' : '0' }">以完成支付
</div>
<div
class=
"tup"
>
<div
class=
"liulanqi"
></div>
<div
class=
"tup-text"
>
{{
micromessenger
==
0
?
'在浏览器中打开'
:
'支付宝'
}}
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -57,6 +63,47 @@
...
@@ -57,6 +63,47 @@
font-weight: 500;
font-weight: 500;
color: #333333;
color: #333333;
}
}
.open-browser {
padding-top: 16 * @toVw;
font-size: 15 * @toVw;
color: #666666;
span {
font-size: 17 * @toVw;
font-weight: 500;
color: #40A9FF;
}
}
.wancheng {
padding-top: 16 * @toVw;
font-size: 17 * @toVw;
font-weight: 500;
color: #333333;
}
.tup {
width: 152 * @toVw;
height: 152 * @toVw;
margin-top: 35 * @toVw;
padding-top: 36 * @toVw;;
background: #EFEEF3;
border-radius: 100px;
box-sizing: border-box;
.liulanqi {
width: 44 * @toVw;
height: 44 * @toVw;
background: red;
border-radius: 100px;
}
.tup-text {
padding-top: 11 * @toVw;
font-size: 15 * @toVw;
color: #666666;
}
}
}
}
</
style
>
</
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