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
08159503
authored
2025-06-25 17:47:57 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
手机布局
1 parent
206ec58e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
88 additions
and
26 deletions
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/components/insuranceView.vue
src/viewsPc/match/chooseProject.vue
View file @
0815950
...
...
@@ -181,6 +181,7 @@
size
=
"large"
true
-
value
=
"1"
/>
<
br
v
-
if
=
"language == 1"
>
<
span
@
click
=
"handelInsurance"
>
《
{{
language
==
0
?
'赛事购买协议'
:
'Event Insurance Procurement Agreement'
}}
》
<
/span
>
...
...
@@ -916,21 +917,51 @@ function checkedChange(v) {
}
}
.
father
{
position
:
relative
;
height
:
85
px
;
}
.
checkbox
{
position
:
absolute
;
right
:
5
%
;
text
-
align
:
left
;
@
media
(
max
-
width
:
767
px
)
{
span
{
color
:
#
453
DEA
;
.
father
{
position
:
relative
;
height
:
110
px
;
padding
-
top
:
45
px
;
line
-
height
:
40
px
;
}
.
checkbox
{
position
:
absolute
;
right
:
0
%
;
top
:
0
;
text
-
align
:
left
;
font
-
size
:
14
px
;
span
{
color
:
#
453
DEA
;
position
:
relative
;
top
:
-
4
px
;
cursor
:
pointer
}
}
}
/* 桌面(≥1024px) */
@
media
(
min
-
width
:
1024
px
)
{
.
father
{
position
:
relative
;
top
:
-
1
px
;
cursor
:
pointer
height
:
85
px
;
line
-
height
:
85
px
;
}
.
checkbox
{
position
:
absolute
;
right
:
0
%
;
text
-
align
:
left
;
font
-
size
:
14
px
;
span
{
color
:
#
453
DEA
;
position
:
relative
;
top
:
-
4
px
;
cursor
:
pointer
}
}
}
<
/style
>
...
...
src/viewsPc/match/chooseSportsman.vue
View file @
0815950
...
...
@@ -1120,21 +1120,52 @@ function checkedChange(v) {
}
}
.father
{
position
:
relative
;
height
:
85px
;
}
.checkbox
{
position
:
absolute
;
right
:
5%
;
text-align
:
left
;
@media
(
max-width
:
767px
)
{
span
{
color
:
#453DEA
;
.father
{
position
:
relative
;
height
:
110px
;
padding-top
:
45px
;
line-height
:
40px
;
}
.checkbox
{
position
:
absolute
;
right
:
0%
;
top
:
0
;
text-align
:
left
;
font-size
:
14px
;
span
{
color
:
#453DEA
;
position
:
relative
;
top
:
-4px
;
cursor
:
pointer
}
}
}
/* 桌面(≥1024px) */
@media
(
min-width
:
1024px
)
{
.father
{
position
:
relative
;
top
:
-1px
;
cursor
:
pointer
height
:
85px
;
line-height
:
85px
;
}
.checkbox
{
position
:
absolute
;
right
:
0%
;
text-align
:
left
;
font-size
:
14px
;
span
{
color
:
#453DEA
;
position
:
relative
;
top
:
-4px
;
cursor
:
pointer
}
}
}
</
style
>
...
...
src/viewsPc/match/components/insuranceView.vue
View file @
0815950
<
template
>
<el-dialog
v-model=
"show"
:close-on-click-modal=
"false"
v-model=
"show"
:title=
"language==0?'赛事购买协议':'Event Insurance Procurement Agreement'"
append-to-body
center
class=
"pcloginpop"
close-icon=
"CircleClose"
destroy-on-close
width=
"
1100px
"
width=
"
80%
"
>
<div
v-html=
"data"
/>
<div
class=
"checkbox"
>
...
...
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