fd-gulp-encodingfilter
Version:
filt the assigned encoding file
62 lines (54 loc) • 1.01 kB
CSS
.mod-slider {
width: 600px;
margin: 10px auto;
}
.mod-slider .fui-tab {
position: relative;
width: 540px;
height: 200px;
overflow: hidden;
}
.mod-slider .fui-tab .fui-t {
position: absolute;
right: 11px;
bottom: 5px;
z-index: 10;
height: 20px;
}
.mod-slider .fui-tab .fui-tab-b {
height: 200px;
width: 540px;
overflow: hidden;
}
.mod-slider .fui-tab .fui-tab-t {
float: left;
width: 20px;
height: 20px;
background-color: #fff;
filter: alpha(opacity=60);
-khtml-opacity: .6;
-moz-opacity: .6;
opacity: .6;
color: #000;
font-size: 12px;
font-size-adjust: none;
text-align: center;
line-height: 20px;
cursor: pointer;
margin-left: 2px;
}
.mod-slider .fui-tab .fui-tab-t.fui-tab-current {
color: #fff;
background-color: #ff7300;
filter: alpha(opacity=100);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.mod-slider .wenan {
margin-top: 50px;
font-size: 24px;
}
.mod-slider .wenan .text {
color: #c00;
}