You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdms/web/cssFile/select-style.css

167 lines
3.1 KiB

button{
cursor: pointer;
}
.select-frame{
border:1px solid rgba(0, 0, 0, 0);
width: 100%;
}
a{
text-decoration: none;
}
.search-frame{
position: absolute;
width: 350px;
height: 50px;
top:10px;
right: 20px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px;
}
.search-button{
float: left;
background: url("images/search1.png");
cursor: pointer;
border-radius: 5px;
width: 55px;
height: 40px;
margin: 5px 0;
}
.search-button:hover{
background: url("images/search2.png");
}
.search-input{
overflow: hidden;
padding: 0 0 0 10px;
margin: 5px 5px;
border-radius: 5px;
border: 0px;
float: left;
width: 280px;
height: 40px;
background: rgba(255, 255, 255, 0.91);
}
.search-input:hover{
background: rgb(255, 255, 255);
}
.list-frame .list-child{
margin: 10px 5px;
height: 120px;
width: 98%;
color: white;
border-radius: 10px;
box-shadow:4px 2px 5px rgba(0, 0, 0, 0.24);
border: 1px solid rgba(0, 0, 0, 0.2);
}
.list-child:hover{
background: rgba(0, 0, 0, 0.06);
}
.list-frame{
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.28);
border-radius: 10px;
overflow-y: scroll;
margin:100px 0px 0px 198px;
max-height: 700px;
width: 780px;
}
.select-it{
box-shadow:0px 2px 4px rgba(0, 0, 0, 0.22);
color: white;
float: right;
border-radius: 5px;
height: 40px;
width: 80px;
background-color: #1f1d1c;
margin: 40px 2px 40px 2px;
border: 0px;
transition: all 0.3s;
}
.select-it.on{
background-color: rgba(88, 137, 238, 0.97);
}
.select-it:hover{
width: 100px;
}
.name{
background-color: #d1373d;
float: left;
height: 60px;
border-radius: 0px 5px 5px 0px;
width: 100px;
margin: 30px 0px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
.the-name{
display: block;
height: 30px;
width: 80px;
margin: 15px 0px 15px 12px;
font-size: 18px;
color: white;
vertical-align: middle;
}
.count-select{
cursor: pointer;
position: absolute;
width: 150px;
top: 100px;
left: 20px;
transition: all 0.3s;
}
.count-select:hover{
top: 80px;
}
.select-blank{
transition: 0.5s;
height: 0;
font-size: 0;
background-color: #252323;
width: 95%;
margin:0px 5px;
}
.count-select:hover .select-blank{
display: block;
height: 400px;
}
.count-select .selected-info{
width: 100%;
color: white;
font-size: 20px;
line-height: 50px;
text-align: center;
background-color: #d1373d;
border-radius: 5px 5px 0px 0px;
height: 60px;
border-bottom:1px solid rgba(0, 0, 0, 0.17);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
.count-select .selected-bottom{
border-top:1px solid rgba(228, 118, 118, 0.31);
transition: all 1s;
width: 100%;
height: 60px;
background-color: #d1373d;
border-radius: 0px 0px 5px 5px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
.other-msgs{
font-size: 11px;
float: left;
width: 450px;
height: 90px;
margin: 15px 0 15px 40px;
}
.other-msgs .one-msg{
float:left;
padding-left: 10px;
margin: 5px 3px;
width: 45%;
height:20px;
background-color: rgba(0, 0, 0, 0.78);
border-radius: 10px;
transition: all 0.3s;
}
.one-msg:hover{
background-color: rgba(39, 39, 39, 0.78);
}