2023/11/29 교육신청 버튼 추가
This commit is contained in:
parent
97795040a8
commit
27117b28a8
@ -84,4 +84,13 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="btn_wrap btn_layout01">
|
||||||
|
<div class="btn_left">
|
||||||
|
</div>
|
||||||
|
<div class="btn_center">
|
||||||
|
<button type="button" class="btnType08">교육신청</button>
|
||||||
|
</div>
|
||||||
|
<div class="btn_right">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -209,6 +209,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
|||||||
.btnType06:hover{background-color: #f1f5fb; transition: background-color .1s linear;}
|
.btnType06:hover{background-color: #f1f5fb; transition: background-color .1s linear;}
|
||||||
.btnType07{border: 1px solid #d04400; background-color: #fefaf7; color: #d04400;}
|
.btnType07{border: 1px solid #d04400; background-color: #fefaf7; color: #d04400;}
|
||||||
.btnType07:hover{background-color: #fdf3ed; transition: background-color .1s linear;}
|
.btnType07:hover{background-color: #fdf3ed; transition: background-color .1s linear;}
|
||||||
|
.btnType08{background-color: #3a72db; color: #fff; width:200px;}
|
||||||
|
.btnType08:hover{background-color: #1854c3; transition: background-color .1s linear;}
|
||||||
|
|
||||||
/* calendar */
|
/* calendar */
|
||||||
.calendar_wrap {display: inline-block; position: relative;}
|
.calendar_wrap {display: inline-block; position: relative;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user