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
2ece4a83
Commit
2ece4a83
authored
May 19, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
b0a54753
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
0 deletions
+40
-0
addons/theme/stv1/_static_w3g/css/common.css
+36
-0
apps/classroom/Tpl/default/Index/theme_x7_w3g.html
+2
-0
apps/home/Tpl/default/Home/exams_w3g.html
+0
-0
apps/home/Tpl/default/User/index_w3g.html
+2
-0
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
2ece4a83
...
@@ -900,3 +900,38 @@ div::-webkit-scrollbar {
...
@@ -900,3 +900,38 @@ div::-webkit-scrollbar {
.goods_detail_top
{
.goods_detail_top
{
}
}
/* 真题 */
.zhenti_my_collect_list_container
{
position
:
relative
;
box-sizing
:
border-box
;
padding-top
:
2.25rem
;
}
.zhenti_tab
{
position
:
fixed
!important
;
top
:
2.75rem
;
width
:
100%
;
height
:
2.25rem
;
}
.zhenti_tab_normal
{
font-size
:
14px
;
font-weight
:
600
;
color
:
rgba
(
51
,
51
,
51
,
1
);
}
.zhenti_tab_selected
{
font-size
:
14px
;
font-weight
:
600
;
color
:
rgba
(
101
,
192
,
0
,
1
);
}
.zhenti_my_collect_cell
{
padding
:
0.75rem
;
margin-bottom
:
0.5rem
;
}
.zhenti_my_collect_cell_time
{
margin-top
:
0.75rem
;
}
\ No newline at end of file
apps/classroom/Tpl/default/Index/theme_x7_w3g.html
View file @
2ece4a83
...
@@ -139,7 +139,9 @@
...
@@ -139,7 +139,9 @@
<van-tabbar-item>
<van-tabbar-item>
<span
class=
"text_10_400"
>
真题题库
</span>
<span
class=
"text_10_400"
>
真题题库
</span>
<template
#
icon=
"props"
>
<template
#
icon=
"props"
>
<a
href=
"{:U('home/Home/exams')}"
>
<img
:src=
"props.active ? '__THEME__/img/zhenti.png' : '__THEME__/img/zhenti_s.png'"
/>
<img
:src=
"props.active ? '__THEME__/img/zhenti.png' : '__THEME__/img/zhenti_s.png'"
/>
</a>
</template>
</template>
</van-tabbar-item>
</van-tabbar-item>
<van-tabbar-item>
<van-tabbar-item>
...
...
apps/home/Tpl/default/Home/exams_w3g.html
View file @
2ece4a83
This diff is collapsed.
Click to expand it.
apps/home/Tpl/default/User/index_w3g.html
View file @
2ece4a83
...
@@ -103,7 +103,9 @@
...
@@ -103,7 +103,9 @@
<van-tabbar-item>
<van-tabbar-item>
<span
class=
"text_10_400"
>
真题题库
</span>
<span
class=
"text_10_400"
>
真题题库
</span>
<template
#
icon=
"props"
>
<template
#
icon=
"props"
>
<a
href=
"{:U('home/Home/exams')}"
>
<img
:src=
"props.active ? '__THEME__/img/zhenti.png' : '__THEME__/img/zhenti_s.png'"
/>
<img
:src=
"props.active ? '__THEME__/img/zhenti.png' : '__THEME__/img/zhenti_s.png'"
/>
</a>
</template>
</template>
</van-tabbar-item>
</van-tabbar-item>
<van-tabbar-item>
<van-tabbar-item>
...
...
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