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
93f7cfeb
Commit
93f7cfeb
authored
May 12, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
fc7d7bf6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
314 additions
and
1 deletions
+314
-1
addons/theme/stv1/_header_w3g.html
+2
-1
addons/theme/stv1/_static_w3g/css/common.css
+311
-0
addons/theme/stv1/public_header_w3g.html
+1
-0
No files found.
addons/theme/stv1/_header_w3g.html
View file @
93f7cfeb
...
...
@@ -8,10 +8,11 @@
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
href=
"__THEMEW3G__/css/reset.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/css/reset.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/css/public.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/css/style.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/icon/iconfont.css"
rel=
"stylesheet"
>
<link
href=
"__THEMEW3G__/css/common.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"__THEMEW3G__/js/layer/need/layer.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__THEMEW3G__/icon/iconfont-v4.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"__THEMEW3G__/icon/eduline-icon.css"
>
...
...
addons/theme/stv1/_static_w3g/css/common.css
0 → 100644
View file @
93f7cfeb
html
,
body
{
height
:
100%
;
width
:
100%
;
}
div
::-webkit-scrollbar
{
height
:
0
;
background
:
transparent
;
}
.page_background
{
background
:
#F5F5F5
;
}
.tab_container
{
padding-bottom
:
4.125rem
;
}
.layout_v
{
display
:
flex
;
flex-direction
:
column
;
}
.layout_h
{
display
:
flex
;
flex-direction
:
row
;
}
.layout_h_v_c
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
}
.layout_h_r
{
display
:
flex
;
flex-direction
:
row-reverse
;
}
.layout_v_c
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
}
.layout_h_c
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
}
.layout_center
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.layout_h_b
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
}
.weight_full
{
width
:
0
;
flex-grow
:
1
;
}
.self_center
{
align-self
:
center
;
}
.page_container
{
width
:
100%
;
}
.scroll_h
{
overflow-x
:
scroll
;
}
.color_primary
{
color
:
#65C000
}
.color_A3E460
{
color
:
#A3E460
;
}
.color_333333
{
color
:
#333333
}
.color_999999
{
color
:
#999999
;
}
.color_FF3B3B
{
color
:
#FF3B3B
;
}
.color_white
{
color
:
white
;
}
.text_10_400
{
font-size
:
0.625rem
;
font-weight
:
400
;
}
.text_12_400
{
font-size
:
0.75rem
;
font-weight
:
400
;
}
.text_14_400
{
font-size
:
0.875rem
;
font-weight
:
400
;
}
.text_14_600
{
font-size
:
0.875rem
;
font-weight
:
600
;
}
.text_16_600
{
font-size
:
1rem
;
font-weight
:
600
;
}
.divider
{
height
:
0.0625rem
;
background
:
#E6E6E6
;
}
.tab_text_normal
{
font-size
:
14px
;
font-weight
:
400
;
color
:
rgba
(
51
,
51
,
51
,
1
);
}
.tab_text_selected
{
font-size
:
18px
;
font-weight
:
600
;
color
:
rgba
(
51
,
51
,
51
,
1
);
}
.class_item
{
padding
:
0.75rem
;
}
.class_right
{
margin-left
:
1.625rem
;
}
.class_attr
{
margin-left
:
1rem
;
}
.mark_green
{
width
:
2rem
;
height
:
1rem
;
border-radius
:
0.5625rem
;
color
:
white
;
font-size
:
10px
;
font-weight
:
400
;
background
:
#65C000
;
}
.mark_orange
{
width
:
2rem
;
height
:
1rem
;
border-radius
:
0.5625rem
;
color
:
white
;
font-size
:
10px
;
font-weight
:
400
;
background
:
#F5A623
;
}
.button_disable
{
width
:
80px
;
height
:
28px
;
background
:
rgba
(
204
,
204
,
204
,
1
);
border-radius
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.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
);
}
.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
);
}
.drop_down_grid
{
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
1
fr
);
grid-row-gap
:
1rem
;
grid-column-gap
:
0.625rem
;
padding
:
1.25rem
0.75rem
;
}
.drop_down_option
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
height
:
32px
;
background
:
rgba
(
245
,
245
,
245
,
1
);
border-radius
:
16px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
rgba
(
153
,
153
,
153
,
1
);
}
.drop_down_option_selected
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
height
:
32px
;
background
:
rgba
(
163
,
228
,
96
,
1
);
border-radius
:
16px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.drop_down_selected_container
{
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
1
fr
);
grid-row-gap
:
1rem
;
grid-column-gap
:
0.625rem
;
padding
:
0.5rem
0.75rem
;
background
:
white
;
}
.drop_down_selected_item
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
height
:
32px
;
background
:
rgba
(
251
,
255
,
247
,
1
);
border-radius
:
16px
;
}
.list_container
{
position
:
relative
;
}
.confirm_button
{
box-sizing
:
border-box
;
height
:
44px
;
background
:
rgba
(
163
,
228
,
96
,
1
);
border-radius
:
32px
;
display
:
flex
;
margin-left
:
2.1875rem
;
margin-right
:
2.1875rem
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
padding-top
:
0.6875rem
;
padding-bottom
:
0.6875rem
;
font-size
:
16px
;
font-weight
:
600
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.confirm_button_disable
{
box-sizing
:
border-box
;
height
:
44px
;
background
:
rgba
(
204
,
204
,
204
,
1
);
border-radius
:
32px
;
display
:
flex
;
margin-left
:
2.1875rem
;
margin-right
:
2.1875rem
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
padding-top
:
0.6875rem
;
padding-bottom
:
0.6875rem
;
font-size
:
16px
;
font-weight
:
600
;
color
:
rgba
(
255
,
255
,
255
,
1
);
}
.confirm_button
:hover
{
background
:
rgba
(
163
,
228
,
96
,
0.5
);
}
.confirm_button.focus
{
background
:
rgba
(
163
,
228
,
96
,
0.5
);
}
addons/theme/stv1/public_header_w3g.html
View file @
93f7cfeb
...
...
@@ -195,6 +195,7 @@
methods
:
{
onSearch
:
function
()
{
console
.
log
(
"onSearch"
)
"{:U('classroom/Index/search')}"
}
}
})
...
...
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