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

@@ -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;}