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

162 lines
3.0 KiB

6 years ago
button{
cursor: pointer;
}
.select-frame{
position: relative;
width: 100%;
height: 100%;
}
a{
text-decoration: none;
}
.search-frame{
position: absolute;
width: 350px;
height: 50px;
top:40px;
right: 60px;
background-color: rgba(0, 0, 0, 0.14);
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.85);
}
.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{
overflow-y: scroll;
right: 60px;
top: 100px;
position: absolute;
max-height: 700px;
width: 600px;
}
.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: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: 200px;
top: 100px;
left: 100px;
transition: all 0.3s;
}
.count-select:hover{
top: 80px;
}
.select-blank{
display: none;
}
.count-select:hover .select-blank{
display: block;
transition: height 1s;
height: 400px;
background-color: #252323;
width: 95%;
margin:0px 5px;
}
.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: 10px;
float: left;
width: 350px;
height: 100px;
margin: 10px 0 10px 15px;
}
.other-msgs .one-msg{
float:left;
padding-left: 10px;
margin: 2px 2px;
width: 45%;
height:16px;
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);
}