Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
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 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 1b584c5f
Show whitespace changes
Inline Side-by-side
Showing 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 @@
left: 0.15rem;
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 {
position: absolute;
width: 7.8rem;
......@@ -1154,6 +1162,13 @@
border-top: 1px solid #EBEBEB;
border-bottom: none;
}
.right-list-box-ref2 {
position: absolute;
width: 7.8rem;
border-top: 1px solid #EBEBEB;
border-bottom: none;
bottom: 0;
}
.revise-layer {
width: 10rem;
height: 100vh;
......
This diff is collapsed. Click to expand it.
mobile/css/index.less
View file @ b5a0144d
......@@ -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{
position: absolute;
width: 7.8rem;
......@@ -1187,6 +1195,13 @@
border-top: 1px solid #EBEBEB;
border-bottom: none;
}
.right-list-box-ref2{
position: absolute;
width: 7.8rem;
border-top: 1px solid #EBEBEB;
border-bottom: none;
bottom: 0;
}
.revise-layer{
width: 10rem;
height: 100vh;
......
This diff is collapsed. Click to expand it.
mobile/index.html
View file @ b5a0144d
......@@ -394,7 +394,7 @@
<div class="right-list-box right-login-box">登入/註冊</div>
<div class="right-list-box right-list-box-reg">儲值</div>
</div>
<!-- <div class="right-list-bottom1">刷新</div> -->
<div class="right-list-box right-list-box-ref2">刷新</div>
</div>
</body>
<script src="layer-v3.1.0/layer/layer.js"></script>
......@@ -757,7 +757,9 @@ $(function(){
$(".right-nav").on("touchmove",function(event){
event.preventDefault();
});
$(".right-list-box-ref2").unbind("click").on("click",function(){
window.location.reload()
})
function userInfo(){
$.ajax({
url:$ip+'user/queryUserBaseInfo',
......@@ -778,6 +780,12 @@ $(function(){
}, 500);
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")
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>';
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment