初始化项目
This commit is contained in:
46
pqs9300/src/main/webapp/css/plugin/dateSlider/dateSlider.css
Normal file
46
pqs9300/src/main/webapp/css/plugin/dateSlider/dateSlider.css
Normal file
@@ -0,0 +1,46 @@
|
||||
*{font-size:12px;}
|
||||
/*时间轴线*/
|
||||
.ui-ruler-tick {
|
||||
border-left: 1px solid #C1C8DF;
|
||||
margin-left: 1px;
|
||||
height: 12px;
|
||||
}
|
||||
/*月份文字*/
|
||||
.ui-ruler-tick-inner {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
/*时间轴*/
|
||||
.ui-rangeSlider .ui-rangeSlider-innerBar {
|
||||
height: 5px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background: #8D98BC;
|
||||
}
|
||||
|
||||
.ui-rangeSlider .ui-rangeSlider-bar {
|
||||
height: 5px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background: transparent url(images/dateSilderMove.png) repeat-x;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/*拖拽按钮*/
|
||||
.ui-rangeSlider .ui-rangeSlider-handle {
|
||||
width: 18px;
|
||||
height: 31px;
|
||||
background: #DDDDDD url(images/dateSilderArr.png) no-repeat;
|
||||
margin-top: -15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*文字*/
|
||||
.ui-rangeSlider-label {
|
||||
bottom: 15px;
|
||||
margin: 0px 0px 2px;
|
||||
background: #F3F9EF;
|
||||
height: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 537 B |
Binary file not shown.
|
After Width: | Height: | Size: 411 B |
Reference in New Issue
Block a user