input select 커스텀


  
.select_wrap{position: relative;}
.select_wrap select{height:56px; border:none; border-bottom: 1px solid #E5E5EC; padding: 0 20px; color: #505050; background: #fff; width: 100%; appearance: none; -webkit-appearance: none;-moz-appearance: none; position: relative; }
.select_wrap::after { content:''; position: absolute;top: 50%;right: 20px;transform: translateY(-50%);pointer-events: none; background-image: url("../img/arrow.png"); width: 16px; height: 16px; background-repeat: no-repeat;}

'퍼블리싱' 카테고리의 다른 글

swiper grid 수정  (0) 2025.03.19
팝업  (0) 2025.03.10
  (0) 2025.01.10
아코디언 메뉴  (0) 2024.10.10
input radio 라디오 커스텀  (0) 2024.10.08