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
b86bf4b5
Commit
b86bf4b5
authored
Mar 06, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改展示广告弹窗样式
parent
b3ee5789
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
ad-popup.vue
vedio/components/ad-popup/ad-popup.vue
+5
-0
button.scss
vedio/scss/button.scss
+4
-4
No files found.
vedio/components/ad-popup/ad-popup.vue
View file @
b86bf4b5
...
...
@@ -123,6 +123,11 @@
background-color
:
orange
;
color
:
white
;
font-size
:
36rpx
;
}
.downtext
{
color
:
darkgray
;
font-size
:
26rpx
;
}
}
</
style
>
\ No newline at end of file
vedio/scss/button.scss
View file @
b86bf4b5
...
...
@@ -8,13 +8,13 @@
// border: 2rpx solid $main-color;
// // background-color: $main-color;
background
:
-webkit-linear-gradient
(
left
,
#
03E6CA
,
#5DC6FD
);
background
:
-webkit-linear-gradient
(
left
,
#
f6773e
,
#f6773e
);
/* Safari 5.1-6.0 */
background
:
-o-linear-gradient
(
right
,
#
03E6CA
,
#5DC6FD
);
background
:
-o-linear-gradient
(
right
,
#
f6773e
,
#f6773e
);
/* Opera 11.1-12.0 */
background
:
-moz-linear-gradient
(
right
,
#
03E6CA
,
#5DC6FD
);
background
:
-moz-linear-gradient
(
right
,
#
f6773e
,
#f6773e
);
/* Firefox 3.6-15 */
background
:
linear-gradient
(
to
right
,
#
03E6CA
,
#5DC6FD
);
background
:
linear-gradient
(
to
right
,
#
f6773e
,
#f6773e
);
// border: 2rpx solid $main-color;
border-radius
:
76rpx
;
...
...
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