Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Theater
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴春
Theater
Commits
c4fe5c41
Commit
c4fe5c41
authored
Feb 21, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
d025d244
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
20 deletions
+21
-20
Index.cshtml
EheMall.Web/Areas/Admin/Views/Home/Index.cshtml
+9
-7
people1.png
EheMall.Web/Areas/Mobile/Content/images/people1.png
+0
-0
Index.cshtml
EheMall.Web/Areas/TicketMall/Views/SaleTheater/Index.cshtml
+11
-12
_SearchIndex.cshtml
...eb/Areas/TicketMall/Views/SaleTheater/_SearchIndex.cshtml
+1
-1
No files found.
EheMall.Web/Areas/Admin/Views/Home/Index.cshtml
View file @
c4fe5c41
...
...
@@ -2,12 +2,14 @@
Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml";
ViewBag.Title = "首页";
}
@*@if (!string.IsNullOrEmpty(Request.QueryString["debug"]))
{*@
<div><a href="/TicketMall/SaleTheater/Index" target="_blank">去售票</a></div>
<div style="text-align: center; height:300px; line-height:300px;margin-top:15%;">
<a href="/TicketMall/SaleTheater/Index" target="_blank">
<img alt="" src="~/Areas/Mobile/Content/images/people1.png" style="display: inline-block; vertical-align: middle;" />
</a>
</div>
@if (!string.IsNullOrEmpty(Request.QueryString["debug"]))
{
<div style="padding-bottom: 20px; overflow: hidden">
<form id="searchForm">
<div style="width: 230px; float: left">
...
...
@@ -63,7 +65,7 @@
<th>控制器名</th>
<th>添加日期</th>
<td>图标样式</td>
<th>菜
苗
描述</th>
<th>菜
单
描述</th>
<th>排序</th>
</tr>
</thead>
...
...
@@ -180,5 +182,5 @@
});
});
</script>
@*}*@
}
}
\ No newline at end of file
EheMall.Web/Areas/Mobile/Content/images/people1.png
0 → 100644
View file @
c4fe5c41
64.6 KB
EheMall.Web/Areas/TicketMall/Views/SaleTheater/Index.cshtml
View file @
c4fe5c41
...
...
@@ -54,14 +54,12 @@
<div
class=
"releasbox mb10"
>
<p>
上映时间:
<span>
<input
type=
"text"
readonly
id=
"StartTime"
value=
"@System.DateTime.Now.ToString("
yyyy-MM-dd
")"
/>
</span>
关键词:
<span>
<input
type=
"text"
id=
"strwhere"
style=
" height: 20px;border: 1px solid #999;padding-left:10px;"
></span>
<span
id=
"submitKey"
style=
"cursor:pointer;"
>
查询
</span>
</p>
<div>
<span
style=
"margin-left:20px;font-size:14px;color:#898989;"
>
上映时间:
</span>
<input
type=
"text"
readonly
id=
"StartTime"
value=
"@System.DateTime.Now.ToString("
yyyy-MM-dd
")"
style=
"text-align: center; width: 120px; border: 1px solid #e6e6e6; height: 25px;"
/>
<span
style=
"margin-left:20px;font-size:14px;color:#898989;"
>
关键词:
</span>
<input
type=
"text"
placeholder=
"请输入关键词"
id=
"strwhere"
style=
" height: 25px;border: 1px solid #e6e6e6;padding-left:10px;"
>
<span
id=
"submitKey"
style=
"cursor:pointer;margin-left:10px;font-size:14px;color:#898989;"
>
查询
</span>
</div>
</div>
</div>
...
...
@@ -74,8 +72,8 @@
</div>
</div>
<!--
<h1 style="text-align:center;height:100px;color:#a38d61" >未找到放映信息</h1>
-->
<h1 style="text-align:center;height:100px;color:#a38d61" >未找到放映信息</h1>
-->
<!--场次-->
<div
class=
"fast w1240 pt35 clearfix"
>
...
...
@@ -84,7 +82,7 @@
<div
class=
"fastinfo"
>
<div
class=
"pic fl"
>
<img
src=
"/Areas/TicketMall/Content/Sp_img/fast01.png"
width=
"52"
height=
"52"
alt=
""
>
<img
src=
"/Areas/TicketMall/Content/Sp_img/fast01.png"
width=
"52"
height=
"52"
alt=
""
>
</div>
<div
class=
"text fl"
>
<h3>
Fast·01
</h3>
...
...
@@ -139,7 +137,8 @@
var
pageSize
=
8
;
//每页显示多少条记录
var
total
;
//总共多少记录
$
(
function
()
{
$
(
function
()
{
TotalPage
();
Init
(
0
);
//注意参数,初始页面默认传到后台的参数,第一页是0;
$
(
"#submitKey"
).
click
(
function
()
{
...
...
EheMall.Web/Areas/TicketMall/Views/SaleTheater/_SearchIndex.cshtml
View file @
c4fe5c41
...
...
@@ -11,7 +11,7 @@
<li>
<div class="pic">
<a href="/TicketMall/SaleTheater/SaleTicket?ScreeningID=@item.ID">
<img src="@item.Image" alt="" width="253" height="181">
<img src="@item.Image" alt="" width="253" height="181"
>
</a>
</div>
<div class="text">
...
...
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