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
7ea48a26
Commit
7ea48a26
authored
May 13, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
be284053
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
4 deletions
+81
-4
addons/theme/stv1/_static_w3g/css/common.css
+47
-0
apps/home/Tpl/default/User/index_w3g.html
+34
-4
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
7ea48a26
...
@@ -415,4 +415,50 @@ div::-webkit-scrollbar {
...
@@ -415,4 +415,50 @@ div::-webkit-scrollbar {
padding-right
:
1rem
;
padding-right
:
1rem
;
margin-left
:
0.75rem
;
margin-left
:
0.75rem
;
margin-right
:
0.75rem
;
margin-right
:
0.75rem
;
}
/* 我的 */
.center_top
{
position
:
relative
;
background
:
url('../../img/bg@3x.png')
no-repeat
;
background-size
:
100%
auto
;
padding
:
0.75rem
;
}
.center_top_mark
{
margin-top
:
0.5rem
;
height
:
17px
;
background
:
rgba
(
101
,
192
,
0
,
1
);
border-radius
:
9px
;
padding-left
:
0.5rem
;
padding-right
:
0.5rem
;
}
.center_order_part
{
margin-top
:
1.25rem
;
background
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
0px
2px
10px
0px
rgba
(
0
,
0
,
0
,
0.05
);
border-radius
:
8px
;
padding-top
:
1.25rem
;
padding-bottom
:
1.125rem
;
}
.center_top_order_text
{
margin-top
:
0.625rem
;
}
.center_bottom_part
{
margin-top
:
0.75rem
;
background
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
0px
2px
10px
0px
rgba
(
0
,
0
,
0
,
0.05
);
border-radius
:
8px
;
overflow
:
hidden
;
}
.center_bottom_cell
{
padding
:
0.625rem
0.75rem
!important
;
}
.center_bottom_cell_text
{
margin-left
:
0.5rem
;
}
}
\ No newline at end of file
apps/home/Tpl/default/User/index_w3g.html
View file @
7ea48a26
...
@@ -4,6 +4,27 @@
...
@@ -4,6 +4,27 @@
.myIndexBanner
.min-myIndexBanner
.myIndex-top
.myIndexInfo
i
.autograph
{
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100%
;
width
:
20px
;
background-image
:
url(__APP__/icon/autograph.png)
;
background-size
:
0
100%
;
background-size
:
10px
;
background-position
:
center
;}
.myIndexBanner
.min-myIndexBanner
.myIndex-top
.myIndexInfo
i
.autograph
{
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100%
;
width
:
20px
;
background-image
:
url(__APP__/icon/autograph.png)
;
background-size
:
0
100%
;
background-size
:
10px
;
background-position
:
center
;}
</style>
</style>
<body>
<body>
<div
id=
"app"
>
<div
class=
"layout_v tab_container center_top"
>
<div
class=
"center_top_content layout_h_v_c"
>
<van-image
width=
"72"
height=
"72"
fit=
"cover"
round
src=
"{:getUserFace($user['uid'],'b')}"
></van-image>
<div
class=
"layout_v"
style=
"margin-left: 0.75rem;"
>
<div
class=
"layout_h"
>
<span
class=
"text_16_600 color_white"
>
{:strip_tags(getUserSpace($user['uid']))}
</span>
<van-icon
class=
"self_center"
name=
"__THEME__/img/male_icon.png"
size=
"16"
style=
"margin-left: 0.5rem;"
></van-icon>
</div>
<div
class=
"center_top_mark layout_h_c"
>
<span
class=
"text_12_400 color_white self_center"
>
乡试
</span>
</div>
</div>
<div
class=
"weight_full layout_h_r"
>
<van-icon
class=
"self_center"
name=
"__THEME__/img/edit_pen.png"
size=
"16"
></van-icon>
</div>
</div>
</div>
</div>
<div
class=
"myIndexBanner"
>
<div
class=
"myIndexBanner"
>
<div
class=
"min-myIndexBanner"
>
<div
class=
"min-myIndexBanner"
>
<div
class=
"myIndex-top"
>
<div
class=
"myIndex-top"
>
...
@@ -313,8 +334,17 @@
...
@@ -313,8 +334,17 @@
</body>
</body>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
new
Vue
({
$
(
".nav_list ul li:eq(3)"
).
addClass
(
"on"
);
el
:
'#app'
,
});
data
:
function
()
{
return
{
active
:
3
}
},
methods
:
{
onChange
:
function
(
tab
)
{
}
}
})
</script>
</script>
<include
file=
"__THEME__/public_footer_w3g"
/>
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