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
2f5625bf
Commit
2f5625bf
authored
May 13, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
595ce2b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
addons/theme/stv1/_static_w3g/css/common.css
+11
-0
apps/basic/Tpl/default/Passport/login_w3g.html
+4
-0
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
2f5625bf
...
...
@@ -92,6 +92,10 @@ div::-webkit-scrollbar {
color
:
#333333
}
.color_666666
{
color
:
#666666
;
}
.color_999999
{
color
:
#999999
;
}
...
...
@@ -479,3 +483,9 @@ div::-webkit-scrollbar {
margin-left
:
1.8125rem
;
margin-right
:
2.1875rem
;
}
.login_action_bar
{
margin-left
:
1.8125rem
;
margin-right
:
2.1875rem
;
padding-top
:
0.625rem
;
}
\ No newline at end of file
apps/basic/Tpl/default/Passport/login_w3g.html
View file @
2f5625bf
...
...
@@ -55,6 +55,10 @@
<van-field
left-icon=
"__THEME__/img/account_icon.png"
v-model=
"phone"
placeholder=
"请输入手机号"
></van-field>
<van-field
left-icon=
"__THEME__/img/pwd_icon.png"
v-model=
"password"
placeholder=
"请输入8~16位密码"
></van-field>
</div>
<div
class=
"layout_h_b login_action_bar"
>
<a
href=
"{:U('basic/Passport/reg')}"
class=
"text_12_400 color_primary"
>
立即注册
</a>
<a
class=
"text_12_400 color_666666"
>
忘记密码?
</a>
</div>
</div>
...
...
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