Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ff1d1919
authored
2024-08-15 16:31:19 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
pc票务 h5自适应
1 parent
412445c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/index.vue
View file @
ff1d191
...
...
@@ -111,13 +111,13 @@
</div>
</div>
<div
v-if=
"endTime<=0"
class=
"btn
forPc
"
style=
"margin-left: 40px;opacity: 0.5;cursor: not-allowed;"
<div
v-if=
"endTime<=0"
class=
"btn"
style=
"margin-left: 40px;opacity: 0.5;cursor: not-allowed;"
@
click=
"toSelectClosed"
>
{{
triggerLanguage(language, "售票结束", "Sale closed")
}}
</div>
<div
v-else
class=
"btn
forPc
"
style=
"margin-left: 40px"
@
click=
"toSelectSeat()"
>
<div
v-else
class=
"btn"
style=
"margin-left: 40px"
@
click=
"toSelectSeat()"
>
{{
triggerLanguage(language, "立即购票", "Buy tickets now")
}}
...
...
@@ -313,7 +313,7 @@ function toSelectClosed() {
font-weight
:
bold
;
font-size
:
28px
;
color
:
#000000
;
line-height
:
42px
;
line-height
:
1.6
;
margin-bottom
:
34px
;
}
...
...
@@ -468,9 +468,9 @@ function toSelectClosed() {
margin-right
:
15px
;
}
.info
{
.info
{
padding
:
0
;
.title
{
font-size
:
14px
;
font-size
:
14px
;
margin
:
0
;
}
.time
,
.address
,
.label
,
.tip
{
...
...
@@ -501,11 +501,24 @@ function toSelectClosed() {
font-size
:
12px
;
}
}
.btn
{
display
:
inline-block
;
margin
:
10px
0
0
;
background
:
linear-gradient
(
270deg
,
#493ceb
0%
,
#8623fc
100%
);
border-radius
:
20px
;
line-height
:
40px
;
text-align
:
center
;
font-weight
:
500
;
font-size
:
16px
;
color
:
#ffffff
;
cursor
:
pointer
;
}
}
}
.bottom
{
padding
:
0
}
}
.countDownTitle
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment