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
9b32e1a0
Commit
9b32e1a0
authored
Jan 31, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a1e1b8f9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
12 deletions
+10
-12
SaleTicket.cshtml
EheMall.Web/Areas/Admin/Views/TheaterOrder/SaleTicket.cshtml
+3
-3
SaleTicket.css
EheMall.Web/Areas/TicketMall/Content/css/SaleTicket.css
+5
-8
EheMall.Web.csproj
EheMall.Web/EheMall.Web.csproj
+1
-0
EheMall.Web.csproj.user
EheMall.Web/EheMall.Web.csproj.user
+1
-1
No files found.
EheMall.Web/Areas/Admin/Views/TheaterOrder/SaleTicket.cshtml
View file @
9b32e1a0
...
...
@@ -51,7 +51,7 @@
</div>
<div
class=
"centerTicket"
>
<div
class=
"rightCenter"
>
已选座位
</div>
<div
class=
"TicketContent seatCked"
>
<div
class=
"Ticket
Sale
Content seatCked"
>
</div>
</div>
...
...
@@ -107,7 +107,7 @@
}
var
temp
=
''
;
for
(
var
i
=
0
;
i
<
dataList
.
length
;
i
++
)
{
temp
+=
'<div class="row">'
;
temp
+=
'<div class="row
List
">'
;
for
(
var
j
=
0
;
j
<
dataList
[
i
].
ColumnArray
.
length
;
j
++
)
{
temp
+=
`<span class="
${
dataList
[
i
].
ColumnArray
[
j
].
SeatClassStr
}
" data-col="
${
dataList
[
i
].
ColumnArray
[
j
].
columnIndex
}
"
data-row="
${
dataList
[
i
].
ColumnArray
[
j
].
rowIndex
}
"></span>`
...
...
@@ -129,7 +129,7 @@
if
(
$
(
this
).
hasClass
(
'selected'
))
{
var
rowIndex
=
$
(
this
).
attr
(
"data-row"
);
var
colIndex
=
$
(
this
).
attr
(
"data-col"
);
temp
+=
'<div class="TicketList">'
+
temp
+=
'<div class="Ticket
Sale
List">'
+
'<span class="TcLeft">'
+
rowIndex
+
'排'
+
colIndex
+
'号</span>'
+
'<span style="font-weight:bold;">¥179</span>'
+
'</div>'
...
...
EheMall.Web/Areas/TicketMall/Content/css/SaleTicket.css
View file @
9b32e1a0
...
...
@@ -23,7 +23,6 @@
.seatType
{
width
:
100%
;
height
:
60px
;
text-align
:
left
;
margin
:
20px
0
;
}
...
...
@@ -42,7 +41,6 @@
position
:
absolute
;
display
:
inline-block
;
width
:
60px
;
top
:
-10px
;
margin-left
:
5px
;
}
...
...
@@ -94,13 +92,13 @@
text-align
:
center
;
}
.TicketContent
{
.Ticket
Sale
Content
{
float
:
left
;
width
:
300
px
;
width
:
425
px
;
margin-left
:
20px
;
}
.TicketList
{
.Ticket
Sale
List
{
width
:
120px
;
height
:
34px
;
font-size
:
12px
;
...
...
@@ -161,18 +159,17 @@
float
:
left
;
width
:
400px
;
height
:
130px
;
margin
:
20px
13
0px
20px
20px
;
margin
:
20px
6
0px
20px
20px
;
}
.centerTicket
{
float
:
left
;
width
:
380px
;
margin-top
:
20px
;
}
.chooseBtn
{
float
:
left
;
margin
:
20px
0
0
10
0px
;
margin
:
20px
0
0
6
0px
;
}
.btnContent
{
...
...
EheMall.Web/EheMall.Web.csproj
View file @
9b32e1a0
...
...
@@ -323,6 +323,7 @@
<Content
Include=
"Areas\TicketMall\Content\css\jquery.ui.css"
/>
<Content
Include=
"Areas\TicketMall\Content\css\main.css"
/>
<Content
Include=
"Areas\TicketMall\Content\css\public.css"
/>
<Content
Include=
"Areas\TicketMall\Content\css\SaleTicket.css"
/>
<Content
Include=
"Areas\TicketMall\Content\js\jquery.flexslider-min.js"
/>
<Content
Include=
"Areas\TicketMall\Content\js\jquery.min.js"
/>
<Content
Include=
"Areas\TicketMall\Content\js\jquery.ui.js"
/>
...
...
EheMall.Web/EheMall.Web.csproj.user
View file @
9b32e1a0
...
...
@@ -9,7 +9,7 @@
<WebStackScaffolding_LayoutPageFile>
~/Areas/TicketMall/Views/Shared/_Layout.cshtml
</WebStackScaffolding_LayoutPageFile>
<WebStackScaffolding_IsAsyncSelected>
False
</WebStackScaffolding_IsAsyncSelected>
<UseIISExpress>
true
</UseIISExpress>
<ProjectView>
Project
Files
</ProjectView>
<ProjectView>
ShowAll
Files
</ProjectView>
<LastActiveSolutionConfig>
Debug|Any CPU
</LastActiveSolutionConfig>
<Use64BitIISExpress
/>
<IISExpressSSLPort
/>
...
...
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