css 画像スライダー//四角の中に縦に5つのブロックを表示させる//来源https://jsbin.com/ziqiceh
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 画像スライダー//四角の中に縦に5つのブロックを表示させる//来源https://jsbin.com/ziqiceh相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>画像スライダー</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<style id="jsbin-css">
.sliders-wrapper{
width:300px;
height:300px;
border:1px solid black;
position:relative;
display:flex;
}
/*
.arrows{
overflow:hidden;
width:100%;
position:absolute;
top:calc(40%); //TODO リファクタリング
}
.fas{
font-size:50px;
color:white;
}
.fas:hover{
cursor: pointer;
}
.fa-angle-left{
float:left;
}
.fa-angle-right{
float:right;
}
*/
.slider{
width:100%;
height:100%;
color:white;
text-align:center;
line-height:300px;
font-size:30px;
}
.slider1{
background-color:black;
}
.slider2{
background-color:red;
}
.slider3{
background-color:green;
}
.slider4{
background-color:orange;
}
.slider5{
background-color:blue;
}
</style>
</head>
<body>
<div class="sliders-wrapper">
<!--
<div class="arrows">
<i class="fas fa-angle-left"></i>
<i class="fas fa-angle-right"></i>
</div>
-->
<div class="slider slider1">画像1</div>
<div class="slider slider2">画像2</div>
<div class="slider slider3">画像3</div>
<div class="slider slider4">画像4</div>
<div class="slider slider5">画像5</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<script id="jsbin-source-css" type="text/css">.sliders-wrapper{
width:300px;
height:300px;
border:1px solid black;
position:relative;
display:flex;
}
/*
.arrows{
overflow:hidden;
width:100%;
position:absolute;
top:calc(40%); //TODO リファクタリング
}
.fas{
font-size:50px;
color:white;
}
.fas:hover{
cursor: pointer;
}
.fa-angle-left{
float:left;
}
.fa-angle-right{
float:right;
}
*/
.slider{
width:100%;
height:100%;
color:white;
text-align:center;
line-height:300px;
font-size:30px;
}
.slider1{
background-color:black;
}
.slider2{
background-color:red;
}
.slider3{
background-color:green;
}
.slider4{
background-color:orange;
}
.slider5{
background-color:blue;
}</script>
</body>
</html>
.sliders-wrapper{
width:300px;
height:300px;
border:1px solid black;
position:relative;
display:flex;
}
/*
.arrows{
overflow:hidden;
width:100%;
position:absolute;
top:calc(40%); //TODO リファクタリング
}
.fas{
font-size:50px;
color:white;
}
.fas:hover{
cursor: pointer;
}
.fa-angle-left{
float:left;
}
.fa-angle-right{
float:right;
}
*/
.slider{
width:100%;
height:100%;
color:white;
text-align:center;
line-height:300px;
font-size:30px;
}
.slider1{
background-color:black;
}
.slider2{
background-color:red;
}
.slider3{
background-color:green;
}
.slider4{
background-color:orange;
}
.slider5{
background-color:blue;
}
以上是关于css 画像スライダー//四角の中に縦に5つのブロックを表示させる//来源https://jsbin.com/ziqiceh的主要内容,如果未能解决你的问题,请参考以下文章
scss CSSスライダー
javascript Slickスライダー横5列
javascript Slickスライダー
php スライダー(bxSlider)
javascript 180126インターバル付きスライダー
php simplyscrollの実装スライダー