Files
gitlab-instance-0a899031_yi…/src/pages/index/componments/RemoteJob/index.scss
2024-03-24 13:46:09 +08:00

28 lines
451 B
SCSS

.RemoteJob {
// padding: 10px;
position: relative;
Image {
z-index: -1;
position: absolute;
}
.ReContent {
padding: 10px;
font-size: 25px;
width: 320px;
height: 230px;
display: flex;
flex-direction: column;
// align-items: center;
// justify-content: center;
// background-color: #eaff8f;
color: #fff;
font-weight: 400;
border-radius: 20px;
border: solid 1px #8c8c8c;
}
}