Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
5e3cd36d
Commit
5e3cd36d
authored
Nov 12, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'样式'
parent
d6f1c52d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
79 deletions
+80
-79
pay-entry.vue
src/pages/pay/payment/pay-entry.vue
+80
-79
No files found.
src/pages/pay/payment/pay-entry.vue
View file @
5e3cd36d
...
...
@@ -11,12 +11,12 @@
</transition>
<transition
name=
"trans"
>
<div
v-show=
"show"
class=
"modal-show-bank"
>
<transition
name=
"show"
>
<div
class=
"down"
>
<div
class=
"top"
>
<img
src=
"@/assets/payment/back.png"
@
click=
"show=false"
>
<span>
支付方式
</span>
</div>
<scroll>
<list-item
:item-height=
"56"
class=
"pay-way"
>
<item
v-for=
"(item,index) in nongBank"
...
...
@@ -77,9 +77,9 @@
</section>
</item>
</list-item>
</scroll>
</div>
</transition></div>
</transition>
</div></transition>
<transition
name=
"trans"
>
<div
v-show=
"confirm"
class=
"modal-show-confirm"
>
<div
class=
"down"
>
...
...
@@ -361,6 +361,9 @@ export default {
</
script
>
<
style
lang=
'less'
>
#payment-pay-entry {
.vue-better-scroll__wrapper{
padding: 0;
}
.trans-enter-active,
.trans-leave-active {
transition: opacity 0.5s;
...
...
@@ -382,19 +385,18 @@ export default {
height: 466px;
width: 100%;
position: relative;
bottom: -18
%;
top:16
%;
background: #fff;
border-radius: 12px 12px 0 0;
overflow: scroll;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
.top {
position: fixed;
padding-left: 24px;
width: 330px;
height: 54px;
display: flex;
z-index: 999;
align-items: center;
background-color: #fff;
img {
...
...
@@ -410,7 +412,7 @@ export default {
}
}
.info {
margin-top: 60px;
//
margin-top: 60px;
}
}
}
...
...
@@ -427,19 +429,18 @@ export default {
height: 466px;
width: 100%;
position: relative;
bottom: -18
%;
top:16
%;
background: #fff;
border-radius: 12px 12px 0 0;
overflow: scroll;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
.top {
position: fixed;
left: 24px;
width: 330px;
height: 54px;
display: flex;
z-index: 999;
align-items: center;
background-color: #fff;
img {
...
...
@@ -457,8 +458,8 @@ export default {
.pay-way {
//width: 350px;
//margin: 0 auto;
width:
9
0%;
margin-top: 54px
;
width:
10
0%;
padding: 0 4% 0 4%
;
background: #fff;
.hls-item {
padding-left: 12px;
...
...
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