기반강화 베스트 영역 css 추가 - height: 130px;

This commit is contained in:
hylee 2023-11-15 12:10:17 +09:00
parent 249ea06ff7
commit 1f4d5e93a1

View File

@ -289,7 +289,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
.tb_tit02.titBtn button {height: 34px; font-size: 14px; padding: 0 12px;}
.best_list {display:flex; width:100%; justify-content: space-between; padding:0 0 60px 0;}
.best_list .best_con {position: relative; width:23%; border:1px solid #d5d5d5; border-radius: 20px 0; overflow: hidden;}
.best_list .best_con {position: relative; width:23%; border:1px solid #d5d5d5; border-radius: 20px 0; overflow: hidden; height: 130px;}
.best_list .best_con:hover::after {position: absolute; content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border: 2px solid #ed5908; border-radius: 20px 0; left: 0;top: 0;}
.best_list .best_con:hover {box-shadow: 0px 0px 10px rgba(237,89,8,0.8);}
.best_list .best_con .img {width: 100%; height: 215px; overflow: hidden; background-color: #f2f4f9;}