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
b774f1e8
Commit
b774f1e8
authored
May 21, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
82d44d0e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
10 deletions
+42
-10
apps/home/Tpl/default/Home/share_w3g.html
+1
-1
apps/home/Tpl/default/User/account/index_w3g.html
+1
-8
apps/home/Tpl/default/User/showQrCode_w3g.html
+0
-1
apps/home/Tpl/default/User/showQrCode_w3g_old.html
+40
-0
No files found.
apps/home/Tpl/default/Home/share_w3g.html
View file @
b774f1e8
...
...
@@ -46,7 +46,7 @@
window
.
location
.
href
=
"{:U('home/User/account')}"
+
"?tab=3"
},
onMyQrcode
:
function
()
{
//TODO
},
onToWithdraw
:
function
()
{
window
.
location
.
href
=
"{:U('home/User/account')}"
...
...
apps/home/Tpl/default/User/account/index_w3g.html
View file @
b774f1e8
...
...
@@ -21,13 +21,6 @@
margin-left
:
1rem
;
}
.confirm_button
{
margin-left
:
1rem
;
margin-right
:
1rem
;
margin-top
:
3.5rem
;
}
>>>
.van-field__control
{
font-size
:
1.25rem
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
...
...
@@ -57,7 +50,7 @@
</div>
</div>
</div>
<div
@
click=
"onWithdraw"
class=
"
round_button
confirm_button layout_h_c"
>
<div
@
click=
"onWithdraw"
class=
"confirm_button layout_h_c"
>
<span
class=
"text_14_600 self_center color_white"
>
确认提现
</span>
</div>
</div>
...
...
apps/home/Tpl/default/User/showQrCode_w3g.html
View file @
b774f1e8
...
...
@@ -24,7 +24,6 @@
<img
src=
"__APP__/images/twokuang.png"
class=
"content-cent-bac"
alt=
""
>
<img
src=
"{:qrcode_src($invite_url)}"
class=
"content-cent-bactwo"
height=
"200"
/>
<p
class=
"start"
>
长按识别二维码,开始学习
</p>
</div>
</div>
<include
file=
"__THEME__/public_footer_w3g"
/>
...
...
apps/home/Tpl/default/User/showQrCode_w3g_old.html
0 → 100644
View file @
b774f1e8
<include
file=
"__THEME__/public_header_w3g"
/>
<script
type=
"text/javascript"
src=
"__THEME__/js/module.js"
></script>
<script
type=
"text/javascript"
src=
"__THEME__/js/core.js"
></script>
<style
media=
"screen"
>
.content-card
{
width
:
100%
;}
#content-box
{
height
:
100%
;
overflow
:
hidden
}
#content-box
.bac-img
{
margin-top
:
-4px
;
position
:
relative
}
#content-box
.content-cent
{
width
:
68%
;
height
:
80%
;
position
:
absolute
;
top
:
16%
;
left
:
15%
;
background-image
:
url('__APP__/images/centerbox.png')
;
background-size
:
100%
,
350px
}
#content-box
.content-cent
.content-tit
{
font-size
:
12px
;
pxont-family
:
SourceHanSerifSC-Bold
;
font-weight
:
bold
;
color
:
rgba
(
49
,
49
,
49
,
1
);
margin
:
20px
10%
0
10%
;}
#content-box
.content-cent
.content-tittwo
{
font-size
:
12px
;
pxont-family
:
SourceHanSerifSC-Bold
;
font-weight
:
bold
;
color
:
rgba
(
49
,
49
,
49
,
1
);
margin-top
:
0px
;
margin-left
:
15%
}
#content-box
.content-cent
.content-cent-bac
{
width
:
74%
;
height
:
36%
;
margin-top
:
5%
;
margin-left
:
16%
;
position
:
relative
}
#content-box
.content-cent
.content-cent-bactwo
{
position
:
absolute
;
top
:
21%
;
left
:
26%
;
width
:
54%
;
height
:
28%
}
#content-box
.content-cent
.start
{
text-align
:
center
;
margin-top
:
6%
}
</style>
<div
class=
"content-card"
>
<div
class=
"content"
id=
"content-box"
>
<img
class=
"bac-img"
src=
"__APP__/images/bac-max.png"
alt=
""
class=
"back-max"
>
<div
class=
"content-cent"
>
<p
class=
"content-tit"
>
我正在{:t($site['site_name'])}学习,快来和我一起学习吧!
</p>
<img
src=
"__APP__/images/twokuang.png"
class=
"content-cent-bac"
alt=
""
>
<img
src=
"{:qrcode_src($invite_url)}"
class=
"content-cent-bactwo"
height=
"200"
/>
<p
class=
"start"
>
长按识别二维码,开始学习
</p>
</div>
</div>
<include
file=
"__THEME__/public_footer_w3g"
/>
<script>
$
(
window
).
load
(
function
()
{
var
is_hide
=
"{$invite_hide}"
;
if
(
is_hide
==
1
){
$
(
'.users'
).
attr
(
'style'
,
'display:none !important'
);
$
(
".nav_list"
).
hide
();
}
});
</script>
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