Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
a6d11fae
Commit
a6d11fae
authored
Aug 22, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
8076ef38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+5
-5
No files found.
vedio/components/coin-popup/coin-popup.vue
View file @
a6d11fae
...
...
@@ -15,11 +15,11 @@
<view
class=
"body"
style=
"width: 100%;height: 100%;background-color: white;"
>
<scroll-view
scroll-y
>
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;"
>
<view
style=
"display: flex;flex-direction: column;align-items: flex-end;
margin-bottom: 10rpx;
"
>
<view
style=
"display: flex;flex-direction: row;"
>
<view
@
click=
"handleAgree"
style=
"margin-top: 1
2rpx;margin-right: 10
rpx;"
>
付费须知>
</view>
<view
@
click=
"handleAgree"
style=
"margin-top: 1
6rpx;margin-right: 16
rpx;"
>
付费须知>
</view>
<image
@
click=
"handleClose"
style=
"width:
30rpx;height: 3
0rpx;display: flex;align-items: right;margin-top: 20rpx;margin-right: 20rpx;margin-bottom: 10rpx;"
style=
"width:
40rpx;height: 4
0rpx;display: flex;align-items: right;margin-top: 20rpx;margin-right: 20rpx;margin-bottom: 10rpx;"
src=
"@/static/index/ic_quit_white.png"
></image>
</view>
</view>
...
...
@@ -343,7 +343,7 @@
.pack-item
{
margin-bottom
:
25rpx
;
margin-right
:
22rpx
;
width
:
calc
(
4
6
%
);
width
:
calc
(
4
7
%
);
height
:
210rpx
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -405,7 +405,7 @@
border-bottom-right-radius
:
25rpx
;
height
:
36rpx
;
line-height
:
36rpx
;
padding-top
:
8
rpx
;
padding-top
:
5
rpx
;
padding-bottom
:
4rpx
;
padding-left
:
24rpx
;
padding-right
:
24rpx
;
...
...
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