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/download_style.css

46 lines
854 B

.downloadList{
margin: 10px 20px 20px 20px;
position: relative;
width: 900px;
height: 600px;
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.4);
}
.download-list-frame{
margin: 20px;
}
.link-frame{
transition: 0.3s;
line-height: 40px;
margin: 10px;
padding-left: 20px;
border-radius: 10px;
width: 800px;
color: white;
background-color: #d24249;
height: 40px;
}
.link-frame:hover{
background-color: rgba(210, 66, 73, 0.89);
height: 50px;
}
.download-select{
margin: 20px 20px 0 20px;
background-color: #323232;
height: 70px;
width: 900px;
border-radius: 10px;
}
.download-retrieval{
color: white;
text-align: center;
font-size: 20px;
line-height: 50px;
float: left;
height:54px;
width: 884px;
margin: 5px;
border: 3px solid #6e6e6e;
border-radius: 10px;
}