Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
7cd361e2
Commit
7cd361e2
authored
Feb 15, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
1333ed32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
orderCoupon.vue
components/orderCoupon.vue
+1
-1
ourPayment.vue
pages/payment/ourPayment/ourPayment.vue
+2
-2
No files found.
components/orderCoupon.vue
View file @
7cd361e2
...
...
@@ -26,7 +26,7 @@
<view>
{{
item
.
useStartDate
}}
-
{{
item
.
useEndDate
}}
<text>
<text
v-if=
"item.savedMoney"
>
<text>
¥
</text>
{{
parseFloat
(
item
.
savedMoney
.
toFixed
(
2
))
}}
</text>
</view>
...
...
pages/payment/ourPayment/ourPayment.vue
View file @
7cd361e2
...
...
@@ -8,7 +8,7 @@
<text>
{{
name
}}
</text>
</view>
<view
class=
"topMoney"
>
<text
class=
"moneyText"
>
支付
金额
</text>
<text
class=
"moneyText"
>
金额
</text>
<view
class=
"moneyNumber"
>
<text
class=
"iconfont icon-fl-renminbi"
style=
"font-size: 56rpx;"
></text>
<text>
{{
buyMoney
}}
</text>
...
...
@@ -566,7 +566,7 @@
.topIcon
{
display
:inline-flex
;
margin-right
:
10rpx
;
width
:
50rpx
;
height
:
50rpx
;
border-radius
:
50%
;
background
:
#FF8B57
;
align-items
:center
;
justify-content
:center
;}
.icon-tubiaolunkuo-
{
font-size
:
36rpx
;
color
:
#FFFFFF
;
font-weight
:
400
;}
.topMoney
{
padding
:
80rpx
24rpx
24rpx
24rpx
;
display
:
flex
;
justify-content
:space-between
;
align-items
:
center
;}
.moneyText
{
color
:
#FF3C00
;
font-size
:
28
rpx
;
font-weight
:
bold
;}
.moneyText
{
color
:
#FF3C00
;
font-size
:
32
rpx
;
font-weight
:
bold
;}
.moneyNumber
text
:nth-child
(
2
)
{
font-size
:
62rpx
;
font-weight
:
bold
;
position
:
relative
;
left
:
-6rpx
;}
.moneyNumber
text
:last-child
{
animation
:
dis
1
.5s
infinite
;
transition
:
1s
;
width
:
1px
;
height
:
56rpx
;
display
:
inline-block
;
background
:
#333333
;
position
:
relative
;
top
:
8rpx
;}
.topCoupon
{
display
:
flex
;
height
:
90rpx
;
border-top
:
1px
solid
$dividing-ine
;
align-items
:center
;
padding
:
0
24rpx
;
justify-content
:
space-between
;}
...
...
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