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
d9afb7fc
Commit
d9afb7fc
authored
May 12, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
bbdda898
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
2 deletions
+93
-2
addons/theme/stv1/_static_w3g/css/common.css
+91
-0
apps/classroom/Tpl/default/Index/theme_x1_w3g.html
+2
-2
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
d9afb7fc
...
...
@@ -309,3 +309,94 @@ div::-webkit-scrollbar {
background
:
rgba
(
163
,
228
,
96
,
0.5
);
}
/*
* Home
*/
.home_divider.divider
{
margin-left
:
1.5rem
;
margin-right
:
1.5rem
;
margin-top
:
0.75rem
;
}
.home_swapper
{
height
:
7.5rem
;
padding-bottom
:
1rem
;
}
.home_swapper_image
{
margin-left
:
1rem
;
margin-right
:
1rem
;
background
:
rgba
(
216
,
216
,
216
,
1
);
box-shadow
:
0px
2px
8px
0px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
8px
;
overflow
:
hidden
;
}
.home_list_part
{
padding-left
:
0.75rem
;
padding-right
:
0.75rem
;
}
.home_list_header_v_line
{
width
:
0.25rem
;
height
:
1rem
;
background-color
:
#A3E460
;
align-self
:
center
;
}
.home_class_item
{
position
:
relative
;
margin-left
:
0.75rem
;
margin-right
:
0.75rem
;
margin-top
:
0.75rem
;
}
.home_item_mark_green
{
width
:
2rem
;
height
:
1rem
;
border-radius
:
0.5625rem
;
color
:
white
;
font-size
:
10px
;
font-weight
:
400
;
background
:
#65C000
;
}
.home_item_mark_orange
{
width
:
2rem
;
height
:
1rem
;
border-radius
:
0.5625rem
;
color
:
white
;
font-size
:
10px
;
font-weight
:
400
;
background
:
#F5A623
;
}
.home_button_green
{
width
:
80px
;
height
:
28px
;
background
:
rgba
(
163
,
228
,
96
,
1
);
border-radius
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.home_button_green
:focus
{
background
:
rgba
(
163
,
228
,
96
,
0.5
);
}
.home_button_orange
{
width
:
80px
;
height
:
28px
;
background
:
rgba
(
245
,
166
,
35
,
1
);
border-radius
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.home_question_item
{
padding
:
1.5rem
0.75rem
0
0.75rem
;
}
apps/classroom/Tpl/default/Index/theme_x1_w3g.html
View file @
d9afb7fc
...
...
@@ -24,8 +24,8 @@
<van-swipe
class=
"home_swapper"
indicator-color=
"white"
>
<volist
name=
"ad_list"
id=
"adlt"
>
<van-swipe-item>
<a
href=
"{$adlt['bannerurl']}"
title=
"{$adlt['banner_title']}"
>
<van-image
class=
"home_swapper_image"
height=
"100%"
fit=
"cover"
src=
"{:getCover($adlt['banner'],720,300)}"
/>
<a
class=
"home_swapper_image"
href=
"{$adlt['bannerurl']}"
title=
"{$adlt['banner_title']}"
>
<van-image
height=
"100%"
fit=
"cover"
src=
"{:getCover($adlt['banner'],720,300)}"
/>
</a>
</van-swipe-item>
</volist>
...
...
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