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
318dbd95
Commit
318dbd95
authored
Jan 31, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
791659cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
18 deletions
+20
-18
index.vue
vedio/pages/index/index.vue
+17
-15
follow.vue
vedio/pages/recommend/follow.vue
+1
-1
recommendVideo.vue
vedio/pages/recommend/recommendVideo.vue
+1
-1
newVideoDetail.vue
vedio/pagesC/video/newVideoDetail.vue
+1
-1
No files found.
vedio/pages/index/index.vue
View file @
318dbd95
...
...
@@ -22,8 +22,8 @@
<view
style=
"position: relative;"
>
<view
style=
"
position: absolute;
z-index: 10;
width: 50rpx;
z-index: 10;
width: 50rpx;
text-align: center;
margin-top: 8rpx;
font-size: 24rpx;
...
...
@@ -52,7 +52,7 @@
<view
style=
"
position: absolute;
bottom:
10rpx
;
bottom:
0
;
background-color: black;
width: 100%;
opacity: 0.5;
...
...
@@ -67,7 +67,9 @@
</view>
</view>
<view
style=
"font-size: 26rpx;margin-top: 10rpx;"
>
{{
item
.
title
}}
</view>
<view
style=
"font-size: 26rpx;margin-top: 10rpx;height: 70rpx;white-space: pre-line;"
>
{{
item
.
title
}}
</view>
<view
style=
"font-size: 22rpx;margin-top: 10rpx;"
v-if=
"item.orderTags!=null&&item.orderTags.length>0"
>
<scroll-view
scroll-x=
"true"
>
...
...
@@ -94,8 +96,8 @@
<image
class=
"img"
:src=
"item.coverImage"
mode=
"aspectFill"
></image>
<view
style=
"
position: absolute;
bottom:
10rpx
;
width: 9
5
%;
bottom:
0
;
width: 9
4
%;
padding: 10rpx;
background-color: black;
opacity: 0.5;
...
...
@@ -123,8 +125,8 @@
<image
class=
"img"
:src=
"item.coverImage"
mode=
"aspectFill"
></image>
<view
style=
"
position: absolute;
bottom:
10rpx
;
width: 9
5
%;
bottom:
0
;
width: 9
4
%;
padding: 10rpx;
background-color: black;
opacity: 0.5;
...
...
@@ -248,12 +250,12 @@
topList
:
[],
statusBarHeight
:
app
.
globalData
.
statusBarHeight
,
};
},
onShow
()
{
this
.
show
()
},
onHide
()
{
this
.
hide
()
},
onShow
()
{
this
.
show
()
},
onHide
()
{
this
.
hide
()
},
methods
:
{
show
()
{
...
...
@@ -382,7 +384,7 @@
background-color
:
#fff
;
break-inside
:
avoid
;
margin-bottom
:
20rpx
;
height
:
4
7
0rpx
;
height
:
4
9
0rpx
;
}
.img
{
...
...
vedio/pages/recommend/follow.vue
View file @
318dbd95
<
template
>
<view
style=
"background-color: white;"
>
<status-title2
:isEdit
.
sync=
"isEditStyle"
:showEdit=
"
true
"
:showBack=
"true"
>
我的追剧
</status-title2>
<status-title2
:isEdit
.
sync=
"isEditStyle"
:showEdit=
"
dataList.length>0
"
:showBack=
"true"
>
我的追剧
</status-title2>
<scroll-view
scroll-y=
"true"
:style=
"'height: '+(windowHeight -80)+'px;padding-bottom:110rpx;'"
>
<view
class=
"flex space"
style=
"display:flex; flex-wrap:wrap;height: 100%;width: 100%;background-color: white;"
>
...
...
vedio/pages/recommend/recommendVideo.vue
View file @
318dbd95
...
...
@@ -335,7 +335,7 @@
z-index
:
99
;
bottom
:
30%
;
right
:
10px
;
width
:
9
0
rpx
;
width
:
9
5
rpx
;
flex-direction
:
column
;
image
{
...
...
vedio/pagesC/video/newVideoDetail.vue
View file @
318dbd95
...
...
@@ -83,7 +83,7 @@
<view
class=
"flex space"
style=
"display:flex; flex-wrap:wrap;"
>
<block
v-for=
"(list,index2) in subList[index1]"
>
<view
@
click
.
stop=
"selectThisVideo(index2 + (index1%30*30))"
style=
"position: relative;width:16%;height: 120rpx; background: gray;border-radius: 10rpx;margin-left:
5
rpx;margin-bottom: 5rpx;"
>
style=
"position: relative;width:16%;height: 120rpx; background: gray;border-radius: 10rpx;margin-left:
4
rpx;margin-bottom: 5rpx;"
>
<image
v-if=
"originList[
(index1 == 0 ? index2 : (index2 + (index1%30*30)))
].lock"
src=
"@/static/video/lock.png"
...
...
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