Commit c4fe5c41 authored by 吴春's avatar 吴春

修改样式

parent d025d244
......@@ -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
......@@ -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>
......@@ -140,6 +138,7 @@
var pageSize =8; //每页显示多少条记录
var total; //总共多少记录
$(function () {
TotalPage();
Init(0); //注意参数,初始页面默认传到后台的参数,第一页是0;
$("#submitKey").click(function () {
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment