This commit is contained in:
make
2025-11-13 23:44:21 +08:00
parent 12e4752c98
commit 82204923f3
32 changed files with 129 additions and 233 deletions

View File

@@ -9,6 +9,9 @@
.myui-header__logo img{ max-width: 180px;}
.myui-header__logo .logo{ line-height: 60px;color: #ff9900;font-size: 16px;font-weight: 700;}
.movie-tuijian-list{
padding: 0px 5px;
}
/* header-seacrh */
.myui-header__search{position: relative; width: 260px; margin-left: 50px; margin-top: 12px;}

View File

@@ -18,7 +18,11 @@ body.active {
z-index: 999;
width: 100%;
height: 60px;
margin-bottom: 20px;
margin-bottom: 10px;
}
.movie-tuijian-list {
padding: 0px 5px 5px;
margin-top: 0rem!important;
}
.lvshicms-header__top::before, .lvshicms-header__top::after {
content: '';

View File

@@ -2258,7 +2258,7 @@ ul.smileBox li a.smile84 {
}
.index-icon-box a {
flex: 0 0 25%;
flex: 0 0 15%;
overflow: hidden;
}

View File

@@ -89,6 +89,9 @@ img {
display: inline-block;
vertical-align: middle
}
.movie-tuijian-list{
padding:0 8px;
}
/*box*/
body {
background: #f8f8f8;
@@ -4781,14 +4784,23 @@ img {
/* padding: 10px 0;*/
box-sizing: border-box;
}
.index-icon {
/* .index-icon {
background: url(../images/icons.png) 0 0 no-repeat;
background-size: 333.4px 333.4px;
width: 53.4px;
height: 53.4px;
margin: 0 auto;
display: block;
} */
.index-icon {
background: url(../images/icons.png) 0 0 no-repeat;
background-size: 166.7px 166.7px; /* 缩小一半 */
width: 26.7px; /* 缩小一半 */
height: 26.7px; /* 缩小一半 */
margin: 0 auto;
display: block;
}
.index-icon.movie {
background-position: -53.4px 0;
}

View File

@@ -18,6 +18,10 @@ p{margin:0 0 10px;}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
.container {position: relative; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
.movie-tuijian-list {
padding-right: 10px;
padding-left: 10px;
}
.row{position: relative; margin-right: -15px; margin-left: -15px;}
.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}

View File

@@ -219,13 +219,13 @@ body{padding-top:80px}
.view-title {
font-size: 1rem;
text-indent: 10px;
/* text-indent: 10px; */
margin-top: 10px;
}
.view-description {
font-size: 0.8rem;
text-indent: 10px;
/* text-indent: 10px; */
}
.video-play-page .view-title {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB