Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
ca7feb03
Commit
ca7feb03
authored
Aug 13, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f0be7037
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
index.vue
pages/index/index.vue
+7
-4
No files found.
pages/index/index.vue
View file @
ca7feb03
...
...
@@ -60,13 +60,14 @@
v-if=
"add_show==1&& JSON.stringify(setting) != '{}' "
:style=
"{
'border-radius':setting.add_app_bg_radius+'rpx',
'opacity':setting.add_app_bg_transparency/100
'opacity':setting.add_app_bg_transparency/100,
'top':pagePaddingBottom,
}"
>
<u-icon
name=
"cross"
color=
"#fff"
@
click=
"close"
></u-icon>
<view
style=
"width: 1px;height: 20px;margin:0 10px;background: #fff;"
></view>
<Text
style=
"color: #fff;"
>
{{setting.add_app_text}}
</Text>
<view
class=
"triangle-up"
></view>
<view
class=
"triangle-up"
:style=
"{'top':pagePaddingBottom}"
></view>
</view>
<coupon
v-if=
"showCoupons"
...
...
@@ -422,7 +423,7 @@ export default {
}
.content
.tips_t
{
position
:
fixed
;
top
:
8px
;
right
:
6px
;
height
:
36px
;
background
:
#000000
;
...
...
@@ -431,6 +432,8 @@ export default {
align-items
:
center
;
padding
:
0
10px
;
font-size
:
12px
;
margin-top
:
10px
;
z-index
:
9999999
;
}
.triangle-up
{
width
:
0
;
...
...
@@ -440,7 +443,7 @@ export default {
border-bottom
:
12px
solid
black
;
position
:
fixed
;
right
:
65px
;
top
:
0px
;
}
.index-title
{
line-height
:
45px
!important
;
...
...
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