切换导航条
此项目
正在载入...
登录
李涵
/
integral
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
lihan
6 years ago
提交
aaf9870b8939ceae5c60e78da682cc5edb08156f
1 个父辈
5250c105
1 个管道 的构建
通过
耗费 2 秒
赠送积分和角色管理
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
205 行增加
和
0 行删除
app/friendship/controller/FriendController.php
public/themes/simpleboot3/friendship/enter_password.html
public/themes/simpleboot3/friendship/sure_password.html
app/friendship/controller/FriendController.php
查看文件 @
aaf9870
...
...
@@ -174,4 +174,14 @@ class FriendController extends HomeBaseController
return
$this
->
fetch
(
':password_manager'
);
}
//输入密码
public
function
enterPassword
()
{
return
$this
->
fetch
(
':enter_password'
);
}
//确认密码
public
function
surePassword
()
{
return
$this
->
fetch
(
':sure_password'
);
}
}
\ No newline at end of file
...
...
public/themes/simpleboot3/friendship/enter_password.html
0 → 100644
查看文件 @
aaf9870
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
/>
<link
rel=
"stylesheet"
href=
"https://at.alicdn.com/t/font_834805_0ml90wdq5hzm.css"
>
<link
rel=
"stylesheet"
href=
"__INDEX__/css/base.css"
>
<link
rel=
"stylesheet"
href=
"__INDEX__/css/swiper.min.css"
>
<script
type=
"text/javascript"
src=
"__INDEX__/js/base.js"
></script>
<title>
输入密码
</title>
<style>
body
,
html
{
width
:
100%
;
height
:
100%
;
background
:
#F5F6FA
;
}
.passwordnum
{
color
:
#1A1A1A
;
font-size
:
0.36rem
;
font-weight
:
bold
;
margin
:
2.16rem
3.02rem
;
}
.nextstep
{
width
:
2.4rem
;
height
:
0.88rem
;
background
:
#FE0A01
;
color
:
#fff
;
font-size
:
0.32rem
;
text-align
:
center
;
line-height
:
0.88rem
;
border-radius
:
0.44rem
;
box-shadow
:
0px
15px
30px
0px
rgba
(
254
,
10
,
1
,
0.24
);
margin
:
0.66rem
2.55rem
0
2.55rem
;
}
.enterpassword
{
width
:
4.8rem
;
margin
:
0
auto
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
font-size
:
0
;
margin-top
:
0.48rem
;
}
.enterpassword
li
{
width
:
0.8rem
;
height
:
0.8rem
;
list-style
:
none
;
border
:
1px
solid
rgba
(
153
,
153
,
153
,
1
);
text-align
:
center
;
border-right
:
0
;
background
:
#fff
;
}
.enterpassword
li
:last-child
{
border-right
:
1px
solid
rgba
(
153
,
153
,
153
,
1
)
;
}
.enterpassword
li
input
{
width
:
0.67rem
;
height
:
0.76rem
;
list-style
:
none
;
text-align
:
center
;
border
:
none
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<p
class=
"passwordnum"
>
输入密码
</p>
<ul
class=
"enterpassword"
>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
</ul>
<p
class=
"nextstep"
>
下一步
</p>
</div>
</body>
<script
src=
"__INDEX__/js/jquery.min.js"
></script>
<script>
$
(
".nextstep"
).
click
(
function
(){
window
.
location
.
href
=
"{:url('friendship/Friend/surePassword')}"
})
</script>
</html>
...
...
public/themes/simpleboot3/friendship/sure_password.html
0 → 100644
查看文件 @
aaf9870
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
/>
<link
rel=
"stylesheet"
href=
"https://at.alicdn.com/t/font_834805_0ml90wdq5hzm.css"
>
<link
rel=
"stylesheet"
href=
"__INDEX__/css/base.css"
>
<link
rel=
"stylesheet"
href=
"__INDEX__/css/swiper.min.css"
>
<script
type=
"text/javascript"
src=
"__INDEX__/js/base.js"
></script>
<title>
输入密码
</title>
<style>
body
,
html
{
width
:
100%
;
height
:
100%
;
background
:
#F5F6FA
;
}
.passwordnum
{
color
:
#1A1A1A
;
font-size
:
0.36rem
;
font-weight
:
bold
;
margin
:
2.16rem
3.02rem
;
}
.nextstep
{
width
:
2.4rem
;
height
:
0.88rem
;
background
:
#FE0A01
;
color
:
#fff
;
font-size
:
0.32rem
;
text-align
:
center
;
line-height
:
0.88rem
;
border-radius
:
0.44rem
;
box-shadow
:
0px
15px
30px
0px
rgba
(
254
,
10
,
1
,
0.24
);
margin
:
0.66rem
2.55rem
0
2.55rem
;
}
.enterpassword
{
width
:
4.8rem
;
margin
:
0
auto
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
font-size
:
0
;
margin-top
:
0.48rem
;
}
.enterpassword
li
{
width
:
0.8rem
;
height
:
0.8rem
;
list-style
:
none
;
border
:
1px
solid
rgba
(
153
,
153
,
153
,
1
);
text-align
:
center
;
border-right
:
0
;
background
:
#fff
;
}
.enterpassword
li
:last-child
{
border-right
:
1px
solid
rgba
(
153
,
153
,
153
,
1
)
;
}
.enterpassword
li
input
{
width
:
0.67rem
;
height
:
0.76rem
;
list-style
:
none
;
text-align
:
center
;
border
:
none
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<p
class=
"passwordnum"
>
确认密码
</p>
<ul
class=
"enterpassword"
>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
<li>
<input
type=
"text"
>
</li>
</ul>
<p
class=
"nextstep"
>
确认
</p>
</div>
</body>
</html>
...
...
请
注册
或
登录
后发表评论