레드마인 #2725
조정신청 등록 문구 강조 및 아이콘 적용
This commit is contained in:
HappyITN 2022-09-22 11:19:33 +09:00
parent 0296d74c1c
commit 515a6e8258
3 changed files with 5 additions and 1 deletions

View File

@ -377,6 +377,10 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none
.top_progress p:first-child{padding-left: 0;} .top_progress p:first-child{padding-left: 0;}
.top_progress p:last-child{padding-right: 0;} .top_progress p:last-child{padding-right: 0;}
.top_progress p span{color: #222; font-weight: 400;} .top_progress p span{color: #222; font-weight: 400;}
.top_progress.top_progress02 {justify-content:space-between;}
.top_progress.top_progress02 p {line-height:40px;}
.top_progress.top_progress02 p:after {display:none;}
.top_progress.top_progress02 .btnType05 {padding:0 20px;background:#fff;}
/* 조정신청 */ /* 조정신청 */
.sub02_1 .info_wrap{margin-bottom: 80px;} .sub02_1 .info_wrap{margin-bottom: 80px;}
@ -405,7 +409,7 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none
.sub02_1 .choice_person ul li input[type=radio] {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;filter:opacity(0);} .sub02_1 .choice_person ul li input[type=radio] {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;filter:opacity(0);}
.sub02_1 .choice_person ul li input[type=radio] + label {position:relative;display:block;width:100%;height:100%;padding:40px 0 0;font-size:20px;font-weight:500;line-height:29px;color:#222;border:1px solid #d5d5d5;border-radius:5px;box-sizing:border-box;z-index:1;cursor:pointer;transition:all 0.3s ease-in-out;} .sub02_1 .choice_person ul li input[type=radio] + label {position:relative;display:block;width:100%;height:100%;padding:40px 0 0;font-size:20px;font-weight:500;line-height:29px;color:#222;border:1px solid #d5d5d5;border-radius:5px;box-sizing:border-box;z-index:1;cursor:pointer;transition:all 0.3s ease-in-out;}
.sub02_1 .choice_person ul li input[type=radio] + label i {display:block;width:100px;height:100px;margin:0 auto 20px;background:url(/kccadrPb/usr/image/icon_sub02_1_08.png) #f0f2f5 no-repeat center center;border-radius:100px;} .sub02_1 .choice_person ul li input[type=radio] + label i {display:block;width:100px;height:100px;margin:0 auto 20px;background:url(/kccadrPb/usr/image/icon_sub02_1_08.png) #f0f2f5 no-repeat center center;border-radius:100px;}
.sub02_1 .choice_person ul li:nth-child(2) input[type=radio] + label i {margin-bottom:0;background-image:url(/kccadrPb/usr/image/icon_sub02_1_09.png);} .sub02_1 .choice_person ul li:nth-child(2) input[type=radio] + label i {margin-bottom:0;background-image:url(/kccadrPb/usr/image/icon_sub02_1_09.png);background-position:center center;}
.sub02_1 .choice_person ul li:last-child {margin-right:0;} .sub02_1 .choice_person ul li:last-child {margin-right:0;}
.sub02_1 .choice_person ul li:hover input[type=radio] + label, .sub02_1 .choice_person ul li:hover input[type=radio] + label,
.sub02_1 .choice_person ul li input[type=radio]:checked + label {color:#fff;border-color:#2353b5;background-color:#2353b5;box-shadow: 0 0 5px rgba(0,0,0,0.3);} .sub02_1 .choice_person ul li input[type=radio]:checked + label {color:#fff;border-color:#2353b5;background-color:#2353b5;box-shadow: 0 0 5px rgba(0,0,0,0.3);}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB