index
@@ -95,8 +95,19 @@
|
||||
/* 首页top czcv 标题 */
|
||||
.movie-tuijian-list{
|
||||
margin-top:0.5rem;
|
||||
|
||||
}
|
||||
.movie-tuijian-list img{
|
||||
.movei-tuijian-item div{
|
||||
position: relative;
|
||||
}
|
||||
.movie-tuijian-list img.video-play-btn{
|
||||
position:absolute;
|
||||
left:50%;
|
||||
top:50%;
|
||||
transform: translate(-50%,-50%);
|
||||
}
|
||||
|
||||
.movie-tuijian-list img.video-cover{
|
||||
display: block;
|
||||
height:10rem;
|
||||
width: 100%;
|
||||
@@ -112,8 +123,12 @@
|
||||
.movie-tuijian-list{
|
||||
display: flex;
|
||||
}
|
||||
.movie-tuijian-list img{
|
||||
.movie-tuijian-list img.video-cover{
|
||||
height:13rem;
|
||||
width: 96%;
|
||||
}
|
||||
.movie-tuijian-list a{
|
||||
display: block;
|
||||
width: 33%;
|
||||
}
|
||||
}
|
||||
BIN
code/public/static/cover/gang-tai-wu-ma-pian.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
code/public/static/cover/jing-bian.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
code/public/static/cover/ming-xing-he-ji.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
code/public/static/cover/ru-nv-xin-jin.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
code/public/static/cover/se-jie.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
code/public/static/cover/tang-chao-hao-fang-nv.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
BIN
code/public/static/cover/tou-qing-nan-nv.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
code/public/static/cover/yi-lu-xiang-xi.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
code/public/static/img/play.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
@@ -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;}
|
||||
|
||||
@@ -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: '';
|
||||
|
||||
@@ -2258,7 +2258,7 @@ ul.smileBox li a.smile84 {
|
||||
}
|
||||
|
||||
.index-icon-box a {
|
||||
flex: 0 0 25%;
|
||||
flex: 0 0 15%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB |