Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ae0cb0a6
authored
a year ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
c6adc1d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
5 deletions
footseen/Nesting/dew/exchangeDewRoom.html
footseen/css/mask.css
footseen/Nesting/dew/exchangeDewRoom.html
View file @
ae0cb0a6
...
...
@@ -9,8 +9,8 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<link
rel=
"stylesheet"
href=
"../../css/layer.css"
/>
<link
rel=
"stylesheet"
href=
"../../css/iosSelect.css"
>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"../../css/iosSelect.css"
>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/dewRoom.css?v=202304252204"
>
<link
rel=
"stylesheet"
href=
"../../css/mask.css"
/>
<script
src=
"lib/fsize.js"
></script>
...
...
@@ -56,7 +56,7 @@
</div>
</div>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer/layer.js"
></script>
<script
src=
"
../../layer-v3.1.0/
layer/layer.js"
></script>
<script
src=
"../../lib/langchange.js?v=202304241704"
></script>
<script
src=
"lib/iosSelect.js?v=202304241704"
></script>
<script
type=
"text/javascript"
>
...
...
@@ -70,8 +70,8 @@
var
flag2
=
true
;
var
interval1
=
null
;
var
interval2
=
null
;
var
$url
=
'http://ceshi.yabolive.tv'
;
//
var $url = 'http://www.yabolive.tv';
//
var $url = 'http://ceshi.yabolive.tv';
var
$url
=
'http://www.yabolive.tv'
;
$
(
"title"
).
text
(
langList
[
langType
].
dew23
);
$
(
".topTitle"
).
html
(
langList
[
langType
].
dew23
+
'
<
span
class
=
"kfIcon"
><
/span>'
)
;
$
(
'.maskingBtn span'
).
eq
(
0
).
text
(
langList
[
langType
].
dew24
);
...
...
This diff is collapsed.
Click to expand it.
footseen/css/mask.css
0 → 100644
View file @
ae0cb0a6
.masking
{
background
:
url(../img/mask/mask1.png)
no-repeat
;
background-size
:
100%
100%
;
width
:
7.786rem
;
height
:
4.853rem
;
position
:
relative
;
display
:
none
;
font-size
:
0
;
}
.maskingCon
{
position
:
absolute
;
left
:
50%
;
top
:
50%
;
width
:
7.2rem
;
height
:
4.266rem
;
transform
:
translate
(
-50%
,
-50%
);
-webkit-transform
:
translate
(
-50%
,
-50%
);
-moz-transform
:
translate
(
-50%
,
-50%
);
-ms-transform
:
translate
(
-50%
,
-50%
);
-o-transform
:
translate
(
-50%
,
-50%
);
}
.maskingBox
{
position
:
relative
;
width
:
100%
;
text-align
:
center
;
font-size
:
0
;
}
.maskingBox
p
{
font-size
:
0.346rem
;
color
:
#E6E6E6
;
width
:
100%
;
padding-top
:
1.333rem
;
}
.maskingBox
p
:nth-child
(
2
)
{
padding-top
:
0.066rem
;
}
.maskingBox
p
span
{
color
:
#3CAFF3
;
}
.maskingBox
p
span
.dew
{
color
:
#3CAFF3
;
}
.maskingBox
p
span
.gem
{
color
:
#00f7ff
;
}
.maskingBtn
,
.dewMaskingBtn
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
width
:
100%
;
height
:
1.2rem
;
line-height
:
1.2rem
;
text-align
:
center
;
font-size
:
0
;
}
.maskingBtn
span
,
.dewMaskingBtn
span
{
display
:
inline-block
;
width
:
50%
;
font-size
:
0.453rem
;
color
:
#58DBD7
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.maskingBtn
span
:nth-child
(
2
),
.dewMaskingBtn
span
:nth-child
(
2
)
{
font-weight
:
bold
;
}
This diff is collapsed.
Click to expand it.
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