1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| /*!
| * --------------------------------------时间条--------------------------------*/
| .Splittime-base {
| width: 402px;
| height: 25px;
| right: 70px;
| top: 21px;
| position: absolute;
| display: none;
| background-color: #FFF0;
| border-radius: 5px;
| }
| select{
| height: 25px;
| width:110px;
| appearance: none;
| -moz-appearance: none;
| -webkit-appearance: none;
| border: 1px solid #ccc;
| border-radius: 4px;
| color: #717171;
| background: url("../../images/down.png") no-repeat scroll center right 5px #ffffff;
| }
| .split_tuselect{
| width:200px;
| margin-right:10px;
| }
|
| .split_layerselect{
| width: 190px;
| }
|
| .split_timesselect {
| margin-left: 9px;
| }
|
|