<기능개선>

1. PMS NO : 4558
2. (주요)작업내용 
(1) 미선택시 문구 수정 및 검색버튼 화살표 제거
This commit is contained in:
jity7777 2024-04-02 04:13:19 +00:00
parent 58d04c23f5
commit 3f81bcdcb1
1 changed files with 4 additions and 4 deletions

View File

@ -50,10 +50,10 @@
.msBtn:after {
content: '';
display: inline-block;
width: 21px;
height: 17px;
margin-left: 10px;
background: url(../../img/main/main_search_btn.png)no-repeat right center;
width: 0px;
height: 0px;
margin-left: 0px;
background: url(../../img/main/main_search_btnoff.png)no-repeat right center;
background-size: cover;
}
</style>