Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
backend
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
亲子游项目
backend
Commits
8c8f628e
Commit
8c8f628e
authored
Oct 07, 2018
by
汪睦雄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
2dda0176
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
118 additions
and
17 deletions
+118
-17
application/admin/view/banner/update.html
+7
-4
application/admin/view/guide/update.html
+1
-1
application/mob/view/index/shopjoin.html
+110
-12
No files found.
application/admin/view/banner/update.html
View file @
8c8f628e
...
@@ -50,16 +50,19 @@
...
@@ -50,16 +50,19 @@
<label
for=
"title"
class=
"col-sm-1 control-label text-right"
>
类型
</label>
<label
for=
"title"
class=
"col-sm-1 control-label text-right"
>
类型
</label>
<div
class=
"col-lg-10 col-md-8 col-lg-6"
>
<div
class=
"col-lg-10 col-md-8 col-lg-6"
>
<select
class=
"form-control"
name=
"type"
id=
"post_type"
>
<select
class=
"form-control"
name=
"type"
id=
"post_type"
>
<option
value=
"1"
{
if
condition=
"$banner_info.type == 1"
}
selected
{/
if
}
>
小程序页面
路径
</option>
<option
value=
"1"
{
if
condition=
"$banner_info.type == 1"
}
selected
{/
if
}
>
小程序页面
</option>
<option
value=
"2"
{
if
condition=
"$banner_info.type == 2"
}
selected
{/
if
}
>
跳转到网页链接地址
</option>
<option
value=
"2"
{
if
condition=
"$banner_info.type == 2"
}
selected
{/
if
}
>
网页链接
</option>
</select>
</select>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"title"
class=
"col-sm-1 control-label text-right"
>
链接
</label>
<label
for=
"title"
class=
"col-sm-1 control-label text-right"
>
目标路径
</label>
<div
class=
"col-lg-10 col-md-8 col-lg-6"
>
<div
class=
"col-lg-10 col-md-8 col-lg-6"
>
<input
type=
"text"
name=
"url"
class=
"form-control validate[required]"
value=
"{$banner_info.url}"
>
<input
type=
"text"
name=
"url"
class=
"form-control validate[required]"
value=
"{$banner_info.url}"
>
<span
class=
"form-group-tip"
>
* 网页直接输入链接地址即可;
<br/>
* 小程序页面,详情页路径为:/pages/detail/index?id=[项目ID]
<br/>
* 把其中的[项目ID]替换成活动管理模块的的ID值即可
<br/>
* 小程序其他页面路径请咨询小程序开发者
</span>
</div>
</div>
</div>
</div>
...
...
application/admin/view/guide/update.html
View file @
8c8f628e
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<div
class=
"col-sm-20 col-md-8 col-lg-6"
>
<div
class=
"col-sm-20 col-md-8 col-lg-6"
>
<select
class=
"form-control"
name=
"type"
id=
"post_type"
>
<select
class=
"form-control"
name=
"type"
id=
"post_type"
>
<option
{
if
condition=
"$article.type == 1"
}
selected
{/
if
}
value=
"1"
>
手动编写文章
</option>
<option
{
if
condition=
"$article.type == 1"
}
selected
{/
if
}
value=
"1"
>
手动编写文章
</option>
<option
{
if
condition=
"$article.type == 2"
}
selected
{/
if
}
value=
"2"
>
链接到网络
文章
</option>
<option
{
if
condition=
"$article.type == 2"
}
selected
{/
if
}
value=
"2"
>
微信公众号
文章
</option>
</select>
</select>
</div>
</div>
</div>
</div>
...
...
application/mob/view/index/shopjoin.html
View file @
8c8f628e
{layout name="layout/main"}
{layout name="layout/main"}
<style
type=
"text/css"
>
<style
type=
"text/css"
>
body
{
padding
:
0px
0px
;
box-sizing
:
border-box
;
}
.wrapper
{
.wrapper
{
top
:
0
;
top
:
0
;
background
:
white
;
background
:
white
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
1
0px
;
padding
-bottom
:
0px
;
}
}
.post_title
{
.post_title
{
word-wrap
:
break-word
;
word-wrap
:
break-word
;
...
@@ -17,26 +21,120 @@
...
@@ -17,26 +21,120 @@
}
}
#seconde_div
{
#seconde_div
{
color
:
#494949
;
color
:
#494949
;
padding
:
15px
15px
;
border-top
:
1px
solid
#eee
;
border-top
:
1px
solid
#ccc
;
}
.mod_title
{
font-size
:
14px
;
color
:
#9c9c9c
;
display
:
block
;
padding
:
10px
0px
;
background
:
#f5f5f5
;
padding-left
:
15px
;
}
.mod_form
{
width
:
100%
;
box-sizing
:
border-box
;
display
:
flex
;
flex-flow
:
column
;
justify-content
:
flex-start
;
align-items
:
flex-start
;
}
.mod_tips
{
padding
:
12px
15px
;
color
:
#353535
;
font-size
:
14px
;
}
.mod_form
.mod_row
{
width
:
100%
;
padding
:
12px
15px
;
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-between
;
background
:
#fff
;
align-items
:
center
;
line-height
:
1.4
;
font-size
:
16px
;
overflow
:
hidden
;
white-space
:
nowrap
;
border-bottom
:
1px
solid
#eee
;
box-sizing
:
border-box
;
}
.mod_form
.mod_row
.row_input
{
text-align
:
right
;
background
:
none
;
border
:
none
;
outline
:
none
;
width
:
60%
;
font-size
:
16px
;
color
:
gray
;
}
.mod_form
.mod_row
.row_input
::-webkit-input-placeholder
{
color
:
#9c9c9c
;
}
.mod_submit
{
height
:
44px
;
border-radius
:
44px
;
line-height
:
44px
;
background
:
#2db7f5
!important
;
color
:
white
;
border
:
0
!important
;
box-shadow
:
inset
0
0
0
1px
rgba
(
0
,
0
,
0
,
.1
);
margin-top
:
20px
;
text-align
:
center
;
width
:
80%
;
box-sizing
:
border-box
;
outline
:
none
;
font-size
:
16px
;
}
}
</style>
</style>
<section
class=
"wrapper"
>
<section
class=
"wrapper"
>
<div
id=
"first_div"
>
<div
id=
"first_div"
>
<span
class=
"post_title"
>
<span
class=
"post_title"
>
<?=config('app_name')?>
H5 Web
美行者商家合作申请
<!-- 商家名称(餐厅/乐园/早教),类别,联系人,联系方式,微信号,备注 -->
</span>
</span>
</div>
</div>
<div
id=
"seconde_div"
>
<div
id=
"seconde_div"
>
美行者 商家入驻H5网页
<br/>
<span
class=
"mod_title"
>
合作须知
</span>
美行者 商家入驻H5网页
<br/>
<div
class=
"mod_form mod_tips"
>
美行者 商家入驻H5网页
<br/>
合作须知;合作须知;合作须知。 合作须知;合作须知;合作须知。 合作须知;合作须知;合作须知。 合作须知;合作须知;合作须知。
美行者 商家入驻H5网页
<br/>
</div>
美行者 商家入驻H5网页
<br/>
<span
class=
"mod_title"
>
入驻信息
</span>
美行者 商家入驻H5网页
<br/>
<div
class=
"mod_form"
>
美行者 商家入驻H5网页
<br/>
<div
class=
"mod_row"
>
<img
style=
"height:200px;width:200px;"
src=
"http://jq.hthymedia.com/upload/201809/1537433486.jpeg"
/>
<span
class=
"row_title"
>
商家名称
</span>
<input
class=
"row_input"
type=
"text"
placeholder=
"请输入商家名称"
></input>
</div>
<div
class=
"mod_row"
>
<span
class=
"row_title"
>
商家类型
</span>
<select
style=
"text-align:right;width:70px;"
class=
"row_input"
>
<option>
请选择
</option>
<option>
餐厅
</option>
<option>
乐园
</option>
<option>
早教
</option>
</select>
</div>
<div
class=
"mod_row"
>
<span
class=
"row_title"
>
联系人
</span>
<input
class=
"row_input"
type=
"text"
placeholder=
"请输入您的姓名"
></input>
</div>
<div
class=
"mod_row"
>
<span
class=
"row_title"
>
联系方式
</span>
<input
class=
"row_input"
type=
"text"
placeholder=
"请输入您的手机号"
></input>
</div>
<div
class=
"mod_row"
>
<span
class=
"row_title"
>
微信号
</span>
<input
class=
"row_input"
type=
"text"
placeholder=
"请输入您的微信号"
></input>
</div>
<div
class=
"mod_row"
>
<span
class=
"row_title"
>
备注
</span>
<input
class=
"row_input"
type=
"text"
placeholder=
"(可选)请输入备注"
></input>
</div>
<div
style=
"width:100%;background:#f5f5f5;text-align: center;"
>
<button
class=
"mod_submit"
>
提交申请
</button>
</div>
</div>
</div>
</div>
</section>
</section>
...
...
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