18 lines
289 B
SCSS
18 lines
289 B
SCSS
|
|
.labAndImg_main{
|
|
width: 100%;
|
|
height: 100%;
|
|
.boxColor{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20px;
|
|
border:1PX solid #818181;
|
|
}
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
}
|