Commit 53c6b545 authored by zhengke's avatar zhengke

s

parent 6d4df449
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
width: 30px; width: 30px;
height: 27px; height: 27px;
margin: 0 5px; margin: 0 5px;
background: url(/Areas/TicketMall/Content/Sp_img/choosed.png) 100% 100% no-repeat !important; background: url(/Areas/TicketMall/Content/Sp_img/jiaqu.png) 100% 100% no-repeat !important;
} }
/*乙区样式*/ /*乙区样式*/
.twoArea { .twoArea {
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
width: 30px; width: 30px;
height: 27px; height: 27px;
margin: 0 5px; margin: 0 5px;
background: url(/Areas/TicketMall/Content/Sp_img/choose.png) 100% 100% no-repeat !important; background: url(/Areas/TicketMall/Content/Sp_img/yiqu.png) 100% 100% no-repeat !important;
} }
/*丙区样式*/ /*丙区样式*/
.threeArea { .threeArea {
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
width: 30px; width: 30px;
height: 27px; height: 27px;
margin: 0 5px; margin: 0 5px;
background: url(/Areas/TicketMall/Content/Sp_img/canChoose.png) 100% 100% no-repeat !important; background: url(/Areas/TicketMall/Content/Sp_img/bingqu.png) 100% 100% no-repeat !important;
} }
/*特区样式*/ /*特区样式*/
.specialArea { .specialArea {
......
...@@ -137,9 +137,6 @@ ...@@ -137,9 +137,6 @@
background: url('../Sp_img/seat.png'); background: url('../Sp_img/seat.png');
} }
.selected {
background: url('../Sp_img/choose.png')!important;
}
.w1350 { .w1350 {
width: 1350px; width: 1350px;
...@@ -194,7 +191,7 @@ ...@@ -194,7 +191,7 @@
height: 27px; height: 27px;
cursor: pointer; cursor: pointer;
margin: 0 13px 12px 0; margin: 0 13px 12px 0;
background: url('../Sp_img/canChoose.png'); background: url('../Sp_img/canChoose.png')!important;
} }
.soldseat { .soldseat {
display: inline-block; display: inline-block;
...@@ -202,7 +199,7 @@ ...@@ -202,7 +199,7 @@
width: 30px; width: 30px;
height: 27px; height: 27px;
margin: 0 13px 12px 0; margin: 0 13px 12px 0;
background: url('../Sp_img/choosed.png'); background: url('../Sp_img/checked.png')!important;
} }
.noworder { .noworder {
display: inline-block; display: inline-block;
...@@ -212,6 +209,9 @@ ...@@ -212,6 +209,9 @@
margin: 0 13px 12px 0; margin: 0 13px 12px 0;
background: url('../Sp_img/nowOrderSeat.png'); background: url('../Sp_img/nowOrderSeat.png');
} }
.selected {
background: url('../Sp_img/choose.png') !important;
}
.dataPrice { .dataPrice {
font-weight: bold; font-weight: bold;
display: inline-block; display: inline-block;
......
...@@ -20,6 +20,20 @@ ...@@ -20,6 +20,20 @@
<script src="/Scripts/jquery-1.10.2.min.js"></script> <script src="/Scripts/jquery-1.10.2.min.js"></script>
<script src="/Areas/TicketMall/Content/js/layer/layer.js"></script> <script src="/Areas/TicketMall/Content/js/layer/layer.js"></script>
<script src="/Areas/TicketMall/Content/layui/layui.js"></script> <script src="/Areas/TicketMall/Content/layui/layui.js"></script>
<style>
.jiaArea {
background: url(/Areas/TicketMall/Content/Sp_img/jiaqu.png) 100% 100% no-repeat;
}
.yiArea {
background: url(/Areas/TicketMall/Content/Sp_img/yiqu.png) 100% 100% no-repeat;
}
.bingArea {
background: url(/Areas/TicketMall/Content/Sp_img/bingqu.png) 100% 100% no-repeat;
}
.specialArea {
background: url(/Areas/TicketMall/Content/Sp_img/specialArea.png) 100% 100% no-repeat;
}
</style>
</head> </head>
<body> <body>
<!--顶部--> <!--顶部-->
...@@ -97,17 +111,13 @@ ...@@ -97,17 +111,13 @@
<span class="seatName">选中座位</span> <span class="seatName">选中座位</span>
</div> </div>
<div class="seatTypeList"> <div class="seatTypeList">
<img src="/Areas/TicketMall/Content/Sp_img/choosed.png" alt="" /> <img src="/Areas/TicketMall/Content/Sp_img/checked.png" alt="" />
<span class="seatName">已被选座位</span> <span class="seatName">已被选座位</span>
</div> </div>
<div class="seatTypeList"> <div class="seatTypeList">
<img src="~/Areas/TicketMall/Content/Sp_img/canChoose.png" alt="" /> <img src="~/Areas/TicketMall/Content/Sp_img/canChoose.png" alt="" />
<span class="seatName">可换座位</span> <span class="seatName">可换座位</span>
</div> </div>
<div class="seatTypeList">
<img src="~/Areas/TicketMall/Content/Sp_img/nowOrderSeat.png" alt="" />
<span class="seatName">当前订单座位</span>
</div>
</div> </div>
<div class="seatContent"> <div class="seatContent">
@if (Model != null) @if (Model != null)
...@@ -208,8 +218,23 @@ ...@@ -208,8 +218,23 @@
} }
}); });
}); });
} }
});
$(".seat,.changeseat").each(function () {
if ($(this).attr('data-areaseat') == 'jiaArea') {
$(this).addClass('jiaArea');
}
if ($(this).attr('data-areaseat') == 'yiArea') {
$(this).addClass('yiArea');
}
if ($(this).attr('data-areaseat') == 'bingArea') {
$(this).addClass('bingArea');
}
if ($(this).attr('data-areaseat') == 'specialArea') {
$(this).addClass('specialArea');
}
})
});
</script> </script>
</div> </div>
<!--尾部--> <!--尾部-->
......
...@@ -12,17 +12,17 @@ ...@@ -12,17 +12,17 @@
"imageCompressEnable": true, "imageCompressEnable": true,
"imageCompressBorder": 1600, "imageCompressBorder": 1600,
"imageInsertAlign": "none", "imageInsertAlign": "none",
"imageUrlPrefix": "http://192.168.2.214:8085", "imageUrlPrefix": "http://localhost:8069",
"imagePathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", "imagePathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"scrawlActionName": "uploadscrawl", "scrawlActionName": "uploadscrawl",
"scrawlFieldName": "upfile", "scrawlFieldName": "upfile",
"scrawlPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", "scrawlPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"scrawlMaxSize": 2048000, "scrawlMaxSize": 2048000,
"scrawlUrlPrefix": "http://192.168.2.214:8085", "scrawlUrlPrefix": "http://localhost:8069",
"scrawlInsertAlign": "none", "scrawlInsertAlign": "none",
"snapscreenActionName": "uploadimage", "snapscreenActionName": "uploadimage",
"snapscreenPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", "snapscreenPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"snapscreenUrlPrefix": "http://192.168.2.214:8085", "snapscreenUrlPrefix": "http://localhost:8069",
"snapscreenInsertAlign": "none", "snapscreenInsertAlign": "none",
"catcherLocalDomain": [ "catcherLocalDomain": [
"127.0.0.1", "127.0.0.1",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"catcherActionName": "catchimage", "catcherActionName": "catchimage",
"catcherFieldName": "source", "catcherFieldName": "source",
"catcherPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", "catcherPathFormat": "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
"catcherUrlPrefix": "http://192.168.2.214:8085", "catcherUrlPrefix": "http://localhost:8069",
"catcherMaxSize": 2048000, "catcherMaxSize": 2048000,
"catcherAllowFiles": [ "catcherAllowFiles": [
".png", ".png",
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"videoActionName": "uploadvideo", "videoActionName": "uploadvideo",
"videoFieldName": "upfile", "videoFieldName": "upfile",
"videoPathFormat": "/upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", "videoPathFormat": "/upload/video/{yyyy}{mm}{dd}/{time}{rand:6}",
"videoUrlPrefix": "http://192.168.2.214:8085", "videoUrlPrefix": "http://localhost:8069",
"videoMaxSize": 102400000, "videoMaxSize": 102400000,
"videoAllowFiles": [ "videoAllowFiles": [
".flv", ".flv",
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"fileActionName": "uploadfile", "fileActionName": "uploadfile",
"fileFieldName": "upfile", "fileFieldName": "upfile",
"filePathFormat": "/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", "filePathFormat": "/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}",
"fileUrlPrefix": "http://192.168.2.214:8085", "fileUrlPrefix": "http://localhost:8069",
"fileMaxSize": 51200000, "fileMaxSize": 51200000,
"fileAllowFiles": [ "fileAllowFiles": [
".png", ".png",
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
"imageManagerActionName": "listimage", "imageManagerActionName": "listimage",
"imageManagerListPath": "/upload/image", "imageManagerListPath": "/upload/image",
"imageManagerListSize": 20, "imageManagerListSize": 20,
"imageManagerUrlPrefix": "http://192.168.2.214:8085", "imageManagerUrlPrefix": "http://localhost:8069",
"imageManagerInsertAlign": "none", "imageManagerInsertAlign": "none",
"imageManagerAllowFiles": [ "imageManagerAllowFiles": [
".png", ".png",
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
], ],
"fileManagerActionName": "listfile", "fileManagerActionName": "listfile",
"fileManagerListPath": "/upload/file", "fileManagerListPath": "/upload/file",
"fileManagerUrlPrefix": "http://192.168.2.214:8085", "fileManagerUrlPrefix": "http://localhost:8069",
"fileManagerListSize": 20, "fileManagerListSize": 20,
"fileManagerAllowFiles": [ "fileManagerAllowFiles": [
".png", ".png",
......
...@@ -354,11 +354,14 @@ ...@@ -354,11 +354,14 @@
<Content Include="Areas\TicketMall\Content\layui\lay\modules\laydate.js" /> <Content Include="Areas\TicketMall\Content\layui\lay\modules\laydate.js" />
<Content Include="Areas\TicketMall\Content\layui\modules\laydate.js" /> <Content Include="Areas\TicketMall\Content\layui\modules\laydate.js" />
<Content Include="Areas\TicketMall\Content\login.html" /> <Content Include="Areas\TicketMall\Content\login.html" />
<Content Include="Areas\TicketMall\Content\Sp_img\bingqu.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\canChoose.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\canChoose.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\checked.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\checked.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\choose.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\choose.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\choosed.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\choosed.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\cs.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\images-moren.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\images-moren.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\jiaqu.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\no.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\no.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\201811060903.jpg" /> <Content Include="Areas\TicketMall\Content\Sp_img\201811060903.jpg" />
<Content Include="Areas\TicketMall\Content\Sp_img\201815060905.jpg" /> <Content Include="Areas\TicketMall\Content\Sp_img\201815060905.jpg" />
...@@ -404,6 +407,7 @@ ...@@ -404,6 +407,7 @@
<Content Include="Areas\TicketMall\Content\Sp_img\tubff.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\tubff.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\votebg.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\votebg.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\wupiao.png" /> <Content Include="Areas\TicketMall\Content\Sp_img\wupiao.png" />
<Content Include="Areas\TicketMall\Content\Sp_img\yiqu.png" />
<Content Include="Areas\TicketMall\Content\TicketMall\Aq.html" /> <Content Include="Areas\TicketMall\Content\TicketMall\Aq.html" />
<Content Include="Areas\TicketMall\Content\TicketMall\DyZd.html" /> <Content Include="Areas\TicketMall\Content\TicketMall\DyZd.html" />
<Content Include="Areas\TicketMall\Content\TicketMall\Help.html" /> <Content Include="Areas\TicketMall\Content\TicketMall\Help.html" />
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</WebStackScaffolding_LayoutPageFile> </WebStackScaffolding_LayoutPageFile>
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected> <WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<ProjectView>ProjectFiles</ProjectView> <ProjectView>ShowAllFiles</ProjectView>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />
......
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