Slide_wev8.css 1.2 KB
.wev-comp-Slide .wev-swipe-container {
	overflow: hidden;
	position: relative;
}
.wev-comp-Slide .wev-swipe-wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.wev-comp-Slide .wev-swipe-wrap > a {
	float:left;
	width:100%;
	height: 100%;
	position: relative;
	display: block;
}
.wev-comp-Slide .wev-swipe-overlay{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,1);
}
.wev-comp-Slide img.pic{
    width: 100%;
    height: 100%
}
.wev-comp-Slide .desc{
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 12px;
	padding: 10px 10px;
}
.wev-comp-Slide .wev-slide-point {
    position: absolute;
	right: 10px;
	bottom: 8px;
	font-size: 0;
}
.wev-comp-Slide .wev-slide-point b {
    background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	height: 5px;
	margin-right: 3px;
	width: 5px;
}
.wev-comp-Slide .wev-slide-point b.current {
    background-color: #007afb;
}
.wev-comp-Slide .wev-loading{
	position: relative;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wev-comp-Slide .wev-loading:before{
	width: 24px;
    height: 24px;
    margin: 0px;
    top: 11px;
    line-height: normal;
}