30 lines
280 B
CSS
30 lines
280 B
CSS
body{
|
|
background-color:#333;
|
|
}
|
|
|
|
#startTime ,#endTime{
|
|
z-index: 9999;
|
|
position: relative;
|
|
width: 110px
|
|
}
|
|
|
|
.textSet{
|
|
width :100px;
|
|
}
|
|
|
|
.select{
|
|
width :100px;
|
|
height: 30px;
|
|
}
|
|
|
|
.box_1{
|
|
margin-left: 15px;
|
|
margin-top: 15px;;
|
|
|
|
}
|
|
|
|
.quetyInfomation{
|
|
color: yellow ;
|
|
|
|
}
|