쇼핑몰: #253 주문취소 요청 폼 마크업 및 스타일 완료
This commit is contained in:
@ -251,7 +251,6 @@ td.empty_table {padding:85px 0;text-align:center}
|
||||
.frm_tbl th {padding-left:10px;width:100px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:normal;text-align:left}
|
||||
.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||
.frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f5f6fa;vertical-align:middle}
|
||||
.frm_input:focus, input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;color:#fff}
|
||||
.frm_tbl textarea {width:90%;height:150px}
|
||||
.frm_address {display:block;margin-top:5px}
|
||||
.frm_file {display:block;margin-bottom:5px}
|
||||
@ -700,8 +699,6 @@ td.empty_table {padding:85px 0;text-align:center}
|
||||
#sod_frm_pay {position:relative}
|
||||
#sod_frm_pay .basic_tbl th {width:auto !important;font-weight:bold;text-align:center !important}
|
||||
#sod_frm_pay .basic_tbl td {padding:8px 5px 6px !important;border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}
|
||||
#sod_frm_pay .frm_input {background:#fff !important}
|
||||
#sod_frm_pay .frm_input:focus {color:#000}
|
||||
|
||||
#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f5f6fa;overflow-y:scroll}
|
||||
|
||||
@ -732,6 +729,15 @@ td.empty_table {padding:85px 0;text-align:center}
|
||||
#sod_ul p {padding:5px 14px}
|
||||
#sod_ul p a {font-weight:bold;text-decoration:none}
|
||||
|
||||
#request_form {position:relative}
|
||||
#request_form div {display:none;z-index:10000;position:absolute;top:-74px;left:0;padding:20px 0;width:350px;border:1px solid #000;background:#f5f6fa;text-align:center}
|
||||
#request_form .frm_input {background:#fff !important}
|
||||
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
|
||||
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}
|
||||
|
||||
#sod_req_btn {margin:0 0 10px}
|
||||
#sod_req_btn button {background:#626870}
|
||||
|
||||
#sod_fin_view {border:1px solid #e9e9e9}
|
||||
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sod_fin_view h3 {margin:0 0 10px}
|
||||
|
||||
Reference in New Issue
Block a user