Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
a10d60d9
Commit
a10d60d9
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
e33a1741
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
addons/theme/stv1/_static_w3g/css/common.css
+8
-3
apps/classroom/Tpl/default/Vip/index_w3g.html
+3
-4
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
a10d60d9
...
...
@@ -739,9 +739,14 @@ div::-webkit-scrollbar {
height
:
6.25rem
;
margin
:
1rem
1.5rem
;
position
:
relative
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
}
.vip_bg
{
position
:
absolute
;
left
:
0
;
top
:
0
;
right
:
0
;
bottom
:
0
;
}
.hint_top
{
...
...
apps/classroom/Tpl/default/Vip/index_w3g.html
View file @
a10d60d9
...
...
@@ -15,7 +15,8 @@
</div>
</div>
</van-sticky>
<div
class=
"vip_content"
:style=
"currentBg"
>
<div
class=
"vip_content"
>
<van-image
class=
"vip_bg"
:src=
"currentBg"
width=
"100%"
height=
"100%"
></van-image>
<div
class=
"layout_h"
>
<van-image
src=
"{:getUserFace($user['uid'],b)}"
round
width=
"32"
height=
"32"
></van-image>
<div
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
{:getUserName($user['uid'])}
</div>
...
...
@@ -209,9 +210,7 @@
computed
:
{
currentBg
:
function
()
{
let
opt
=
this
.
options
[
this
.
tab
]
return
{
background
:
"url(__THEME__/img/"
+
opt
.
bg
+
")"
}
return
"__THEME__/img/"
+
opt
.
bg
},
currentHint
:
function
()
{
let
opt
=
this
.
options
[
this
.
tab
]
...
...
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