Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
b5a0144d
authored
Dec 30, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
1b584c5f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
2 deletions
mobile/css/index.css
mobile/css/index.less
mobile/index.html
mobile/css/index.css
View file @
b5a0144d
...
@@ -1141,6 +1141,14 @@
...
@@ -1141,6 +1141,14 @@
left
:
0.15rem
;
left
:
0.15rem
;
top
:
0.48rem
;
top
:
0.48rem
;
}
}
.top-box-face
{
width
:
0.9rem
;
height
:
0.9rem
;
border-radius
:
50%
;
position
:
absolute
;
right
:
0.5rem
;
top
:
0.14rem
;
}
.right-list-box-out
{
.right-list-box-out
{
position
:
absolute
;
position
:
absolute
;
width
:
7.8rem
;
width
:
7.8rem
;
...
@@ -1154,6 +1162,13 @@
...
@@ -1154,6 +1162,13 @@
border-top
:
1px
solid
#EBEBEB
;
border-top
:
1px
solid
#EBEBEB
;
border-bottom
:
none
;
border-bottom
:
none
;
}
}
.right-list-box-ref2
{
position
:
absolute
;
width
:
7.8rem
;
border-top
:
1px
solid
#EBEBEB
;
border-bottom
:
none
;
bottom
:
0
;
}
.revise-layer
{
.revise-layer
{
width
:
10rem
;
width
:
10rem
;
height
:
100vh
;
height
:
100vh
;
...
...
mobile/css/index.less
View file @
b5a0144d
...
@@ -1174,6 +1174,14 @@
...
@@ -1174,6 +1174,14 @@
}
}
}
}
.top-box-face{
width: 0.9rem;
height: 0.9rem;
border-radius: 50%;
position: absolute;
right: 0.5rem;
top: 0.14rem;
}
.right-list-box-out{
.right-list-box-out{
position: absolute;
position: absolute;
width: 7.8rem;
width: 7.8rem;
...
@@ -1187,6 +1195,13 @@
...
@@ -1187,6 +1195,13 @@
border-top: 1px solid #EBEBEB;
border-top: 1px solid #EBEBEB;
border-bottom: none;
border-bottom: none;
}
}
.right-list-box-ref2{
position: absolute;
width: 7.8rem;
border-top: 1px solid #EBEBEB;
border-bottom: none;
bottom: 0;
}
.revise-layer{
.revise-layer{
width: 10rem;
width: 10rem;
height: 100vh;
height: 100vh;
...
...
mobile/index.html
View file @
b5a0144d
...
@@ -394,7 +394,7 @@
...
@@ -394,7 +394,7 @@
<div
class=
"right-list-box right-login-box"
>
登入/註冊
</div>
<div
class=
"right-list-box right-login-box"
>
登入/註冊
</div>
<div
class=
"right-list-box right-list-box-reg"
>
儲值
</div>
<div
class=
"right-list-box right-list-box-reg"
>
儲值
</div>
</div>
</div>
<
!-- <div class="right-list-bottom1">刷新</div> --
>
<
div
class=
"right-list-box right-list-box-ref2"
>
刷新
</div
>
</div>
</div>
</body>
</body>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
...
@@ -757,7 +757,9 @@ $(function(){
...
@@ -757,7 +757,9 @@ $(function(){
$
(
".right-nav"
).
on
(
"touchmove"
,
function
(
event
){
$
(
".right-nav"
).
on
(
"touchmove"
,
function
(
event
){
event
.
preventDefault
();
event
.
preventDefault
();
});
});
$
(
".right-list-box-ref2"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
window
.
location
.
reload
()
})
function
userInfo
(){
function
userInfo
(){
$
.
ajax
({
$
.
ajax
({
url
:
$ip
+
'user/queryUserBaseInfo'
,
url
:
$ip
+
'user/queryUserBaseInfo'
,
...
@@ -778,6 +780,12 @@ $(function(){
...
@@ -778,6 +780,12 @@ $(function(){
},
500
);
},
500
);
return
;
return
;
}
}
$
(
".top-box"
).
append
(
'
<
img
class
=
"top-box-face"
src
=
"https://zhibocdn.yabolive.net/comm'+data.userData.face+'?x-oss-process=image/resize,w_100"
>
')
$(".top-box").unbind("click").on("click",function(){
$(".right-nav").css("right","0rem")
rightNavShow=true;
$(".nav-shadow").show()
})
$(".zone-face").attr("src","https://zhibocdn.yabolive.net/comm"+data.userData.face+"?x-oss-process=image/resize,w_100")
$(".zone-face").attr("src","https://zhibocdn.yabolive.net/comm"+data.userData.face+"?x-oss-process=image/resize,w_100")
var html=[];
var html=[];
html+='
<
div
class
=
"right-list-box right-list-box-face"
><
img
src
=
"https://zhibocdn.yabolive.net/comm'+data.userData.face+'?x-oss-process=image/resize,w_80"
><
p
>
'+data.userData.nickname+'
<
/p><span>></
span
><
/div>'
;
html+='
<
div
class
=
"right-list-box right-list-box-face"
><
img
src
=
"https://zhibocdn.yabolive.net/comm'+data.userData.face+'?x-oss-process=image/resize,w_80"
><
p
>
'+data.userData.nickname+'
<
/p><span>></
span
><
/div>'
;
...
...
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