Commit e3dccdba by libai

测试

parent c051ee68
Showing with 130 additions and 1 deletions
......@@ -23,6 +23,68 @@ html * {
scrollbar-color: #E53985 #E5E5E5;
scrollbar-width: thin;
}
@media screen and (max-width: 1441px) {
body .side-nav {
display: none !important;
}
body .video-more-layer {
top: 65px;
left: 766px;
}
body .m-box {
width: 1150px;
margin: 0 auto;
}
body .box-title {
width: 1150px;
margin: 0 auto;
}
body .live-box-ul {
width: 1150px;
margin: 0 auto;
}
body .live-box-ul li:nth-child(5n) {
margin-right: 25px;
}
body .live-box-ul li:nth-child(4n) {
margin-right: 0;
}
body .video-list-box {
width: 1150px;
}
body .video-box-ul,
body .images-box-ul {
width: 1150px;
}
body .video-box-ul li,
body .images-box-ul li {
margin-right: 30px;
width: 363px;
height: 275px;
}
body .video-box-ul li .video-top-box,
body .images-box-ul li .video-top-box {
height: 211px;
width: 362px;
}
body .video-box-ul > a:nth-child(4n) li,
body .images-box-ul > a:nth-child(4n) li {
margin-right: 30px;
}
body .video-box-ul > a:nth-child(3n) li,
body .images-box-ul > a:nth-child(3n) li {
margin-right: 0;
}
body .video-box-ul .live-cursor-shadow,
body .images-box-ul .live-cursor-shadow {
width: 362px;
height: 211px;
}
body .video-box-ul .video-top-shadow,
body .images-box-ul .video-top-shadow {
width: 362px;
}
}
.m-box {
width: 1440px;
margin: 0 auto;
......
......@@ -26,6 +26,73 @@
}
}
@media screen and (max-width: 1441px) {
body{
.side-nav{
display: none !important;
}
.video-more-layer{
top: 65px;
left: 766px;
}
.m-box{
width: 1150px;
margin: 0 auto;
}
.live-box-ul{
}
.box-title{
width: 1150px;
margin: 0 auto;
}
.live-box-ul{
width: 1150px;
margin: 0 auto;
li:nth-child(5n){
margin-right: 25px;
}
li:nth-child(4n){
margin-right: 0;
}
}
.video-list-box{
width: 1150px;
}
.video-box-ul, .images-box-ul {
width: 1150px;
li{
margin-right: 30px;
width: 363px;
height: 275px;
.video-top-box{
height: 211px;
width: 362px;
}
}
>a:nth-child(4n){
li{
margin-right: 30px;
}
}
>a:nth-child(3n){
li{
margin-right: 0;
}
}
.live-cursor-shadow{
width: 362px;
height: 211px;
}
.video-top-shadow{
width: 362px;
}
}
}
}
// .neck-nav{
// height: 60px;
// width: 100%;
......
......@@ -225,7 +225,7 @@ function loginGo(){
pageID:localStorage.canvasCode,
},
success:function(data){
//console.log('获取用户基本信息',data)
//console.log('獲取用戶基本 信息',data)
if(data.code!=1){
layer.msg(data.msg)
window.localStorage.removeItem("uid")
......
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