Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-zbh5
Overview
Overview
Details
Activity
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
Administrator
web-zbh5
Commits
f44c2293
Commit
f44c2293
authored
Jan 13, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parent
2204ff9e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
20 deletions
+6
-20
index.html
docs/index.html
+3
-17
main.fa0afd9e3e42743f2553dd85111103e8.css
docs/static/css/main.fa0afd9e3e42743f2553dd85111103e8.css
+1
-1
main.8f46590317a6578a38e4.js
docs/static/js/main.8f46590317a6578a38e4.js
+0
-2
main.ae089cd5f431f2f7ac2b.js
docs/static/js/main.ae089cd5f431f2f7ac2b.js
+2
-0
No files found.
docs/index.html
View file @
f44c2293
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"maximum-scale=1,minimum-scale=1,user-scalable=0,width=device-width,initial-scale=1"
><meta
http-equiv=
X-UA-Compatible
content=
"ie=edge"
><meta
http-equiv=
x-dns-prefetch-control
content=
on
><title>
红杉体育
</title><script>
function
isPcFun
()
{
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
http-equiv=
X-UA-Compatible
content=
"IE=edge"
><meta
name=
viewport
content=
"width=device-width,initial-scale=1,shrink-to-fit=nomaximum-scale=1,minimum-scale=1,user-scalable=no,viewport-fit=cover"
><title>
红杉体育
</title><script>
function
isPcFun
()
{
let
u
=
navigator
.
userAgent
let
u
=
navigator
.
userAgent
let
Agents
=
[
let
Agents
=
[
'Android'
,
'Android'
,
...
@@ -31,18 +31,4 @@ if (isPc) {
...
@@ -31,18 +31,4 @@ if (isPc) {
// window.location.href = 'http://' + window.location.host + '/#/home'
// window.location.href = 'http://' + window.location.host + '/#/home'
// }
// }
window
.
location
.
href
=
'http://'
+
window
.
location
.
host
+
'/#/home'
window
.
location
.
href
=
'http://'
+
window
.
location
.
host
+
'/#/home'
}
}
</script><link
rel=
"shortcut icon"
href=
./logo.ico
><link
href=
./static/css/main.fa0afd9e3e42743f2553dd85111103e8.css
rel=
stylesheet
></head><body><div
id=
app
></div><div
style=
"display: none"
><script
type=
text/javascript
src=
"https://v1.cnzz.com/z_stat.php?id=1279964973&web_id=1279964973"
></script></div><script
type=
text/javascript
src=
./static/js/manifest.fd66b71150a1ca57fbc9.js
></script><script
type=
text/javascript
src=
./static/js/vendor.4fb9d2bcb40db9e5a86d.js
></script><script
type=
text/javascript
src=
./static/js/main.ae089cd5f431f2f7ac2b.js
></script></body></html>
// document.documentElement.addEventListener('touchstart', function (event) {
\ No newline at end of file
// if (event.touches.length > 1) {
// event.preventDefault()
// }
// }, false)
// var lastTouchEnd = 0
// document.documentElement.addEventListener('touchend', function (event) {
// var now = Date.now()
// if (now - lastTouchEnd
<=
300
)
{
// event.preventDefault()
// }
// lastTouchEnd = now
// }, false)
// document.body.addEventListener('touchmove', self.welcomeShowedListener, false)
</script><link
rel=
"shortcut icon"
href=
./logo.ico
><link
href=
./static/css/main.1dcacb024ba311e533c0aeff56a1f922.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
"https://v1.cnzz.com/z_stat.php?id=1279964973&web_id=1279964973"
></script><script
type=
text/javascript
src=
./static/js/manifest.fd66b71150a1ca57fbc9.js
></script><script
type=
text/javascript
src=
./static/js/vendor.4fb9d2bcb40db9e5a86d.js
></script><script
type=
text/javascript
src=
./static/js/main.8f46590317a6578a38e4.js
></script></body></html>
\ No newline at end of file
docs/static/css/main.
1dcacb024ba311e533c0aeff56a1f922
.css
→
docs/static/css/main.
fa0afd9e3e42743f2553dd85111103e8
.css
View file @
f44c2293
.mint-toast
{
position
:
fixed
;
max-width
:
80%
;
border-radius
:
5px
;
background
:
rgba
(
0
,
0
,
0
,
.7
);
color
:
#fff
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
text-align
:
center
;
z-index
:
1000
;
-webkit-transition
:
opacity
.3s
linear
;
transition
:
opacity
.3s
linear
}
.mint-toast.is-placebottom
{
bottom
:
50px
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
);
transform
:
translate
(
-50%
)}
.mint-toast.is-placemiddle
{
left
:
50%
;
top
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
)}
.mint-toast.is-placetop
{
top
:
50px
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
);
transform
:
translate
(
-50%
)}
.mint-toast-icon
{
display
:
block
;
text-align
:
center
;
font-size
:
56px
}
.mint-toast-text
{
font-size
:
14px
;
display
:
block
;
text-align
:
center
}
.mint-toast-pop-enter
,
.mint-toast-pop-leave-active
{
opacity
:
0
}
.mt-range
{
position
:
relative
;
height
:
30px
;
line-height
:
30px
}
.mt-range
,
.mt-range
>*
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
}
.mt-range
[
slot
=
start
]
{
margin-right
:
5px
}
.mt-range
[
slot
=
end
]
{
margin-left
:
5px
}
.mt-range-content
{
position
:
relative
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
margin-right
:
30px
}
.mt-range-runway
{
position
:
absolute
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
left
:
0
;
right
:
-30px
;
border-top-color
:
#a9acb1
;
border-top-style
:
solid
}
.mt-range-thumb
{
background-color
:
#fff
;
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
30px
;
height
:
30px
;
border-radius
:
100%
;
cursor
:
move
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.4
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.4
)}
.mt-range-progress
{
position
:
absolute
;
display
:
block
;
background-color
:
#26a2ff
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
0
}
.mt-range--disabled
{
opacity
:
.5
}
.v-modal-enter
{
-webkit-animation
:
v-modal-in
.2s
ease
;
animation
:
v-modal-in
.2s
ease
}
.v-modal-leave
{
-webkit-animation
:
v-modal-out
.2s
ease
forwards
;
animation
:
v-modal-out
.2s
ease
forwards
}
@-webkit-keyframes
v-modal-in
{
0
%
{
opacity
:
0
}}
@keyframes
v-modal-in
{
0
%
{
opacity
:
0
}}
@-webkit-keyframes
v-modal-out
{
to
{
opacity
:
0
}}
@keyframes
v-modal-out
{
to
{
opacity
:
0
}}
.v-modal
{
position
:
fixed
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
opacity
:
.5
;
background
:
#000
}
.mint-popup
{
position
:
fixed
;
background
:
#fff
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate3d
(
-50%
,
-50%
,
0
);
transform
:
translate3d
(
-50%
,
-50%
,
0
);
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
-webkit-transition
:
.2s
ease-out
;
transition
:
.2s
ease-out
}
.mint-popup-top
{
top
:
0
;
right
:
auto
;
bottom
:
auto
;
left
:
50%
;
-webkit-transform
:
translate3d
(
-50%
,
0
,
0
);
transform
:
translate3d
(
-50%
,
0
,
0
)}
.mint-popup-right
{
top
:
50%
;
right
:
0
;
bottom
:
auto
;
left
:
auto
;
-webkit-transform
:
translate3d
(
0
,
-50%
,
0
);
transform
:
translate3d
(
0
,
-50%
,
0
)}
.mint-popup-bottom
{
top
:
auto
;
right
:
auto
;
bottom
:
0
;
left
:
50%
;
-webkit-transform
:
translate3d
(
-50%
,
0
,
0
);
transform
:
translate3d
(
-50%
,
0
,
0
)}
.mint-popup-left
{
top
:
50%
;
right
:
auto
;
bottom
:
auto
;
left
:
0
;
-webkit-transform
:
translate3d
(
0
,
-50%
,
0
);
transform
:
translate3d
(
0
,
-50%
,
0
)}
.popup-slide-top-enter
,
.popup-slide-top-leave-active
{
-webkit-transform
:
translate3d
(
-50%
,
-100%
,
0
);
transform
:
translate3d
(
-50%
,
-100%
,
0
)}
.popup-slide-right-enter
,
.popup-slide-right-leave-active
{
-webkit-transform
:
translate3d
(
100%
,
-50%
,
0
);
transform
:
translate3d
(
100%
,
-50%
,
0
)}
.popup-slide-bottom-enter
,
.popup-slide-bottom-leave-active
{
-webkit-transform
:
translate3d
(
-50%
,
100%
,
0
);
transform
:
translate3d
(
-50%
,
100%
,
0
)}
.popup-slide-left-enter
,
.popup-slide-left-leave-active
{
-webkit-transform
:
translate3d
(
-100%
,
-50%
,
0
);
transform
:
translate3d
(
-100%
,
-50%
,
0
)}
.popup-fade-enter
,
.popup-fade-leave-active
{
opacity
:
0
}
.picker
{
overflow
:
hidden
}
.picker-toolbar
{
height
:
40px
}
.picker-items
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
padding
:
0
;
text-align
:
right
;
font-size
:
24px
;
position
:
relative
}
.picker-center-highlight
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
absolute
;
left
:
0
;
width
:
100%
;
top
:
50%
;
margin-top
:
-18px
;
pointer-events
:
none
}
.picker-center-highlight
:after
,
.picker-center-highlight
:before
{
content
:
""
;
position
:
absolute
;
height
:
1px
;
width
:
100%
;
background-color
:
#eaeaea
;
display
:
block
;
z-index
:
15
;
-webkit-transform
:
scaleY
(
.5
);
transform
:
scaleY
(
.5
)}
.picker-center-highlight
:before
{
left
:
0
;
top
:
0
;
bottom
:
auto
;
right
:
auto
}
.picker-center-highlight
:after
{
left
:
0
;
bottom
:
0
;
right
:
auto
;
top
:
auto
}
.picker-slot
{
font-size
:
18px
;
overflow
:
hidden
;
position
:
relative
;
max-height
:
100%
}
.picker-slot.picker-slot-left
{
text-align
:
left
}
.picker-slot.picker-slot-center
{
text-align
:
center
}
.picker-slot.picker-slot-right
{
text-align
:
right
}
.picker-slot.picker-slot-divider
{
color
:
#000
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
}
.picker-slot-wrapper
{
-webkit-transition-duration
:
.3s
;
transition-duration
:
.3s
;
-webkit-transition-timing-function
:
ease-out
;
transition-timing-function
:
ease-out
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
}
.picker-slot-wrapper.dragging
,
.picker-slot-wrapper.dragging
.picker-item
{
-webkit-transition-duration
:
0s
;
transition-duration
:
0s
}
.picker-item
{
height
:
36px
;
line-height
:
36px
;
padding
:
0
10px
;
white-space
:
nowrap
;
position
:
relative
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
#707274
;
left
:
0
;
top
:
0
;
width
:
100%
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-transition-duration
:
.3s
;
transition-duration
:
.3s
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
}
.picker-slot-absolute
.picker-item
{
position
:
absolute
}
.picker-item.picker-item-far
{
pointer-events
:
none
}
.picker-item.picker-selected
{
color
:
#000
;
-webkit-transform
:
translateZ
(
0
)
rotateX
(
0
);
transform
:
translateZ
(
0
)
rotateX
(
0
)}
.picker-3d
.picker-items
{
overflow
:
hidden
;
-webkit-perspective
:
700px
;
perspective
:
700px
}
.picker-3d
.picker-item
,
.picker-3d
.picker-slot
,
.picker-3d
.picker-slot-wrapper
{
-webkit-transform-style
:
preserve-3d
;
transform-style
:
preserve-3d
}
.picker-3d
.picker-slot
{
overflow
:
visible
}
.picker-3d
.picker-item
{
-webkit-transform-origin
:
center
center
;
transform-origin
:
center
center
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
-webkit-transition-timing-function
:
ease-out
;
transition-timing-function
:
ease-out
}
.mint-datetime
{
width
:
100%
}
.mint-datetime
.picker-item
,
.mint-datetime
.picker-slot-wrapper
{
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
}
.mint-datetime
.picker-toolbar
{
border-bottom
:
1px
solid
#eaeaea
}
.mint-datetime-action
{
display
:
inline-block
;
width
:
50%
;
text-align
:
center
;
line-height
:
40px
;
font-size
:
16px
;
color
:
#26a2ff
}
.mint-datetime-cancel
{
float
:
left
}
.mint-datetime-confirm
{
float
:
right
}
#app
,
body
,
html
{
height
:
100%
;
font-size
:
14px
;
margin
:
0
}
body
,
html
{
height
:
100%
;
overflow
:
hidden
}
.fx
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
}
.align-items
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
}
.justify-center
{
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
}
.justify-between
{
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
}
.flex-wrap
{
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
}
.bg-white
{
background
:
#fff
}
.bg-gary
{
background
:
#fafafa
}
.ta-c
{
text-align
:
center
}
.ta-l
{
text-align
:
left
}
.ta-r
{
text-align
:
right
}
.mr-2
{
margin-right
:
2px
}
.mr-20
{
margin-right
:
20px
}
.mr-5
{
margin-right
:
5px
}
.mt-2
{
margin-top
:
2px
}
.mt-10
{
margin-top
:
10px
}
.mt-15
{
margin-top
:
15px
}
.mt-20
{
margin-top
:
20px
}
.mt-30
{
margin-top
:
30px
}
.mt-60
{
margin-top
:
60px
}
.mt-5
{
margin-top
:
5px
}
.ml-5
{
margin-left
:
5px
}
.ml-10
{
margin-left
:
10px
}
.ml-15
{
margin-left
:
15px
}
.ml-20
{
margin-left
:
20px
}
.mb-10
{
margin-bottom
:
10px
}
.mb-20
{
margin-bottom
:
20px
}
.mr-10
{
margin-right
:
10px
}
.mr-15
{
margin-right
:
15px
}
.mb-30
{
margin-bottom
:
30px
}
.pl-10
{
padding-left
:
10px
}
.pl-15
{
padding-left
:
15px
}
.pr-10
{
padding-right
:
10px
}
.pr-20
{
padding-right
:
20px
}
.pr-15
{
padding-right
:
15px
}
.pb-15
{
padding-bottom
:
15px
}
.pb-5
{
padding-bottom
:
5px
}
.pt-3
{
padding-top
:
3px
}
.pt-5
{
padding-top
:
5px
}
.pt-8
{
padding-top
:
8px
}
.pt-10
{
padding-top
:
10px
}
.pt-12
{
padding-top
:
12px
}
.pt-15
{
padding-top
:
15px
}
.pt-20
{
padding-top
:
20px
}
.pb-20
{
padding-bottom
:
20px
}
.pb-10
{
padding-bottom
:
10px
}
.pl-20
{
padding-left
:
20px
}
.line-height
{
line-height
:
45px
}
.fs-16
{
font-size
:
16px
}
.fs-13
{
font-size
:
13px
}
.fs-14
{
font-size
:
14px
}
.fs-15
{
font-size
:
15px
}
.fs-12
{
font-size
:
12px
}
.fs-20
{
font-size
:
20px
}
.fs-24
{
font-size
:
24px
}
.fs-18
{
font-size
:
18px
}
.fw-700
{
font-weight
:
700
}
.padding-32
{
padding
:
32px
}
.bd-bottom
{
border-bottom
:
1px
solid
#eee
}
.opacity
{
opacity
:
.6
}
.scroll-list-wrap
::-webkit-scrollbar
{
display
:
none
}
.vip-card
{
width
:
40px
;
height
:
20px
;
line-height
:
20px
;
text-align
:
center
;
background
:
#e3c08a
;
border-radius
:
4px
;
color
:
#3d2706
;
top
:
30px
;
left
:
75%
}
.desc
,
.vip-card
{
position
:
relative
}
.desc
{
color
:
#fff
;
top
:
-30px
;
font-size
:
12px
;
padding-left
:
5px
;
padding-right
:
5px
;
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
}
.lable
{
background
:
rgba
(
3
,
3
,
1
,
.5
);
padding
:
3px
8px
;
border-radius
:
4px
}
.f-18
{
font-size
:
18px
;
color
:
#fff
!important
}
.c-f
{
color
:
#fafafa
}
.c-33
{
color
:
#333
}
.c-more
{
font-size
:
14px
;
color
:
hsla
(
0
,
0%
,
98%
,
.8
)}
.more-icon
{
width
:
5px
;
height
:
5px
;
border-top
:
2px
solid
hsla
(
0
,
0%
,
98%
,
.8
);
border-right
:
2px
solid
hsla
(
0
,
0%
,
98%
,
.8
);
-webkit-transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
margin-left
:
5px
}
.container-wrap
{
position
:
absolute
;
bottom
:
-1px
;
width
:
100%
;
height
:
95px
;
white-space
:
nowrap
;
background-image
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/foot-home.png)
;
background-size
:
cover
;
overflow
:
hidden
;
overflow-x
:
scroll
;
-webkit-backface-visibility
:
hidden
;
-webkit-perspective
:
1000
;
-webkit-overflow-scrolling
:
touch
;
text-align
:
justify
;
z-index
:
99
;
padding-bottom
:
10px
}
.container-wrap
::-webkit-scrollbar
{
display
:
none
}
.container
>
div
{
color
:
#031326
;
font-size
:
13px
;
font-weight
:
700
}
.li
{
width
:
60px
;
text-align
:
center
}
.letter-spacing
{
letter-spacing
:
1px
}
.c-0
{
color
:
#000
}
.c-9D
{
color
:
#9d9fa0
}
.c-a1
{
color
:
#a1a2a4
}
.c-06
{
color
:
#0060ff
}
.c-69
{
color
:
#69d1ff
}
.c-7
{
color
:
#777
}
::-webkit-scrollbar
{
scrollbar-width
:
none
;
-ms-overflow-style
:
none
}
input
{
outline
:
none
}
.text-overflow
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
}
.prism-big-play-btn
{
display
:
none
!important
}
.prism-player
.prism-loading
.circle
{
background-color
:
transparent
;
border
:
5px
solid
;
border-color
:
rgba
(
239
,
223
,
169
,
.9
)
rgba
(
255
,
202
,
0
,
.5
)
rgba
(
255
,
202
,
0
,
.7
)
rgba
(
239
,
223
,
169
,
.1
)
!important
;
opacity
:
.9
;
border-radius
:
50px
;
width
:
55px
;
height
:
55px
;
margin
:
0
auto
;
-moz-animation
:
spinoffPulse
.9s
infinite
linear
;
-webkit-animation
:
spinoffPulse
.9s
linear
infinite
}
.nav-bg
{
background
:
#f6f7f9
;
border-radius
:
3px
}
.event_box
.content
.dot_s
{
display
:
block
;
width
:
25px
;
height
:
25px
;
margin
:
auto
;
background
:
#fff
;
border-radius
:
50%
;
color
:
#000
;
text-align
:
center
;
line-height
:
25px
;
font-size
:
12px
;
-webkit-box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
);
box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
)}
.event_box
span
.text_lim
{
display
:
inline-block
;
white-space
:
nowrap
;
overflow
:
hidden
;
line-break
:
strict
;
vertical-align
:
middle
;
text-overflow
:
ellipsis
;
color
:
#000
;
font-size
:
12px
;
width
:
100px
}
ol
#timeline
{
padding-bottom
:
20px
;
font-size
:
12px
;
background
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/bg_line.png)
50%
repeat-y
}
ol
#timeline
li
{
position
:
relative
;
color
:
#555
;
margin
:
28px
0
;
list-style
:
none
}
ol
#timeline
li
div
{
width
:
40%
;
position
:
relative
}
ol
#timeline
p
{
margin
:
0
;
padding
:
0
;
font-size
:
12px
;
height
:
20px
;
line-height
:
20px
;
text-indent
:
0
}
ol
#timeline
p
img
{
width
:
10px
;
vertical-align
:
middle
}
.event_box
.content_p
{
margin-right
:
1px
;
padding
:
10px
15px
}
.event_box
.cf
:after
,
.event_box
.cf
:before
{
content
:
""
;
display
:
table
}
.event_box
.cf
:after
{
clear
:
both
}
.event_box
.cf
{
zoom
:
1
;
clear
:
both
;
padding
:
0
}
ol
#timeline
.home
{
float
:
left
;
text-align
:
right
}
ol
#timeline
.home
p
{
text-align
:
right
;
font-size
:
12px
}
ol
#timeline
.home
span
.arrow
{
display
:
block
;
width
:
8px
;
height
:
10px
;
background
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/tri_l.png)
0
0
no-repeat
;
position
:
absolute
;
right
:
-8px
;
top
:
6px
;
background-size
:
cover
}
ol
#timeline
.away
{
float
:
right
;
text-align
:
left
;
line-height
:
15px
}
ol
#timeline
.away
span
.arrow
{
display
:
block
;
width
:
8px
;
height
:
10px
;
background
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/tri_r.png)
0
0
no-repeat
;
position
:
absolute
;
left
:
-8px
;
top
:
6px
;
background-size
:
cover
}
ol
#timeline
.away
p
{
text-align
:
left
}
ol
#timeline
.num
{
display
:
block
;
width
:
25px
;
height
:
25px
;
left
:
0
;
right
:
0
;
position
:
absolute
;
margin
:
auto
;
background
:
#fff
;
border-radius
:
50%
;
color
:
#000
;
text-align
:
center
;
line-height
:
25px
;
font-size
:
12px
;
-webkit-box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
);
box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
)}
.nav_bottom
{
width
:
100%
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
color
:
#999
}
.nav_explain
{
background
:
#fff
;
padding
:
5px
10px
5px
20px
;
border-top
:
1px
solid
#eee
}
.nav_about
{
width
:
100%
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
background
:
#f8f8f8
;
border-top
:
1px
solid
#eee
;
padding
:
16px
0
}
.nav_about
,
.nav_con
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
}
.nav_con
>
a
{
width
:
100px
;
height
:
30px
;
line-height
:
30px
;
color
:
#999
;
text-align
:
center
}
.nav_free
{
border-left
:
1px
solid
#999
;
border-right
:
1px
solid
#999
}
.nav_p
{
margin-top
:
10px
;
text-align
:
center
}
.about
{
width
:
100%
;
height
:
97%
;
background
:
#f8f8f8
}
.about_header
{
width
:
100%
;
height
:
60px
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
font-size
:
16px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
700
;
color
:
#9e9e9e
;
background
:
#fff
;
padding
:
0
10px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
relative
}
.about_active
{
color
:
#000
;
font-weight
:
700
}
.ab
{
position
:
relative
}
.about_content
{
margin-bottom
:
20px
}
.about_con
,
.about_content
{
padding
:
10px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.about_con
{
width
:
100%
;
background
:
#fff
;
color
:
#666
}
.about_con
,
.about_con
>
h5
{
font-family
:
Microsoft
YaHei
;
font-weight
:
400
}
.about_con
>
h5
{
font-size
:
16px
;
color
:
#000
;
margin-bottom
:
.5rem
}
.about_con
>
p
{
line-height
:
25px
}
.about_line
{
width
:
100%
;
text-align
:
center
;
border-bottom
:
2px
dashed
#eaeaea
;
margin
:
10px
0
5px
}
.backA
{
display
:
block
;
width
:
10px
;
height
:
5px
;
position
:
absolute
;
left
:
10px
;
top
:
20px
}
.backI
{
display
:
inline-block
;
width
:
15px
;
height
:
15px
;
-webkit-transform
:
rotate
(
-45deg
);
transform
:
rotate
(
-45deg
);
border
:
1px
solid
#000
;
border-right
:
none
;
border-bottom
:
none
;
margin-left
:
10px
}
::-webkit-scrollbar
{
display
:
none
}
.match_member_list
{
background
:
#fff
}
.match_member_list
.list_name
{
float
:
left
;
width
:
100px
;
border-right
:
1px
solid
#eee
}
.list_name
li
{
border-top
:
1px
solid
#eee
;
font-size
:
12px
;
line-height
:
30px
;
color
:
#333
;
text-align
:
center
;
list-style
:
none
}
.list_name
li
:first-child
{
background
:
#fdf5f3
;
font-weight
:
700
;
height
:
30px
;
border-top
:
none
;
line-height
:
30px
}
.match_member_list
.list_table
{
overflow-x
:
scroll
;
overflow-y
:
hidden
}
.list_table
table
tbody
tr
th
{
background
:
#fdf5f3
}
.list_table
table
tbody
tr
td
,
.list_table
table
tbody
tr
th
{
font-size
:
12px
;
line-height
:
30px
;
color
:
#333
;
text-align
:
center
}
.list_table
table
tbody
tr
td
{
border-top
:
1px
solid
#eee
}
.poupo
{
width
:
100%
;
border-top-right-radius
:
10px
;
border-top-left-radius
:
10px
}
.swiper-container
{
margin
:
0
auto
;
position
:
relative
;
overflow
:
hidden
;
list-style
:
none
;
padding
:
0
;
z-index
:
1
}
.swiper-container-no-flexbox
.swiper-slide
{
float
:
left
}
.swiper-container-vertical
>
.swiper-wrapper
{
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
}
.swiper-wrapper
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
z-index
:
1
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-transition-property
:
-webkit-transform
;
transition-property
:
-webkit-transform
;
transition-property
:
transform
;
transition-property
:
transform
,
-webkit-transform
;
-webkit-box-sizing
:
content-box
;
box-sizing
:
content-box
}
.swiper-container-android
.swiper-slide
,
.swiper-wrapper
{
-webkit-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
)}
.swiper-container-multirow
>
.swiper-wrapper
{
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
}
.swiper-container-free-mode
>
.swiper-wrapper
{
-webkit-transition-timing-function
:
ease-out
;
transition-timing-function
:
ease-out
;
margin
:
0
auto
}
.swiper-slide
{
-ms-flex-negative
:
0
;
flex-shrink
:
0
;
width
:
100%
;
height
:
100%
;
position
:
relative
;
-webkit-transition-property
:
-webkit-transform
;
transition-property
:
-webkit-transform
;
transition-property
:
transform
;
transition-property
:
transform
,
-webkit-transform
}
.swiper-invisible-blank-slide
{
visibility
:
hidden
}
.swiper-container-autoheight
,
.swiper-container-autoheight
.swiper-slide
{
height
:
auto
}
.swiper-container-autoheight
.swiper-wrapper
{
-webkit-box-align
:
start
;
-ms-flex-align
:
start
;
align-items
:
flex-start
;
-webkit-transition-property
:
height
,
-webkit-transform
;
transition-property
:
height
,
-webkit-transform
;
transition-property
:
transform
,
height
;
transition-property
:
transform
,
height
,
-webkit-transform
}
.swiper-container-3d
{
-webkit-perspective
:
1200px
;
perspective
:
1200px
}
.swiper-container-3d
.swiper-cube-shadow
,
.swiper-container-3d
.swiper-slide
,
.swiper-container-3d
.swiper-slide-shadow-bottom
,
.swiper-container-3d
.swiper-slide-shadow-left
,
.swiper-container-3d
.swiper-slide-shadow-right
,
.swiper-container-3d
.swiper-slide-shadow-top
,
.swiper-container-3d
.swiper-wrapper
{
-webkit-transform-style
:
preserve-3d
;
transform-style
:
preserve-3d
}
.swiper-container-3d
.swiper-slide-shadow-bottom
,
.swiper-container-3d
.swiper-slide-shadow-left
,
.swiper-container-3d
.swiper-slide-shadow-right
,
.swiper-container-3d
.swiper-slide-shadow-top
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
pointer-events
:
none
;
z-index
:
10
}
.swiper-container-3d
.swiper-slide-shadow-left
{
background-image
:
-webkit-gradient
(
linear
,
right
top
,
left
top
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
270deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-3d
.swiper-slide-shadow-right
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
90deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-3d
.swiper-slide-shadow-top
{
background-image
:
-webkit-gradient
(
linear
,
left
bottom
,
left
top
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-3d
.swiper-slide-shadow-bottom
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
180deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-wp8-horizontal
,
.swiper-container-wp8-horizontal
>
.swiper-wrapper
{
-ms-touch-action
:
pan-y
;
touch-action
:
pan-y
}
.swiper-container-wp8-vertical
,
.swiper-container-wp8-vertical
>
.swiper-wrapper
{
-ms-touch-action
:
pan-x
;
touch-action
:
pan-x
}
.swiper-button-next
,
.swiper-button-prev
{
position
:
absolute
;
top
:
50%
;
width
:
27px
;
height
:
44px
;
margin-top
:
-22px
;
z-index
:
10
;
cursor
:
pointer
;
background-size
:
27px
44px
;
background-position
:
50%
;
background-repeat
:
no-repeat
}
.swiper-button-next.swiper-button-disabled
,
.swiper-button-prev.swiper-button-disabled
{
opacity
:
.35
;
cursor
:
auto
;
pointer-events
:
none
}
.swiper-button-prev
,
.swiper-container-rtl
.swiper-button-next
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E")
;
left
:
10px
;
right
:
auto
}
.swiper-button-next
,
.swiper-container-rtl
.swiper-button-prev
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E")
;
right
:
10px
;
left
:
auto
}
.swiper-button-prev.swiper-button-white
,
.swiper-container-rtl
.swiper-button-next.swiper-button-white
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white
,
.swiper-container-rtl
.swiper-button-prev.swiper-button-white
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black
,
.swiper-container-rtl
.swiper-button-next.swiper-button-black
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black
,
.swiper-container-rtl
.swiper-button-prev.swiper-button-black
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-pagination
{
position
:
absolute
;
text-align
:
center
;
-webkit-transition
:
opacity
.3s
;
transition
:
opacity
.3s
;
-webkit-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
);
z-index
:
10
}
.swiper-pagination.swiper-pagination-hidden
{
opacity
:
0
}
.swiper-container-horizontal
>
.swiper-pagination-bullets
,
.swiper-pagination-custom
,
.swiper-pagination-fraction
{
bottom
:
10px
;
left
:
0
;
width
:
100%
}
.swiper-pagination-bullets-dynamic
{
overflow
:
hidden
;
font-size
:
0
}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
-webkit-transform
:
scale
(
.33
);
transform
:
scale
(
.33
);
position
:
relative
}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active
{
-webkit-transform
:
scale
(
1
);
transform
:
scale
(
1
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-prev
{
-webkit-transform
:
scale
(
.66
);
transform
:
scale
(
.66
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-prev-prev
{
-webkit-transform
:
scale
(
.33
);
transform
:
scale
(
.33
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-next
{
-webkit-transform
:
scale
(
.66
);
transform
:
scale
(
.66
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-next-next
{
-webkit-transform
:
scale
(
.33
);
transform
:
scale
(
.33
)}
.swiper-pagination-bullet
{
width
:
8px
;
height
:
8px
;
display
:
inline-block
;
border-radius
:
100%
;
background
:
#000
;
opacity
:
.2
}
button
.swiper-pagination-bullet
{
border
:
none
;
margin
:
0
;
padding
:
0
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
.swiper-pagination-clickable
.swiper-pagination-bullet
{
cursor
:
pointer
}
.swiper-pagination-bullet-active
{
opacity
:
1
;
background
:
#007aff
}
.swiper-container-vertical
>
.swiper-pagination-bullets
{
right
:
10px
;
top
:
50%
;
-webkit-transform
:
translate3d
(
0
,
-50%
,
0
);
transform
:
translate3d
(
0
,
-50%
,
0
)}
.swiper-container-vertical
>
.swiper-pagination-bullets
.swiper-pagination-bullet
{
margin
:
6px
0
;
display
:
block
}
.swiper-container-vertical
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
8px
}
.swiper-container-vertical
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
display
:
inline-block
;
-webkit-transition
:
top
.2s
,
-webkit-transform
.2s
;
transition
:
top
.2s
,
-webkit-transform
.2s
;
-webkit-transition
:
transform
.2s
,
top
.2s
;
transition
:
transform
.2s
,
top
.2s
;
-webkit-transition
:
transform
.2s
,
top
.2s
,
-webkit-transform
.2s
;
transition
:
transform
.2s
,
top
.2s
,
-webkit-transform
.2s
}
.swiper-container-horizontal
>
.swiper-pagination-bullets
.swiper-pagination-bullet
{
margin
:
0
4px
}
.swiper-container-horizontal
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
left
:
50%
;
-webkit-transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
white-space
:
nowrap
}
.swiper-container-horizontal
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
-webkit-transition
:
left
.2s
,
-webkit-transform
.2s
;
transition
:
left
.2s
,
-webkit-transform
.2s
;
-webkit-transition
:
transform
.2s
,
left
.2s
;
transition
:
transform
.2s
,
left
.2s
;
-webkit-transition
:
transform
.2s
,
left
.2s
,
-webkit-transform
.2s
;
transition
:
transform
.2s
,
left
.2s
,
-webkit-transform
.2s
}
.swiper-container-horizontal.swiper-container-rtl
>
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
-webkit-transition
:
right
.2s
,
-webkit-transform
.2s
;
transition
:
right
.2s
,
-webkit-transform
.2s
;
-webkit-transition
:
transform
.2s
,
right
.2s
;
transition
:
transform
.2s
,
right
.2s
;
-webkit-transition
:
transform
.2s
,
right
.2s
,
-webkit-transform
.2s
;
transition
:
transform
.2s
,
right
.2s
,
-webkit-transform
.2s
}
.swiper-pagination-progressbar
{
background
:
rgba
(
0
,
0
,
0
,
.25
);
position
:
absolute
}
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill
{
background
:
#007aff
;
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
-webkit-transform
:
scale
(
0
);
transform
:
scale
(
0
);
-webkit-transform-origin
:
left
top
;
transform-origin
:
left
top
}
.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill
{
-webkit-transform-origin
:
right
top
;
transform-origin
:
right
top
}
.swiper-container-horizontal
>
.swiper-pagination-progressbar
{
width
:
100%
;
height
:
4px
;
left
:
0
;
top
:
0
}
.swiper-container-vertical
>
.swiper-pagination-progressbar
{
width
:
4px
;
height
:
100%
;
left
:
0
;
top
:
0
}
.swiper-pagination-white
.swiper-pagination-bullet-active
{
background
:
#fff
}
.swiper-pagination-progressbar.swiper-pagination-white
{
background
:
hsla
(
0
,
0%
,
100%
,
.25
)}
.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill
{
background
:
#fff
}
.swiper-pagination-black
.swiper-pagination-bullet-active
{
background
:
#000
}
.swiper-pagination-progressbar.swiper-pagination-black
{
background
:
rgba
(
0
,
0
,
0
,
.25
)}
.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill
{
background
:
#000
}
.swiper-scrollbar
{
border-radius
:
10px
;
position
:
relative
;
-ms-touch-action
:
none
;
background
:
rgba
(
0
,
0
,
0
,
.1
)}
.swiper-container-horizontal
>
.swiper-scrollbar
{
position
:
absolute
;
left
:
1%
;
bottom
:
3px
;
z-index
:
50
;
height
:
5px
;
width
:
98%
}
.swiper-container-vertical
>
.swiper-scrollbar
{
position
:
absolute
;
right
:
3px
;
top
:
1%
;
z-index
:
50
;
width
:
5px
;
height
:
98%
}
.swiper-scrollbar-drag
{
height
:
100%
;
width
:
100%
;
position
:
relative
;
background
:
rgba
(
0
,
0
,
0
,
.5
);
border-radius
:
10px
;
left
:
0
;
top
:
0
}
.swiper-scrollbar-cursor-drag
{
cursor
:
move
}
.swiper-zoom-container
{
width
:
100%
;
height
:
100%
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
text-align
:
center
}
.swiper-zoom-container
>
canvas
,
.swiper-zoom-container
>
img
,
.swiper-zoom-container
>
svg
{
max-width
:
100%
;
max-height
:
100%
;
-o-object-fit
:
contain
;
object-fit
:
contain
}
.swiper-slide-zoomed
{
cursor
:
move
}
.swiper-lazy-preloader
{
width
:
42px
;
height
:
42px
;
position
:
absolute
;
left
:
50%
;
top
:
50%
;
margin-left
:
-21px
;
margin-top
:
-21px
;
z-index
:
10
;
-webkit-transform-origin
:
50%
;
transform-origin
:
50%
;
-webkit-animation
:
swiper-preloader-spin
1s
steps
(
12
)
infinite
;
animation
:
swiper-preloader-spin
1s
steps
(
12
)
infinite
}
.swiper-lazy-preloader
:after
{
display
:
block
;
content
:
""
;
width
:
100%
;
height
:
100%
;
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
60
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
90
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
120
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
150
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.37
' transform='
rotate
(
180
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.46
' transform='
rotate
(
210
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.56
' transform='
rotate
(
240
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.66
' transform='
rotate
(
270
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.75
' transform='
rotate
(
300
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.85
' transform='
rotate
(
330
60
60
)
'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='
0
0
120
120
' xmlns='
http
://
www
.
w3
.
org
/
2000
/
svg
' xmlns:xlink='
http
://
www
.
w3
.
org
/
1999
/
xlink
'%3E%3Cdefs%3E%3Cpath id='
a
' stroke='
%
23
fff
' stroke-width='
11
' stroke-linecap='
round
' d='
M60
7
v20
'/%3E%3C/defs%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
30
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
60
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
90
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
120
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
150
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.37
' transform='
rotate
(
180
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.46
' transform='
rotate
(
210
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.56
' transform='
rotate
(
240
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.66
' transform='
rotate
(
270
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.75
' transform='
rotate
(
300
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.85
' transform='
rotate
(
330
60
60
)
'
/
%
3
E
%
3
C
/
svg
%
3
E
")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}/*!
.mint-toast
{
position
:
fixed
;
max-width
:
80%
;
border-radius
:
5px
;
background
:
rgba
(
0
,
0
,
0
,
.7
);
color
:
#fff
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
text-align
:
center
;
z-index
:
1000
;
-webkit-transition
:
opacity
.3s
linear
;
transition
:
opacity
.3s
linear
}
.mint-toast.is-placebottom
{
bottom
:
50px
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
);
transform
:
translate
(
-50%
)}
.mint-toast.is-placemiddle
{
left
:
50%
;
top
:
50%
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
)}
.mint-toast.is-placetop
{
top
:
50px
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
);
transform
:
translate
(
-50%
)}
.mint-toast-icon
{
display
:
block
;
text-align
:
center
;
font-size
:
56px
}
.mint-toast-text
{
font-size
:
14px
;
display
:
block
;
text-align
:
center
}
.mint-toast-pop-enter
,
.mint-toast-pop-leave-active
{
opacity
:
0
}
.mt-range
{
position
:
relative
;
height
:
30px
;
line-height
:
30px
}
.mt-range
,
.mt-range
>*
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
}
.mt-range
[
slot
=
start
]
{
margin-right
:
5px
}
.mt-range
[
slot
=
end
]
{
margin-left
:
5px
}
.mt-range-content
{
position
:
relative
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
margin-right
:
30px
}
.mt-range-runway
{
position
:
absolute
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
left
:
0
;
right
:
-30px
;
border-top-color
:
#a9acb1
;
border-top-style
:
solid
}
.mt-range-thumb
{
background-color
:
#fff
;
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
30px
;
height
:
30px
;
border-radius
:
100%
;
cursor
:
move
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.4
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.4
)}
.mt-range-progress
{
position
:
absolute
;
display
:
block
;
background-color
:
#26a2ff
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
0
}
.mt-range--disabled
{
opacity
:
.5
}
.v-modal-enter
{
-webkit-animation
:
v-modal-in
.2s
ease
;
animation
:
v-modal-in
.2s
ease
}
.v-modal-leave
{
-webkit-animation
:
v-modal-out
.2s
ease
forwards
;
animation
:
v-modal-out
.2s
ease
forwards
}
@-webkit-keyframes
v-modal-in
{
0
%
{
opacity
:
0
}}
@keyframes
v-modal-in
{
0
%
{
opacity
:
0
}}
@-webkit-keyframes
v-modal-out
{
to
{
opacity
:
0
}}
@keyframes
v-modal-out
{
to
{
opacity
:
0
}}
.v-modal
{
position
:
fixed
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
opacity
:
.5
;
background
:
#000
}
.mint-popup
{
position
:
fixed
;
background
:
#fff
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate3d
(
-50%
,
-50%
,
0
);
transform
:
translate3d
(
-50%
,
-50%
,
0
);
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
-webkit-transition
:
.2s
ease-out
;
transition
:
.2s
ease-out
}
.mint-popup-top
{
top
:
0
;
right
:
auto
;
bottom
:
auto
;
left
:
50%
;
-webkit-transform
:
translate3d
(
-50%
,
0
,
0
);
transform
:
translate3d
(
-50%
,
0
,
0
)}
.mint-popup-right
{
top
:
50%
;
right
:
0
;
bottom
:
auto
;
left
:
auto
;
-webkit-transform
:
translate3d
(
0
,
-50%
,
0
);
transform
:
translate3d
(
0
,
-50%
,
0
)}
.mint-popup-bottom
{
top
:
auto
;
right
:
auto
;
bottom
:
0
;
left
:
50%
;
-webkit-transform
:
translate3d
(
-50%
,
0
,
0
);
transform
:
translate3d
(
-50%
,
0
,
0
)}
.mint-popup-left
{
top
:
50%
;
right
:
auto
;
bottom
:
auto
;
left
:
0
;
-webkit-transform
:
translate3d
(
0
,
-50%
,
0
);
transform
:
translate3d
(
0
,
-50%
,
0
)}
.popup-slide-top-enter
,
.popup-slide-top-leave-active
{
-webkit-transform
:
translate3d
(
-50%
,
-100%
,
0
);
transform
:
translate3d
(
-50%
,
-100%
,
0
)}
.popup-slide-right-enter
,
.popup-slide-right-leave-active
{
-webkit-transform
:
translate3d
(
100%
,
-50%
,
0
);
transform
:
translate3d
(
100%
,
-50%
,
0
)}
.popup-slide-bottom-enter
,
.popup-slide-bottom-leave-active
{
-webkit-transform
:
translate3d
(
-50%
,
100%
,
0
);
transform
:
translate3d
(
-50%
,
100%
,
0
)}
.popup-slide-left-enter
,
.popup-slide-left-leave-active
{
-webkit-transform
:
translate3d
(
-100%
,
-50%
,
0
);
transform
:
translate3d
(
-100%
,
-50%
,
0
)}
.popup-fade-enter
,
.popup-fade-leave-active
{
opacity
:
0
}
.picker
{
overflow
:
hidden
}
.picker-toolbar
{
height
:
40px
}
.picker-items
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
padding
:
0
;
text-align
:
right
;
font-size
:
24px
;
position
:
relative
}
.picker-center-highlight
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
absolute
;
left
:
0
;
width
:
100%
;
top
:
50%
;
margin-top
:
-18px
;
pointer-events
:
none
}
.picker-center-highlight
:after
,
.picker-center-highlight
:before
{
content
:
""
;
position
:
absolute
;
height
:
1px
;
width
:
100%
;
background-color
:
#eaeaea
;
display
:
block
;
z-index
:
15
;
-webkit-transform
:
scaleY
(
.5
);
transform
:
scaleY
(
.5
)}
.picker-center-highlight
:before
{
left
:
0
;
top
:
0
;
bottom
:
auto
;
right
:
auto
}
.picker-center-highlight
:after
{
left
:
0
;
bottom
:
0
;
right
:
auto
;
top
:
auto
}
.picker-slot
{
font-size
:
18px
;
overflow
:
hidden
;
position
:
relative
;
max-height
:
100%
}
.picker-slot.picker-slot-left
{
text-align
:
left
}
.picker-slot.picker-slot-center
{
text-align
:
center
}
.picker-slot.picker-slot-right
{
text-align
:
right
}
.picker-slot.picker-slot-divider
{
color
:
#000
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
}
.picker-slot-wrapper
{
-webkit-transition-duration
:
.3s
;
transition-duration
:
.3s
;
-webkit-transition-timing-function
:
ease-out
;
transition-timing-function
:
ease-out
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
}
.picker-slot-wrapper.dragging
,
.picker-slot-wrapper.dragging
.picker-item
{
-webkit-transition-duration
:
0s
;
transition-duration
:
0s
}
.picker-item
{
height
:
36px
;
line-height
:
36px
;
padding
:
0
10px
;
white-space
:
nowrap
;
position
:
relative
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
#707274
;
left
:
0
;
top
:
0
;
width
:
100%
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-transition-duration
:
.3s
;
transition-duration
:
.3s
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
}
.picker-slot-absolute
.picker-item
{
position
:
absolute
}
.picker-item.picker-item-far
{
pointer-events
:
none
}
.picker-item.picker-selected
{
color
:
#000
;
-webkit-transform
:
translateZ
(
0
)
rotateX
(
0
);
transform
:
translateZ
(
0
)
rotateX
(
0
)}
.picker-3d
.picker-items
{
overflow
:
hidden
;
-webkit-perspective
:
700px
;
perspective
:
700px
}
.picker-3d
.picker-item
,
.picker-3d
.picker-slot
,
.picker-3d
.picker-slot-wrapper
{
-webkit-transform-style
:
preserve-3d
;
transform-style
:
preserve-3d
}
.picker-3d
.picker-slot
{
overflow
:
visible
}
.picker-3d
.picker-item
{
-webkit-transform-origin
:
center
center
;
transform-origin
:
center
center
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
-webkit-transition-timing-function
:
ease-out
;
transition-timing-function
:
ease-out
}
.mint-datetime
{
width
:
100%
}
.mint-datetime
.picker-item
,
.mint-datetime
.picker-slot-wrapper
{
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
}
.mint-datetime
.picker-toolbar
{
border-bottom
:
1px
solid
#eaeaea
}
.mint-datetime-action
{
display
:
inline-block
;
width
:
50%
;
text-align
:
center
;
line-height
:
40px
;
font-size
:
16px
;
color
:
#26a2ff
}
.mint-datetime-cancel
{
float
:
left
}
.mint-datetime-confirm
{
float
:
right
}
#app
,
body
,
html
{
height
:
100%
;
font-size
:
14px
;
margin
:
0
}
body
,
html
{
height
:
100%
}
.fx
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
}
.align-items
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
}
.justify-center
{
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
}
.justify-between
{
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
}
.flex-wrap
{
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
}
.bg-white
{
background
:
#fff
}
.bg-gary
{
background
:
#fafafa
}
.ta-c
{
text-align
:
center
}
.ta-l
{
text-align
:
left
}
.ta-r
{
text-align
:
right
}
.mr-2
{
margin-right
:
2px
}
.mr-20
{
margin-right
:
20px
}
.mr-5
{
margin-right
:
5px
}
.mt-2
{
margin-top
:
2px
}
.mt-10
{
margin-top
:
10px
}
.mt-15
{
margin-top
:
15px
}
.mt-20
{
margin-top
:
20px
}
.mt-30
{
margin-top
:
30px
}
.mt-60
{
margin-top
:
60px
}
.mt-5
{
margin-top
:
5px
}
.ml-5
{
margin-left
:
5px
}
.ml-10
{
margin-left
:
10px
}
.ml-15
{
margin-left
:
15px
}
.ml-20
{
margin-left
:
20px
}
.mb-10
{
margin-bottom
:
10px
}
.mb-20
{
margin-bottom
:
20px
}
.mr-10
{
margin-right
:
10px
}
.mr-15
{
margin-right
:
15px
}
.mb-30
{
margin-bottom
:
30px
}
.pl-10
{
padding-left
:
10px
}
.pl-15
{
padding-left
:
15px
}
.pr-10
{
padding-right
:
10px
}
.pr-20
{
padding-right
:
20px
}
.pr-15
{
padding-right
:
15px
}
.pb-15
{
padding-bottom
:
15px
}
.pb-5
{
padding-bottom
:
5px
}
.pt-3
{
padding-top
:
3px
}
.pt-5
{
padding-top
:
5px
}
.pt-8
{
padding-top
:
8px
}
.pt-10
{
padding-top
:
10px
}
.pt-12
{
padding-top
:
12px
}
.pt-15
{
padding-top
:
15px
}
.pt-20
{
padding-top
:
20px
}
.pb-20
{
padding-bottom
:
20px
}
.pb-10
{
padding-bottom
:
10px
}
.pl-20
{
padding-left
:
20px
}
.line-height
{
line-height
:
45px
}
.fs-16
{
font-size
:
16px
}
.fs-13
{
font-size
:
13px
}
.fs-14
{
font-size
:
14px
}
.fs-15
{
font-size
:
15px
}
.fs-12
{
font-size
:
12px
}
.fs-20
{
font-size
:
20px
}
.fs-24
{
font-size
:
24px
}
.fs-18
{
font-size
:
18px
}
.fw-700
{
font-weight
:
700
}
.padding-32
{
padding
:
32px
}
.bd-bottom
{
border-bottom
:
1px
solid
#eee
}
.opacity
{
opacity
:
.6
}
.scroll-list-wrap
::-webkit-scrollbar
{
display
:
none
}
.vip-card
{
width
:
40px
;
height
:
20px
;
line-height
:
20px
;
text-align
:
center
;
background
:
#e3c08a
;
border-radius
:
4px
;
color
:
#3d2706
;
top
:
30px
;
left
:
75%
}
.desc
,
.vip-card
{
position
:
relative
}
.desc
{
color
:
#fff
;
top
:
-30px
;
font-size
:
12px
;
padding-left
:
5px
;
padding-right
:
5px
;
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
}
.lable
{
background
:
rgba
(
3
,
3
,
1
,
.5
);
padding
:
3px
8px
;
border-radius
:
4px
}
.f-18
{
font-size
:
18px
;
color
:
#fff
!important
}
.c-f
{
color
:
#fafafa
}
.c-33
{
color
:
#333
}
.c-more
{
font-size
:
14px
;
color
:
hsla
(
0
,
0%
,
98%
,
.8
)}
.more-icon
{
width
:
5px
;
height
:
5px
;
border-top
:
2px
solid
hsla
(
0
,
0%
,
98%
,
.8
);
border-right
:
2px
solid
hsla
(
0
,
0%
,
98%
,
.8
);
-webkit-transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
margin-left
:
5px
}
.container-wrap
{
position
:
absolute
;
bottom
:
-1px
;
width
:
100%
;
height
:
95px
;
white-space
:
nowrap
;
background-image
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/foot-home.png)
;
background-size
:
cover
;
overflow
:
hidden
;
overflow-x
:
scroll
;
-webkit-backface-visibility
:
hidden
;
-webkit-perspective
:
1000
;
-webkit-overflow-scrolling
:
touch
;
text-align
:
justify
;
z-index
:
99
;
padding-bottom
:
10px
}
.container-wrap
::-webkit-scrollbar
{
display
:
none
}
.container
>
div
{
color
:
#031326
;
font-size
:
13px
;
font-weight
:
700
}
.li
{
width
:
60px
;
text-align
:
center
}
.letter-spacing
{
letter-spacing
:
1px
}
.c-0
{
color
:
#000
}
.c-9D
{
color
:
#9d9fa0
}
.c-a1
{
color
:
#a1a2a4
}
.c-06
{
color
:
#0060ff
}
.c-69
{
color
:
#69d1ff
}
.c-7
{
color
:
#777
}
::-webkit-scrollbar
{
scrollbar-width
:
none
;
-ms-overflow-style
:
none
}
input
{
outline
:
none
}
.text-overflow
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
}
.prism-big-play-btn
{
display
:
none
!important
}
.prism-player
.prism-loading
.circle
{
background-color
:
transparent
;
border
:
5px
solid
;
border-color
:
rgba
(
239
,
223
,
169
,
.9
)
rgba
(
255
,
202
,
0
,
.5
)
rgba
(
255
,
202
,
0
,
.7
)
rgba
(
239
,
223
,
169
,
.1
)
!important
;
opacity
:
.9
;
border-radius
:
50px
;
width
:
55px
;
height
:
55px
;
margin
:
0
auto
;
-moz-animation
:
spinoffPulse
.9s
infinite
linear
;
-webkit-animation
:
spinoffPulse
.9s
linear
infinite
}
.nav-bg
{
background
:
#f6f7f9
;
border-radius
:
3px
}
.event_box
.content
.dot_s
{
display
:
block
;
width
:
25px
;
height
:
25px
;
margin
:
auto
;
background
:
#fff
;
border-radius
:
50%
;
color
:
#000
;
text-align
:
center
;
line-height
:
25px
;
font-size
:
12px
;
-webkit-box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
);
box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
)}
.event_box
span
.text_lim
{
display
:
inline-block
;
white-space
:
nowrap
;
overflow
:
hidden
;
line-break
:
strict
;
vertical-align
:
middle
;
text-overflow
:
ellipsis
;
color
:
#000
;
font-size
:
12px
;
width
:
100px
}
ol
#timeline
{
padding-bottom
:
20px
;
font-size
:
12px
;
background
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/bg_line.png)
50%
repeat-y
}
ol
#timeline
li
{
position
:
relative
;
color
:
#555
;
margin
:
28px
0
;
list-style
:
none
}
ol
#timeline
li
div
{
width
:
40%
;
position
:
relative
}
ol
#timeline
p
{
margin
:
0
;
padding
:
0
;
font-size
:
12px
;
height
:
20px
;
line-height
:
20px
;
text-indent
:
0
}
ol
#timeline
p
img
{
width
:
10px
;
vertical-align
:
middle
}
.event_box
.content_p
{
margin-right
:
1px
;
padding
:
10px
15px
}
.event_box
.cf
:after
,
.event_box
.cf
:before
{
content
:
""
;
display
:
table
}
.event_box
.cf
:after
{
clear
:
both
}
.event_box
.cf
{
zoom
:
1
;
clear
:
both
;
padding
:
0
}
ol
#timeline
.home
{
float
:
left
;
text-align
:
right
}
ol
#timeline
.home
p
{
text-align
:
right
;
font-size
:
12px
}
ol
#timeline
.home
span
.arrow
{
display
:
block
;
width
:
8px
;
height
:
10px
;
background
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/tri_l.png)
0
0
no-repeat
;
position
:
absolute
;
right
:
-8px
;
top
:
6px
;
background-size
:
cover
}
ol
#timeline
.away
{
float
:
right
;
text-align
:
left
;
line-height
:
15px
}
ol
#timeline
.away
span
.arrow
{
display
:
block
;
width
:
8px
;
height
:
10px
;
background
:
url(https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/tri_r.png)
0
0
no-repeat
;
position
:
absolute
;
left
:
-8px
;
top
:
6px
;
background-size
:
cover
}
ol
#timeline
.away
p
{
text-align
:
left
}
ol
#timeline
.num
{
display
:
block
;
width
:
25px
;
height
:
25px
;
left
:
0
;
right
:
0
;
position
:
absolute
;
margin
:
auto
;
background
:
#fff
;
border-radius
:
50%
;
color
:
#000
;
text-align
:
center
;
line-height
:
25px
;
font-size
:
12px
;
-webkit-box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
);
box-shadow
:
0
0
4px
0
rgba
(
0
,
0
,
0
,
.2
)}
.nav_bottom
{
width
:
100%
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
color
:
#999
}
.nav_explain
{
background
:
#fff
;
padding
:
5px
10px
5px
20px
;
border-top
:
1px
solid
#eee
}
.nav_about
{
width
:
100%
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
background
:
#f8f8f8
;
border-top
:
1px
solid
#eee
;
padding
:
16px
0
}
.nav_about
,
.nav_con
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
}
.nav_con
>
a
{
width
:
100px
;
height
:
30px
;
line-height
:
30px
;
color
:
#999
;
text-align
:
center
}
.nav_free
{
border-left
:
1px
solid
#999
;
border-right
:
1px
solid
#999
}
.nav_p
{
margin-top
:
10px
;
text-align
:
center
}
.about
{
width
:
100%
;
height
:
97%
;
background
:
#f8f8f8
}
.about_header
{
width
:
100%
;
height
:
60px
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
font-size
:
16px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
700
;
color
:
#9e9e9e
;
background
:
#fff
;
padding
:
0
10px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
relative
}
.about_active
{
color
:
#000
;
font-weight
:
700
}
.ab
{
position
:
relative
}
.about_content
{
margin-bottom
:
20px
}
.about_con
,
.about_content
{
padding
:
10px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.about_con
{
width
:
100%
;
background
:
#fff
;
color
:
#666
}
.about_con
,
.about_con
>
h5
{
font-family
:
Microsoft
YaHei
;
font-weight
:
400
}
.about_con
>
h5
{
font-size
:
16px
;
color
:
#000
;
margin-bottom
:
.5rem
}
.about_con
>
p
{
line-height
:
25px
}
.about_line
{
width
:
100%
;
text-align
:
center
;
border-bottom
:
2px
dashed
#eaeaea
;
margin
:
10px
0
5px
}
.backA
{
display
:
block
;
width
:
10px
;
height
:
5px
;
position
:
absolute
;
left
:
10px
;
top
:
20px
}
.backI
{
display
:
inline-block
;
width
:
15px
;
height
:
15px
;
-webkit-transform
:
rotate
(
-45deg
);
transform
:
rotate
(
-45deg
);
border
:
1px
solid
#000
;
border-right
:
none
;
border-bottom
:
none
;
margin-left
:
10px
}
::-webkit-scrollbar
{
display
:
none
}
.match_member_list
{
background
:
#fff
}
.match_member_list
.list_name
{
float
:
left
;
width
:
100px
;
border-right
:
1px
solid
#eee
}
.list_name
li
{
border-top
:
1px
solid
#eee
;
font-size
:
12px
;
line-height
:
30px
;
color
:
#333
;
text-align
:
center
;
list-style
:
none
}
.list_name
li
:first-child
{
background
:
#fdf5f3
;
font-weight
:
700
;
height
:
30px
;
border-top
:
none
;
line-height
:
30px
}
.match_member_list
.list_table
{
overflow-x
:
scroll
;
overflow-y
:
hidden
}
.list_table
table
tbody
tr
th
{
background
:
#fdf5f3
}
.list_table
table
tbody
tr
td
,
.list_table
table
tbody
tr
th
{
font-size
:
12px
;
line-height
:
30px
;
color
:
#333
;
text-align
:
center
}
.list_table
table
tbody
tr
td
{
border-top
:
1px
solid
#eee
}
.poupo
{
width
:
100%
;
border-top-right-radius
:
10px
;
border-top-left-radius
:
10px
}
.swiper-container
{
margin
:
0
auto
;
position
:
relative
;
overflow
:
hidden
;
list-style
:
none
;
padding
:
0
;
z-index
:
1
}
.swiper-container-no-flexbox
.swiper-slide
{
float
:
left
}
.swiper-container-vertical
>
.swiper-wrapper
{
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
}
.swiper-wrapper
{
position
:
relative
;
width
:
100%
;
height
:
100%
;
z-index
:
1
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-transition-property
:
-webkit-transform
;
transition-property
:
-webkit-transform
;
transition-property
:
transform
;
transition-property
:
transform
,
-webkit-transform
;
-webkit-box-sizing
:
content-box
;
box-sizing
:
content-box
}
.swiper-container-android
.swiper-slide
,
.swiper-wrapper
{
-webkit-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
)}
.swiper-container-multirow
>
.swiper-wrapper
{
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
}
.swiper-container-free-mode
>
.swiper-wrapper
{
-webkit-transition-timing-function
:
ease-out
;
transition-timing-function
:
ease-out
;
margin
:
0
auto
}
.swiper-slide
{
-ms-flex-negative
:
0
;
flex-shrink
:
0
;
width
:
100%
;
height
:
100%
;
position
:
relative
;
-webkit-transition-property
:
-webkit-transform
;
transition-property
:
-webkit-transform
;
transition-property
:
transform
;
transition-property
:
transform
,
-webkit-transform
}
.swiper-invisible-blank-slide
{
visibility
:
hidden
}
.swiper-container-autoheight
,
.swiper-container-autoheight
.swiper-slide
{
height
:
auto
}
.swiper-container-autoheight
.swiper-wrapper
{
-webkit-box-align
:
start
;
-ms-flex-align
:
start
;
align-items
:
flex-start
;
-webkit-transition-property
:
height
,
-webkit-transform
;
transition-property
:
height
,
-webkit-transform
;
transition-property
:
transform
,
height
;
transition-property
:
transform
,
height
,
-webkit-transform
}
.swiper-container-3d
{
-webkit-perspective
:
1200px
;
perspective
:
1200px
}
.swiper-container-3d
.swiper-cube-shadow
,
.swiper-container-3d
.swiper-slide
,
.swiper-container-3d
.swiper-slide-shadow-bottom
,
.swiper-container-3d
.swiper-slide-shadow-left
,
.swiper-container-3d
.swiper-slide-shadow-right
,
.swiper-container-3d
.swiper-slide-shadow-top
,
.swiper-container-3d
.swiper-wrapper
{
-webkit-transform-style
:
preserve-3d
;
transform-style
:
preserve-3d
}
.swiper-container-3d
.swiper-slide-shadow-bottom
,
.swiper-container-3d
.swiper-slide-shadow-left
,
.swiper-container-3d
.swiper-slide-shadow-right
,
.swiper-container-3d
.swiper-slide-shadow-top
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
pointer-events
:
none
;
z-index
:
10
}
.swiper-container-3d
.swiper-slide-shadow-left
{
background-image
:
-webkit-gradient
(
linear
,
right
top
,
left
top
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
270deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-3d
.swiper-slide-shadow-right
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
90deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-3d
.swiper-slide-shadow-top
{
background-image
:
-webkit-gradient
(
linear
,
left
bottom
,
left
top
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-3d
.swiper-slide-shadow-bottom
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
rgba
(
0
,
0
,
0
,
.5
)),
to
(
transparent
));
background-image
:
linear-gradient
(
180deg
,
rgba
(
0
,
0
,
0
,
.5
),
transparent
)}
.swiper-container-wp8-horizontal
,
.swiper-container-wp8-horizontal
>
.swiper-wrapper
{
-ms-touch-action
:
pan-y
;
touch-action
:
pan-y
}
.swiper-container-wp8-vertical
,
.swiper-container-wp8-vertical
>
.swiper-wrapper
{
-ms-touch-action
:
pan-x
;
touch-action
:
pan-x
}
.swiper-button-next
,
.swiper-button-prev
{
position
:
absolute
;
top
:
50%
;
width
:
27px
;
height
:
44px
;
margin-top
:
-22px
;
z-index
:
10
;
cursor
:
pointer
;
background-size
:
27px
44px
;
background-position
:
50%
;
background-repeat
:
no-repeat
}
.swiper-button-next.swiper-button-disabled
,
.swiper-button-prev.swiper-button-disabled
{
opacity
:
.35
;
cursor
:
auto
;
pointer-events
:
none
}
.swiper-button-prev
,
.swiper-container-rtl
.swiper-button-next
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E")
;
left
:
10px
;
right
:
auto
}
.swiper-button-next
,
.swiper-container-rtl
.swiper-button-prev
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E")
;
right
:
10px
;
left
:
auto
}
.swiper-button-prev.swiper-button-white
,
.swiper-container-rtl
.swiper-button-next.swiper-button-white
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white
,
.swiper-container-rtl
.swiper-button-prev.swiper-button-white
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black
,
.swiper-container-rtl
.swiper-button-next.swiper-button-black
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black
,
.swiper-container-rtl
.swiper-button-prev.swiper-button-black
{
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-pagination
{
position
:
absolute
;
text-align
:
center
;
-webkit-transition
:
opacity
.3s
;
transition
:
opacity
.3s
;
-webkit-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
);
z-index
:
10
}
.swiper-pagination.swiper-pagination-hidden
{
opacity
:
0
}
.swiper-container-horizontal
>
.swiper-pagination-bullets
,
.swiper-pagination-custom
,
.swiper-pagination-fraction
{
bottom
:
10px
;
left
:
0
;
width
:
100%
}
.swiper-pagination-bullets-dynamic
{
overflow
:
hidden
;
font-size
:
0
}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
-webkit-transform
:
scale
(
.33
);
transform
:
scale
(
.33
);
position
:
relative
}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active
{
-webkit-transform
:
scale
(
1
);
transform
:
scale
(
1
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-prev
{
-webkit-transform
:
scale
(
.66
);
transform
:
scale
(
.66
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-prev-prev
{
-webkit-transform
:
scale
(
.33
);
transform
:
scale
(
.33
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-next
{
-webkit-transform
:
scale
(
.66
);
transform
:
scale
(
.66
)}
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet-active-next-next
{
-webkit-transform
:
scale
(
.33
);
transform
:
scale
(
.33
)}
.swiper-pagination-bullet
{
width
:
8px
;
height
:
8px
;
display
:
inline-block
;
border-radius
:
100%
;
background
:
#000
;
opacity
:
.2
}
button
.swiper-pagination-bullet
{
border
:
none
;
margin
:
0
;
padding
:
0
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
}
.swiper-pagination-clickable
.swiper-pagination-bullet
{
cursor
:
pointer
}
.swiper-pagination-bullet-active
{
opacity
:
1
;
background
:
#007aff
}
.swiper-container-vertical
>
.swiper-pagination-bullets
{
right
:
10px
;
top
:
50%
;
-webkit-transform
:
translate3d
(
0
,
-50%
,
0
);
transform
:
translate3d
(
0
,
-50%
,
0
)}
.swiper-container-vertical
>
.swiper-pagination-bullets
.swiper-pagination-bullet
{
margin
:
6px
0
;
display
:
block
}
.swiper-container-vertical
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
width
:
8px
}
.swiper-container-vertical
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
display
:
inline-block
;
-webkit-transition
:
top
.2s
,
-webkit-transform
.2s
;
transition
:
top
.2s
,
-webkit-transform
.2s
;
-webkit-transition
:
transform
.2s
,
top
.2s
;
transition
:
transform
.2s
,
top
.2s
;
-webkit-transition
:
transform
.2s
,
top
.2s
,
-webkit-transform
.2s
;
transition
:
transform
.2s
,
top
.2s
,
-webkit-transform
.2s
}
.swiper-container-horizontal
>
.swiper-pagination-bullets
.swiper-pagination-bullet
{
margin
:
0
4px
}
.swiper-container-horizontal
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
left
:
50%
;
-webkit-transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
white-space
:
nowrap
}
.swiper-container-horizontal
>
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
-webkit-transition
:
left
.2s
,
-webkit-transform
.2s
;
transition
:
left
.2s
,
-webkit-transform
.2s
;
-webkit-transition
:
transform
.2s
,
left
.2s
;
transition
:
transform
.2s
,
left
.2s
;
-webkit-transition
:
transform
.2s
,
left
.2s
,
-webkit-transform
.2s
;
transition
:
transform
.2s
,
left
.2s
,
-webkit-transform
.2s
}
.swiper-container-horizontal.swiper-container-rtl
>
.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet
{
-webkit-transition
:
right
.2s
,
-webkit-transform
.2s
;
transition
:
right
.2s
,
-webkit-transform
.2s
;
-webkit-transition
:
transform
.2s
,
right
.2s
;
transition
:
transform
.2s
,
right
.2s
;
-webkit-transition
:
transform
.2s
,
right
.2s
,
-webkit-transform
.2s
;
transition
:
transform
.2s
,
right
.2s
,
-webkit-transform
.2s
}
.swiper-pagination-progressbar
{
background
:
rgba
(
0
,
0
,
0
,
.25
);
position
:
absolute
}
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill
{
background
:
#007aff
;
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
height
:
100%
;
-webkit-transform
:
scale
(
0
);
transform
:
scale
(
0
);
-webkit-transform-origin
:
left
top
;
transform-origin
:
left
top
}
.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill
{
-webkit-transform-origin
:
right
top
;
transform-origin
:
right
top
}
.swiper-container-horizontal
>
.swiper-pagination-progressbar
{
width
:
100%
;
height
:
4px
;
left
:
0
;
top
:
0
}
.swiper-container-vertical
>
.swiper-pagination-progressbar
{
width
:
4px
;
height
:
100%
;
left
:
0
;
top
:
0
}
.swiper-pagination-white
.swiper-pagination-bullet-active
{
background
:
#fff
}
.swiper-pagination-progressbar.swiper-pagination-white
{
background
:
hsla
(
0
,
0%
,
100%
,
.25
)}
.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill
{
background
:
#fff
}
.swiper-pagination-black
.swiper-pagination-bullet-active
{
background
:
#000
}
.swiper-pagination-progressbar.swiper-pagination-black
{
background
:
rgba
(
0
,
0
,
0
,
.25
)}
.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill
{
background
:
#000
}
.swiper-scrollbar
{
border-radius
:
10px
;
position
:
relative
;
-ms-touch-action
:
none
;
background
:
rgba
(
0
,
0
,
0
,
.1
)}
.swiper-container-horizontal
>
.swiper-scrollbar
{
position
:
absolute
;
left
:
1%
;
bottom
:
3px
;
z-index
:
50
;
height
:
5px
;
width
:
98%
}
.swiper-container-vertical
>
.swiper-scrollbar
{
position
:
absolute
;
right
:
3px
;
top
:
1%
;
z-index
:
50
;
width
:
5px
;
height
:
98%
}
.swiper-scrollbar-drag
{
height
:
100%
;
width
:
100%
;
position
:
relative
;
background
:
rgba
(
0
,
0
,
0
,
.5
);
border-radius
:
10px
;
left
:
0
;
top
:
0
}
.swiper-scrollbar-cursor-drag
{
cursor
:
move
}
.swiper-zoom-container
{
width
:
100%
;
height
:
100%
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
text-align
:
center
}
.swiper-zoom-container
>
canvas
,
.swiper-zoom-container
>
img
,
.swiper-zoom-container
>
svg
{
max-width
:
100%
;
max-height
:
100%
;
-o-object-fit
:
contain
;
object-fit
:
contain
}
.swiper-slide-zoomed
{
cursor
:
move
}
.swiper-lazy-preloader
{
width
:
42px
;
height
:
42px
;
position
:
absolute
;
left
:
50%
;
top
:
50%
;
margin-left
:
-21px
;
margin-top
:
-21px
;
z-index
:
10
;
-webkit-transform-origin
:
50%
;
transform-origin
:
50%
;
-webkit-animation
:
swiper-preloader-spin
1s
steps
(
12
)
infinite
;
animation
:
swiper-preloader-spin
1s
steps
(
12
)
infinite
}
.swiper-lazy-preloader
:after
{
display
:
block
;
content
:
""
;
width
:
100%
;
height
:
100%
;
background-image
:
url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
60
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
90
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
120
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
150
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.37
' transform='
rotate
(
180
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.46
' transform='
rotate
(
210
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.56
' transform='
rotate
(
240
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.66
' transform='
rotate
(
270
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.75
' transform='
rotate
(
300
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.85
' transform='
rotate
(
330
60
60
)
'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='
0
0
120
120
' xmlns='
http
://
www
.
w3
.
org
/
2000
/
svg
' xmlns:xlink='
http
://
www
.
w3
.
org
/
1999
/
xlink
'%3E%3Cdefs%3E%3Cpath id='
a
' stroke='
%
23
fff
' stroke-width='
11
' stroke-linecap='
round
' d='
M60
7
v20
'/%3E%3C/defs%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
30
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
60
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
90
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
120
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.27
' transform='
rotate
(
150
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.37
' transform='
rotate
(
180
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.46
' transform='
rotate
(
210
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.56
' transform='
rotate
(
240
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.66
' transform='
rotate
(
270
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.75
' transform='
rotate
(
300
60
60
)
'/%3E%3Cuse xlink:href='
%
23
a
' opacity='
.85
' transform='
rotate
(
330
60
60
)
'
/
%
3
E
%
3
C
/
svg
%
3
E
")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}/*!
* Vuetify v2.4.8
* Vuetify v2.4.8
* Forged by John Leider
* Forged by John Leider
* Released under the MIT License.
* Released under the MIT License.
...
...
docs/static/js/main.8f46590317a6578a38e4.js
deleted
100644 → 0
View file @
2204ff9e
webpackJsonp
([
26
],{
0
:
function
(
n
,
e
,
t
){
t
(
"j1ja"
),
n
.
exports
=
t
(
"NHnr"
)},
"2EZA"
:
function
(
n
,
e
){},
"34+y"
:
function
(
n
,
e
){},
"44/k"
:
function
(
n
,
e
){},
"7zck"
:
function
(
n
,
e
){},
"Dl+Q"
:
function
(
n
,
e
){},
Dr8r
:
function
(
n
,
e
,
t
){
"use strict"
;
t
.
d
(
e
,
"a"
,
function
(){
return
u
});
var
o
=
t
(
"Zrlr"
),
a
=
t
.
n
(
o
),
r
=
t
(
"wxAW"
),
i
=
t
.
n
(
r
),
u
=
function
(){
function
n
(){
a
()(
this
,
n
)}
return
i
()(
n
,
null
,[{
key
:
"get"
,
value
:
function
(
n
){
var
e
=
void
0
,
t
=
void
0
;
return
"string"
==
typeof
n
&&
""
!==
n
&&
(
t
=
String
(
document
.
cookie
).
match
(
new
RegExp
(
"(?:^| )"
+
n
+
"(?:(?:=([^;]*))|;|$)"
)))
&&
(
e
=
t
[
1
]?
decodeURIComponent
(
t
[
1
]):
""
),
e
}},{
key
:
"set"
,
value
:
function
(
n
,
e
,
t
,
o
,
a
,
r
){
var
i
=
String
(
encodeURIComponent
(
e
)),
u
=
t
;
"number"
==
typeof
u
&&
(
u
=
new
Date
).
setTime
(
u
.
getTime
()
+
864
e5
*
t
),
u
instanceof
Date
&&
(
i
+=
"; expires="
+
u
.
toUTCString
()),
"string"
==
typeof
o
&&
""
!==
o
&&
(
i
+=
"; domain="
+
o
),
"string"
==
typeof
a
&&
""
!==
a
&&
(
i
+=
"; path="
+
a
),
r
&&
(
i
+=
"; secure"
),
document
.
cookie
=
n
+
"="
+
i
}},{
key
:
"remove"
,
value
:
function
(
n
,
e
,
t
,
o
){
this
.
set
(
n
,
""
,
-
1
,
e
,
t
,
o
)}},{
key
:
"DATEDAY"
,
get
:
function
(){
return
864
e5
}}]),
n
}();
e
.
b
=
u
},
JEcH
:
function
(
n
,
e
){},
NHnr
:
function
(
n
,
e
,
t
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
o
=
{};
t
.
d
(
o
,
"userData"
,
function
(){
return
v
});
t
(
"34+y"
);
var
a
=
t
(
"X+yh"
),
r
=
t
.
n
(
a
),
i
=
(
t
(
"Dl+Q"
),
t
(
"60Ef"
)),
u
=
t
.
n
(
i
),
c
=
(
t
(
"q/am"
),
t
(
"4VPn"
)),
s
=
t
.
n
(
c
),
p
=
(
t
(
"44/k"
),
t
(
"utzC"
)),
l
=
t
.
n
(
p
),
m
=
(
t
(
"2EZA"
),
t
(
"W/os"
)),
f
=
t
.
n
(
m
),
d
=
t
(
"7+uW"
),
h
=
t
(
"YaEn"
),
g
=
t
(
"NYxO"
),
v
=
{
state
:{
categoryList
:[],
advertList
:[]},
mutations
:{
setCategoryList
:
function
(
n
,
e
){
n
.
categoryList
=
e
},
setAdvertList
:
function
(
n
,
e
){
n
.
advertList
=
e
}},
getters
:{
getCategoryList
:
function
(
n
){
return
n
.
categoryList
},
getAdvertList
:
function
(
n
){
return
n
.
advertList
}}};
d
.
default
.
use
(
g
.
a
);
var
y
=
new
g
.
a
.
Store
({
modules
:
o
}),
b
=
{
render
:
function
(){
var
n
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
n
;
return
e
(
"div"
,{
attrs
:{
id
:
"app"
}},[
e
(
"router-view"
)],
1
)},
staticRenderFns
:[]};
var
I
=
t
(
"VU/8"
)({
name
:
"App"
},
b
,
!
1
,
function
(
n
){
t
(
"JEcH"
)},
null
,
null
).
exports
,
k
=
(
t
(
"cPo0"
),
t
(
"Qwh1"
),
t
(
"j1ja"
),
t
(
"//Fk"
)),
w
=
t
.
n
(
k
),
L
=
t
(
"mtWM"
),
D
=
t
.
n
(
L
),
x
=
t
(
"1nuA"
),
R
=
t
.
n
(
x
),
S
=
D
.
a
.
create
({
timeout
:
1
e4
});
S
.
interceptors
.
request
.
use
(
function
(
n
){
return
"get"
!==
n
.
method
&&
"post"
!==
n
.
method
&&
"put"
!==
n
.
method
&&
"delete"
!==
n
.
method
&&
"patch"
!==
n
.
method
||
"application/json"
!==
n
.
headers
[
"Content-Type"
]
&&
(
n
.
data
=
R
.
a
.
stringify
(
n
.
data
)),
n
},
function
(
n
){
return
w
.
a
.
reject
(
n
)}),
S
.
interceptors
.
response
.
use
(
function
(
n
){
return
n
},
function
(
n
){
return
w
.
a
.
reject
(
n
)});
var
j
=
S
,
T
=
t
(
"Dr8r"
),
C
=
{
install
:
function
(
n
){
var
e
=
this
;
n
.
prototype
.
$axios
=
function
(
n
,
t
,
o
,
a
){
return
e
.
axiosRequest
(
n
,
t
,
o
,
a
)}},
axiosRequest
:
function
(){
var
n
=
arguments
.
length
>
0
&&
void
0
!==
arguments
[
0
]?
arguments
[
0
]:
"post"
,
e
=
arguments
[
1
],
t
=
arguments
[
2
],
o
=
arguments
.
length
>
3
&&
void
0
!==
arguments
[
3
]?
arguments
[
3
]:{};
return
this
.
ax
(
n
,
e
,
t
,
o
)},
ax
:
function
(
n
,
e
,
t
,
o
){
var
a
=
e
;
"get"
===
n
&&
(
a
+=
t
||
""
);
var
i
=
{
headers
:
T
.
a
.
get
(
"token"
)?{
token
:
T
.
a
.
get
(
"token"
),
"device-id"
:
T
.
a
.
get
(
"deviceId"
),
"Content-Type"
:
"application/json"
}:{
"device-id"
:
T
.
a
.
get
(
"deviceId"
),
"Content-Type"
:
"application/json"
}},
u
=
"/excuse"
+
a
;
return
new
w
.
a
(
function
(
e
,
o
){
j
[
n
](
u
,
t
,
i
).
then
(
function
(
n
){
var
t
=
n
.
data
;
e
(
t
),
200
!==
t
.
code
&&
r
()({
message
:
t
.
msg
})}).
catch
(
function
(
n
){
o
(
n
)})})}},
E
=
{
getDeviceId
:
function
(){
if
(
!
T
.
a
.
get
(
"deviceId"
)){
var
n
=
(
new
Date
).
getTime
()
+
this
.
randomCoding
()
+
"H5"
;
T
.
a
.
set
(
"deviceId"
,
n
)}},
goBack
:
function
(){
h
.
a
.
go
(
-
1
)},
toPage
:
function
(
n
){
h
.
a
.
push
({
name
:
n
})},
randomCoding
:
function
(){
for
(
var
n
=
[],
e
=
0
;
e
<
3
;
e
++
){
var
t
=
Math
.
ceil
(
25
*
Math
.
random
());
n
.
push
(
String
.
fromCharCode
(
65
+
t
))}
return
n
.
join
(
""
)},
formatDate
:
function
(
n
){
var
e
=
parseInt
(
n
),
t
=
0
,
o
=
0
;
return
e
>
60
&&
(
t
=
parseInt
(
e
/
60
),
e
=
parseInt
(
e
%
60
),
t
>
60
&&
(
o
=
parseInt
(
t
/
60
),
t
=
parseInt
(
t
%
60
))),(
parseInt
(
o
)
<
10
?
"0"
+
parseInt
(
o
):
parseInt
(
o
))
+
":"
+
(
parseInt
(
t
)
<
10
?
"0"
+
parseInt
(
t
):
parseInt
(
t
))
+
":"
+
(
parseInt
(
e
)
<
10
?
"0"
+
parseInt
(
e
):
parseInt
(
e
))},
formatTime
:
function
(
n
){
var
e
=
new
Date
(
parseInt
(
n
)),
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}},
A
=
t
(
"3EgV"
),
M
=
t
.
n
(
A
),
H
=
t
(
"AXdl"
),
N
=
(
t
(
"7zck"
),{
socketServer
:
"im-api-v2-31.easemob.com"
,
apiURL
:
"http://a31.easemob.com"
,
appkey
:
"1118210302098649#hongshanliving"
,
https
:
!
1
,
isHttpDNS
:
!
0
,
isMultiLoginSessions
:
!
1
,
isAutoLogin
:
!
0
,
isDebug
:
!
1
,
autoReconnectNumMax
:
2
,
autoReconnectInterval
:
2
,
heartBeatWait
:
4500
,
delivery
:
!
0
}),
U
=
t
(
"Rna4"
),
W
=
t
.
n
(
U
),
q
=
window
.
WebIM
=
W
.
a
;
q
.
config
=
N
;
var
$
=
q
.
conn
=
new
q
.
connection
({
appKey
:
q
.
config
.
appkey
,
isHttpDNS
:
q
.
config
.
isHttpDNS
,
isMultiLoginSessions
:
q
.
config
.
isMultiLoginSessions
,
https
:
q
.
config
.
https
,
url
:
q
.
config
.
socketServer
,
apiUrl
:
q
.
config
.
apiURL
,
isAutoLogin
:
!
0
,
heartBeatWait
:
q
.
config
.
heartBeatWait
,
autoReconnectNumMax
:
q
.
config
.
autoReconnectNumMax
,
autoReconnectInterval
:
q
.
config
.
autoReconnectInterval
,
isStropheLog
:
q
.
config
.
isStropheLog
,
delivery
:
q
.
config
.
delivery
}),
P
=
{
apiUrl
:
q
.
config
.
apiURL
,
user
:
""
,
pwd
:
"123456"
,
appKey
:
q
.
config
.
appkey
,
success
:
function
(
n
){
console
.
log
(
"登陆成功"
)},
error
:
function
(
n
){
console
.
log
(
n
)}};
d
.
default
.
component
(
f
.
a
.
name
,
f
.
a
),
d
.
default
.
component
(
l
.
a
.
name
,
l
.
a
),
d
.
default
.
component
(
s
.
a
.
name
,
s
.
a
),
d
.
default
.
component
(
u
.
a
.
name
,
u
.
a
),
d
.
default
.
prototype
.
$WebIM
=
q
,
d
.
default
.
prototype
.
$imconn
=
$
,
d
.
default
.
prototype
.
$imoption
=
P
,
d
.
default
.
use
(
M
.
a
),
d
.
default
.
use
(
W
.
a
),
d
.
default
.
prototype
.
$tost
=
r
.
a
,
d
.
default
.
prototype
.
$utils
=
E
,
d
.
default
.
use
(
C
),
d
.
default
.
use
(
H
.
a
,{
error
:
"https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/noImg.png"
,
loading
:
"https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/noImg.png"
,
attempt
:
1
}),
d
.
default
.
config
.
productionTip
=!
1
,
d
.
default
.
prototype
.
$Platform
=
t
(
"QH3e"
),
new
d
.
default
({
router
:
h
.
a
,
store
:
y
,
el
:
"#app"
,
render
:
function
(
n
){
return
n
(
I
)}})},
QH3e
:
function
(
n
,
e
){
n
.
exports
=
{
name
:
"h5"
,
title
:
"撸大神"
,
desc
:
"撸大神"
,
imgUrl
:
"http://ldshen.com"
,
nickname
:
"撸大神"
}},
Qwh1
:
function
(
n
,
e
){},
YaEn
:
function
(
n
,
e
,
t
){
"use strict"
;
var
o
=
t
(
"7+uW"
),
a
=
t
(
"/ocq"
);
o
.
default
.
use
(
a
.
a
);
var
r
=
a
.
a
.
prototype
.
push
;
a
.
a
.
prototype
.
push
=
function
(
n
,
e
,
t
){
return
e
||
t
?
r
.
call
(
this
,
n
,
e
,
t
):
r
.
call
(
this
,
n
).
catch
(
function
(
n
){
return
n
})},
e
.
a
=
new
a
.
a
({
routes
:[{
path
:
"/"
,
name
:
"home"
,
redirect
:
"/home"
,
component
:
function
(){
return
t
.
e
(
7
).
then
(
t
.
bind
(
null
,
"2NXm"
))},
children
:[{
path
:
"/home"
,
name
:
"home"
,
component
:
function
(){
return
t
.
e
(
1
).
then
(
t
.
bind
(
null
,
"FP3a"
))}},{
path
:
"/match"
,
name
:
"match"
,
component
:
function
(){
return
t
.
e
(
9
).
then
(
t
.
bind
(
null
,
"Erj2"
))}},{
path
:
"/concern"
,
name
:
"concern"
,
component
:
function
(){
return
t
.
e
(
3
).
then
(
t
.
bind
(
null
,
"JTe8"
))}},{
path
:
"/my"
,
name
:
"my"
,
component
:
function
(){
return
t
.
e
(
19
).
then
(
t
.
bind
(
null
,
"ULSo"
))}},{
path
:
"/new"
,
name
:
"new"
,
component
:
function
(){
return
t
.
e
(
2
).
then
(
t
.
bind
(
null
,
"hrLV"
))}}]},{
path
:
"/hotBank"
,
name
:
"hotBank"
,
component
:
function
(){
return
t
.
e
(
15
).
then
(
t
.
bind
(
null
,
"nhiE"
))}},{
path
:
"/login"
,
name
:
"login"
,
component
:
function
(){
return
t
.
e
(
18
).
then
(
t
.
bind
(
null
,
"jT7l"
))}},{
path
:
"/newDeatils"
,
name
:
"newDeatils"
,
component
:
function
(){
return
t
.
e
(
17
).
then
(
t
.
bind
(
null
,
"87Th"
))}},{
path
:
"/room"
,
name
:
"room"
,
component
:
function
(){
return
t
.
e
(
0
).
then
(
t
.
bind
(
null
,
"Xb5f"
))}},{
path
:
"/basketDeatils"
,
name
:
"basketDeatils"
,
component
:
function
(){
return
t
.
e
(
4
).
then
(
t
.
bind
(
null
,
"I91H"
))}},{
path
:
"/deatils"
,
name
:
"deatils"
,
component
:
function
(){
return
t
.
e
(
5
).
then
(
t
.
bind
(
null
,
"q1IR"
))}},{
path
:
"/register"
,
name
:
"register"
,
component
:
function
(){
return
t
.
e
(
22
).
then
(
t
.
bind
(
null
,
"TTwy"
))}},{
path
:
"/password"
,
name
:
"password"
,
component
:
function
(){
return
t
.
e
(
24
).
then
(
t
.
bind
(
null
,
"V06e"
))}},{
path
:
"/agreement"
,
name
:
"agreement"
,
component
:
function
(){
return
t
.
e
(
21
).
then
(
t
.
bind
(
null
,
"lI5F"
))}},{
path
:
"/privacy"
,
name
:
"privacy"
,
component
:
function
(){
return
t
.
e
(
16
).
then
(
t
.
bind
(
null
,
"VKkN"
))}},{
path
:
"/myDetail"
,
name
:
"myDetail"
,
component
:
function
(){
return
t
.
e
(
8
).
then
(
t
.
bind
(
null
,
"NJmw"
))}},{
path
:
"/about"
,
name
:
"about"
,
component
:
function
(){
return
t
.
e
(
12
).
then
(
t
.
bind
(
null
,
"0G8S"
))}},{
path
:
"/feedbackList"
,
name
:
"feedbackList"
,
component
:
function
(){
return
t
.
e
(
14
).
then
(
t
.
bind
(
null
,
"x+T9"
))}},{
path
:
"/message"
,
name
:
"message"
,
component
:
function
(){
return
t
.
e
(
11
).
then
(
t
.
bind
(
null
,
"71/x"
))}},{
path
:
"/search"
,
name
:
"search"
,
component
:
function
(){
return
t
.
e
(
23
).
then
(
t
.
bind
(
null
,
"ar59"
))}},{
path
:
"/searchRoom"
,
name
:
"searchRoom"
,
component
:
function
(){
return
t
.
e
(
20
).
then
(
t
.
bind
(
null
,
"XAxn"
))}},{
path
:
"/account"
,
name
:
"account"
,
component
:
function
(){
return
t
.
e
(
13
).
then
(
t
.
bind
(
null
,
"FGjL"
))}},{
path
:
"/accountChange"
,
name
:
"accountChange"
,
component
:
function
(){
return
t
.
e
(
10
).
then
(
t
.
bind
(
null
,
"jAmL"
))}},{
path
:
"/featuredExperts"
,
name
:
"featuredExperts"
,
component
:
function
(){
return
t
.
e
(
6
).
then
(
t
.
bind
(
null
,
"bTeJ"
))}}]})},
cPo0
:
function
(
n
,
e
){},
"q/am"
:
function
(
n
,
e
){}},[
0
]);
\ No newline at end of file
docs/static/js/main.ae089cd5f431f2f7ac2b.js
0 → 100644
View file @
f44c2293
webpackJsonp
([
26
],{
0
:
function
(
n
,
e
,
t
){
t
(
"j1ja"
),
n
.
exports
=
t
(
"NHnr"
)},
"2EZA"
:
function
(
n
,
e
){},
"34+y"
:
function
(
n
,
e
){},
"44/k"
:
function
(
n
,
e
){},
"7zck"
:
function
(
n
,
e
){},
"Dl+Q"
:
function
(
n
,
e
){},
Dr8r
:
function
(
n
,
e
,
t
){
"use strict"
;
t
.
d
(
e
,
"a"
,
function
(){
return
u
});
var
o
=
t
(
"Zrlr"
),
a
=
t
.
n
(
o
),
r
=
t
(
"wxAW"
),
i
=
t
.
n
(
r
),
u
=
function
(){
function
n
(){
a
()(
this
,
n
)}
return
i
()(
n
,
null
,[{
key
:
"get"
,
value
:
function
(
n
){
var
e
=
void
0
,
t
=
void
0
;
return
"string"
==
typeof
n
&&
""
!==
n
&&
(
t
=
String
(
document
.
cookie
).
match
(
new
RegExp
(
"(?:^| )"
+
n
+
"(?:(?:=([^;]*))|;|$)"
)))
&&
(
e
=
t
[
1
]?
decodeURIComponent
(
t
[
1
]):
""
),
e
}},{
key
:
"set"
,
value
:
function
(
n
,
e
,
t
,
o
,
a
,
r
){
var
i
=
String
(
encodeURIComponent
(
e
)),
u
=
t
;
"number"
==
typeof
u
&&
(
u
=
new
Date
).
setTime
(
u
.
getTime
()
+
864
e5
*
t
),
u
instanceof
Date
&&
(
i
+=
"; expires="
+
u
.
toUTCString
()),
"string"
==
typeof
o
&&
""
!==
o
&&
(
i
+=
"; domain="
+
o
),
"string"
==
typeof
a
&&
""
!==
a
&&
(
i
+=
"; path="
+
a
),
r
&&
(
i
+=
"; secure"
),
document
.
cookie
=
n
+
"="
+
i
}},{
key
:
"remove"
,
value
:
function
(
n
,
e
,
t
,
o
){
this
.
set
(
n
,
""
,
-
1
,
e
,
t
,
o
)}},{
key
:
"DATEDAY"
,
get
:
function
(){
return
864
e5
}}]),
n
}();
e
.
b
=
u
},
NHnr
:
function
(
n
,
e
,
t
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
o
=
{};
t
.
d
(
o
,
"userData"
,
function
(){
return
v
});
t
(
"34+y"
);
var
a
=
t
(
"X+yh"
),
r
=
t
.
n
(
a
),
i
=
(
t
(
"Dl+Q"
),
t
(
"60Ef"
)),
u
=
t
.
n
(
i
),
c
=
(
t
(
"q/am"
),
t
(
"4VPn"
)),
s
=
t
.
n
(
c
),
p
=
(
t
(
"44/k"
),
t
(
"utzC"
)),
l
=
t
.
n
(
p
),
m
=
(
t
(
"2EZA"
),
t
(
"W/os"
)),
f
=
t
.
n
(
m
),
d
=
t
(
"7+uW"
),
h
=
t
(
"YaEn"
),
g
=
t
(
"NYxO"
),
v
=
{
state
:{
categoryList
:[],
advertList
:[]},
mutations
:{
setCategoryList
:
function
(
n
,
e
){
n
.
categoryList
=
e
},
setAdvertList
:
function
(
n
,
e
){
n
.
advertList
=
e
}},
getters
:{
getCategoryList
:
function
(
n
){
return
n
.
categoryList
},
getAdvertList
:
function
(
n
){
return
n
.
advertList
}}};
d
.
default
.
use
(
g
.
a
);
var
y
=
new
g
.
a
.
Store
({
modules
:
o
}),
b
=
{
render
:
function
(){
var
n
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
n
;
return
e
(
"div"
,{
attrs
:{
id
:
"app"
}},[
e
(
"router-view"
)],
1
)},
staticRenderFns
:[]};
var
I
=
t
(
"VU/8"
)({
name
:
"App"
},
b
,
!
1
,
function
(
n
){
t
(
"bspp"
)},
null
,
null
).
exports
,
k
=
(
t
(
"cPo0"
),
t
(
"Qwh1"
),
t
(
"j1ja"
),
t
(
"//Fk"
)),
w
=
t
.
n
(
k
),
L
=
t
(
"mtWM"
),
D
=
t
.
n
(
L
),
x
=
t
(
"1nuA"
),
R
=
t
.
n
(
x
),
S
=
D
.
a
.
create
({
timeout
:
1
e4
});
S
.
interceptors
.
request
.
use
(
function
(
n
){
return
"get"
!==
n
.
method
&&
"post"
!==
n
.
method
&&
"put"
!==
n
.
method
&&
"delete"
!==
n
.
method
&&
"patch"
!==
n
.
method
||
"application/json"
!==
n
.
headers
[
"Content-Type"
]
&&
(
n
.
data
=
R
.
a
.
stringify
(
n
.
data
)),
n
},
function
(
n
){
return
w
.
a
.
reject
(
n
)}),
S
.
interceptors
.
response
.
use
(
function
(
n
){
return
n
},
function
(
n
){
return
w
.
a
.
reject
(
n
)});
var
j
=
S
,
T
=
t
(
"Dr8r"
),
C
=
{
install
:
function
(
n
){
var
e
=
this
;
n
.
prototype
.
$axios
=
function
(
n
,
t
,
o
,
a
){
return
e
.
axiosRequest
(
n
,
t
,
o
,
a
)}},
axiosRequest
:
function
(){
var
n
=
arguments
.
length
>
0
&&
void
0
!==
arguments
[
0
]?
arguments
[
0
]:
"post"
,
e
=
arguments
[
1
],
t
=
arguments
[
2
],
o
=
arguments
.
length
>
3
&&
void
0
!==
arguments
[
3
]?
arguments
[
3
]:{};
return
this
.
ax
(
n
,
e
,
t
,
o
)},
ax
:
function
(
n
,
e
,
t
,
o
){
var
a
=
e
;
"get"
===
n
&&
(
a
+=
t
||
""
);
var
i
=
{
headers
:
T
.
a
.
get
(
"token"
)?{
token
:
T
.
a
.
get
(
"token"
),
"device-id"
:
T
.
a
.
get
(
"deviceId"
),
"Content-Type"
:
"application/json"
}:{
"device-id"
:
T
.
a
.
get
(
"deviceId"
),
"Content-Type"
:
"application/json"
}},
u
=
"/excuse"
+
a
;
return
new
w
.
a
(
function
(
e
,
o
){
j
[
n
](
u
,
t
,
i
).
then
(
function
(
n
){
var
t
=
n
.
data
;
e
(
t
),
200
!==
t
.
code
&&
r
()({
message
:
t
.
msg
})}).
catch
(
function
(
n
){
o
(
n
)})})}},
A
=
{
getDeviceId
:
function
(){
if
(
!
T
.
a
.
get
(
"deviceId"
)){
var
n
=
(
new
Date
).
getTime
()
+
this
.
randomCoding
()
+
"H5"
;
T
.
a
.
set
(
"deviceId"
,
n
)}},
goBack
:
function
(){
h
.
a
.
go
(
-
1
)},
toPage
:
function
(
n
){
h
.
a
.
push
({
name
:
n
})},
randomCoding
:
function
(){
for
(
var
n
=
[],
e
=
0
;
e
<
3
;
e
++
){
var
t
=
Math
.
ceil
(
25
*
Math
.
random
());
n
.
push
(
String
.
fromCharCode
(
65
+
t
))}
return
n
.
join
(
""
)},
formatDate
:
function
(
n
){
var
e
=
parseInt
(
n
),
t
=
0
,
o
=
0
;
return
e
>
60
&&
(
t
=
parseInt
(
e
/
60
),
e
=
parseInt
(
e
%
60
),
t
>
60
&&
(
o
=
parseInt
(
t
/
60
),
t
=
parseInt
(
t
%
60
))),(
parseInt
(
o
)
<
10
?
"0"
+
parseInt
(
o
):
parseInt
(
o
))
+
":"
+
(
parseInt
(
t
)
<
10
?
"0"
+
parseInt
(
t
):
parseInt
(
t
))
+
":"
+
(
parseInt
(
e
)
<
10
?
"0"
+
parseInt
(
e
):
parseInt
(
e
))},
formatTime
:
function
(
n
){
var
e
=
new
Date
(
parseInt
(
n
)),
t
=
new
Date
(
e
);
return
t
.
getFullYear
()
+
"-"
+
(
t
.
getMonth
()
+
1
)
+
"-"
+
t
.
getDate
()
+
" "
+
t
.
getHours
()
+
":"
+
t
.
getMinutes
()
+
":"
+
t
.
getSeconds
()}},
M
=
t
(
"3EgV"
),
E
=
t
.
n
(
M
),
N
=
t
(
"AXdl"
),
U
=
(
t
(
"7zck"
),{
socketServer
:
"im-api-v2-31.easemob.com"
,
apiURL
:
"http://a31.easemob.com"
,
appkey
:
"1118210302098649#hongshanliving"
,
https
:
!
1
,
isHttpDNS
:
!
0
,
isMultiLoginSessions
:
!
1
,
isAutoLogin
:
!
0
,
isDebug
:
!
1
,
autoReconnectNumMax
:
2
,
autoReconnectInterval
:
2
,
heartBeatWait
:
4500
,
delivery
:
!
0
}),
H
=
t
(
"Rna4"
),
W
=
t
.
n
(
H
),
q
=
window
.
WebIM
=
W
.
a
;
q
.
config
=
U
;
var
$
=
q
.
conn
=
new
q
.
connection
({
appKey
:
q
.
config
.
appkey
,
isHttpDNS
:
q
.
config
.
isHttpDNS
,
isMultiLoginSessions
:
q
.
config
.
isMultiLoginSessions
,
https
:
q
.
config
.
https
,
url
:
q
.
config
.
socketServer
,
apiUrl
:
q
.
config
.
apiURL
,
isAutoLogin
:
!
0
,
heartBeatWait
:
q
.
config
.
heartBeatWait
,
autoReconnectNumMax
:
q
.
config
.
autoReconnectNumMax
,
autoReconnectInterval
:
q
.
config
.
autoReconnectInterval
,
isStropheLog
:
q
.
config
.
isStropheLog
,
delivery
:
q
.
config
.
delivery
}),
P
=
{
apiUrl
:
q
.
config
.
apiURL
,
user
:
""
,
pwd
:
"123456"
,
appKey
:
q
.
config
.
appkey
,
success
:
function
(
n
){
console
.
log
(
"登陆成功"
)},
error
:
function
(
n
){
console
.
log
(
n
)}};
d
.
default
.
component
(
f
.
a
.
name
,
f
.
a
),
d
.
default
.
component
(
l
.
a
.
name
,
l
.
a
),
d
.
default
.
component
(
s
.
a
.
name
,
s
.
a
),
d
.
default
.
component
(
u
.
a
.
name
,
u
.
a
),
d
.
default
.
prototype
.
$WebIM
=
q
,
d
.
default
.
prototype
.
$imconn
=
$
,
d
.
default
.
prototype
.
$imoption
=
P
,
d
.
default
.
use
(
E
.
a
),
d
.
default
.
use
(
W
.
a
),
d
.
default
.
prototype
.
$tost
=
r
.
a
,
d
.
default
.
prototype
.
$utils
=
A
,
d
.
default
.
use
(
C
),
d
.
default
.
use
(
N
.
a
,{
error
:
"https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/noImg.png"
,
loading
:
"https://1-1305184012.cos.ap-nanjing.myqcloud.com/static/h5/noImg.png"
,
attempt
:
1
}),
d
.
default
.
config
.
productionTip
=!
1
,
d
.
default
.
prototype
.
$Platform
=
t
(
"QH3e"
),
new
d
.
default
({
router
:
h
.
a
,
store
:
y
,
el
:
"#app"
,
render
:
function
(
n
){
return
n
(
I
)}})},
QH3e
:
function
(
n
,
e
){
n
.
exports
=
{
name
:
"h5"
,
title
:
"撸大神"
,
desc
:
"撸大神"
,
imgUrl
:
"http://ldshen.com"
,
nickname
:
"撸大神"
}},
Qwh1
:
function
(
n
,
e
){},
YaEn
:
function
(
n
,
e
,
t
){
"use strict"
;
var
o
=
t
(
"7+uW"
),
a
=
t
(
"/ocq"
);
o
.
default
.
use
(
a
.
a
);
var
r
=
a
.
a
.
prototype
.
push
;
a
.
a
.
prototype
.
push
=
function
(
n
,
e
,
t
){
return
e
||
t
?
r
.
call
(
this
,
n
,
e
,
t
):
r
.
call
(
this
,
n
).
catch
(
function
(
n
){
return
n
})},
e
.
a
=
new
a
.
a
({
routes
:[{
path
:
"/"
,
name
:
"home"
,
redirect
:
"/home"
,
component
:
function
(){
return
t
.
e
(
7
).
then
(
t
.
bind
(
null
,
"2NXm"
))},
children
:[{
path
:
"/home"
,
name
:
"home"
,
component
:
function
(){
return
t
.
e
(
1
).
then
(
t
.
bind
(
null
,
"FP3a"
))}},{
path
:
"/match"
,
name
:
"match"
,
component
:
function
(){
return
t
.
e
(
9
).
then
(
t
.
bind
(
null
,
"Erj2"
))}},{
path
:
"/concern"
,
name
:
"concern"
,
component
:
function
(){
return
t
.
e
(
3
).
then
(
t
.
bind
(
null
,
"JTe8"
))}},{
path
:
"/my"
,
name
:
"my"
,
component
:
function
(){
return
t
.
e
(
19
).
then
(
t
.
bind
(
null
,
"ULSo"
))}},{
path
:
"/new"
,
name
:
"new"
,
component
:
function
(){
return
t
.
e
(
2
).
then
(
t
.
bind
(
null
,
"hrLV"
))}}]},{
path
:
"/hotBank"
,
name
:
"hotBank"
,
component
:
function
(){
return
t
.
e
(
15
).
then
(
t
.
bind
(
null
,
"nhiE"
))}},{
path
:
"/login"
,
name
:
"login"
,
component
:
function
(){
return
t
.
e
(
18
).
then
(
t
.
bind
(
null
,
"jT7l"
))}},{
path
:
"/newDeatils"
,
name
:
"newDeatils"
,
component
:
function
(){
return
t
.
e
(
17
).
then
(
t
.
bind
(
null
,
"87Th"
))}},{
path
:
"/room"
,
name
:
"room"
,
component
:
function
(){
return
t
.
e
(
0
).
then
(
t
.
bind
(
null
,
"Xb5f"
))}},{
path
:
"/basketDeatils"
,
name
:
"basketDeatils"
,
component
:
function
(){
return
t
.
e
(
4
).
then
(
t
.
bind
(
null
,
"I91H"
))}},{
path
:
"/deatils"
,
name
:
"deatils"
,
component
:
function
(){
return
t
.
e
(
5
).
then
(
t
.
bind
(
null
,
"q1IR"
))}},{
path
:
"/register"
,
name
:
"register"
,
component
:
function
(){
return
t
.
e
(
22
).
then
(
t
.
bind
(
null
,
"TTwy"
))}},{
path
:
"/password"
,
name
:
"password"
,
component
:
function
(){
return
t
.
e
(
24
).
then
(
t
.
bind
(
null
,
"V06e"
))}},{
path
:
"/agreement"
,
name
:
"agreement"
,
component
:
function
(){
return
t
.
e
(
21
).
then
(
t
.
bind
(
null
,
"lI5F"
))}},{
path
:
"/privacy"
,
name
:
"privacy"
,
component
:
function
(){
return
t
.
e
(
16
).
then
(
t
.
bind
(
null
,
"VKkN"
))}},{
path
:
"/myDetail"
,
name
:
"myDetail"
,
component
:
function
(){
return
t
.
e
(
8
).
then
(
t
.
bind
(
null
,
"NJmw"
))}},{
path
:
"/about"
,
name
:
"about"
,
component
:
function
(){
return
t
.
e
(
12
).
then
(
t
.
bind
(
null
,
"0G8S"
))}},{
path
:
"/feedbackList"
,
name
:
"feedbackList"
,
component
:
function
(){
return
t
.
e
(
14
).
then
(
t
.
bind
(
null
,
"x+T9"
))}},{
path
:
"/message"
,
name
:
"message"
,
component
:
function
(){
return
t
.
e
(
11
).
then
(
t
.
bind
(
null
,
"71/x"
))}},{
path
:
"/search"
,
name
:
"search"
,
component
:
function
(){
return
t
.
e
(
23
).
then
(
t
.
bind
(
null
,
"ar59"
))}},{
path
:
"/searchRoom"
,
name
:
"searchRoom"
,
component
:
function
(){
return
t
.
e
(
20
).
then
(
t
.
bind
(
null
,
"XAxn"
))}},{
path
:
"/account"
,
name
:
"account"
,
component
:
function
(){
return
t
.
e
(
13
).
then
(
t
.
bind
(
null
,
"FGjL"
))}},{
path
:
"/accountChange"
,
name
:
"accountChange"
,
component
:
function
(){
return
t
.
e
(
10
).
then
(
t
.
bind
(
null
,
"jAmL"
))}},{
path
:
"/featuredExperts"
,
name
:
"featuredExperts"
,
component
:
function
(){
return
t
.
e
(
6
).
then
(
t
.
bind
(
null
,
"bTeJ"
))}}]})},
bspp
:
function
(
n
,
e
){},
cPo0
:
function
(
n
,
e
){},
"q/am"
:
function
(
n
,
e
){}},[
0
]);
\ No newline at end of file
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