limage darrière-plan CSS sajuste automatiquement en fonction de la taille de lécran
代码:
1 2 3 4 5 6 7 8 9 10 | <style>
html,body{ margin : 0px ; padding : 0px ;}
#bac kground { position : fixed ; top : 0 ; left : 0 ; width : 100% ; height : 100% ; overflow : hidden ; background-color : #211f1f ; display : none \ 8 ;}
#bac kground .bg-photo { position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ; display : none ; overflow : hidden ;-webkit-background- size : cover !important ;-moz-background- size : cover !important ;-o-background- size : cover !important ;background- size : cover !important ;}
#bac kground .bg-photo -1 { url ( 1 .jpg ) no-repeat center center ;}
#bac kground-ie { position : fixed ; top : 0 ; left : 0 ; width : 100% ; height : 100% ; overflow : hidden ; background-color : #211f1f ;}
</style>
<div id= "background" >
<div class= "bg-photo bg-photo-1" style= "display: block;" ></div>
</div>
|
Copier après la connexion
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!