2024/12/18 일반문자, 대량문자 수정

This commit is contained in:
subsub 2024-12-18 18:20:52 +09:00
parent 51f9a7957a
commit b5745f44fd
3 changed files with 3160 additions and 3 deletions

View File

@ -242,13 +242,13 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
/* 단문 */
.tType1 tbody tr td.putText .put_left.short textarea {height: 160px;margin:-5px 0 0;padding:0 5px;}
.tType1 tbody tr td.putText .put_left.short textarea::placeholder {color: #b5b5b5;}
.tType1 tbody tr td.putText .put_left.short.on {border: 1px solid #002c9a;border-radius: 5px;background-color: #eef2f9;}
.tType1 tbody tr td.putText .put_left.short.on {border: 1px solid #002c9a;border-radius: 5px;background-color: #eef2f9 !important;}
/* 장문 */
.tType1 tbody tr td.putText .put_left.long textarea {height: 380px;}
.tType1 tbody tr td.putText .put_left.long.on {border: 1px solid #12bec9;border-radius: 5px;background-color: #eef5f9;}
.tType1 tbody tr td.putText .put_left.long.on {border: 1px solid #12bec9;border-radius: 5px;background-color: #eef5f9 !important;}
/* 그림 */
/* .tType1 tbody tr td.putText .put_left.photo textarea {margin-top: 95px; height: 163px;} */
.tType1 tbody tr td.putText .put_left.photo.on {border: 1px solid #e26ba9;border-radius: 5px;background-color: #f8f1f5;}
.tType1 tbody tr td.putText .put_left.photo.on {border: 1px solid #e26ba9;border-radius: 5px;background-color: #f8f1f5 !important;}
/* 제목 */
.tType1 tbody tr.msg_title {display:none;}
.tType1 tbody tr.msg_title.active {display:table-row;}
@ -502,6 +502,9 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
/* sub1 문자전송 */
/* send_top */
.send_top .top_content {background-color: #fff;padding: 30px 40px;border-radius: 10px;}
.send_top .top_content .ad_text{display:inline-flex;height:40px;margin:-2px 0 0 8px;padding:0 20px;font-size:15px;font-weight:400;border:1px solid #afa2e9;border-radius:5px;background:#f0eefa;justify-content:center;align-items:center;vertical-align:middle;}
.send_top .top_content .ad_text i{width:20px;height:20px;margin:0 8px 0 0;font-size:15px;font-weight:bold;color:#fff;text-align:center;border-radius:100%;background:#e40000;line-height:20px;}
.send_top .top_content .ad_text a{color:#e40000;font-weight:bold;}
.send_top .send_price {display: inline-block;position: relative;margin-left:50px;vertical-align: middle;line-height: 25px;height: 27.5px;}
.send_top .send_price::after {content: "";position: absolute;background-color: #002c9a;width: 3px;height: 20px;border-radius: 2px; top: 50%;transform: translateY(-50%);left: -30px;}
.send_top .send_price li {display: inline-block;color: #555;padding-right: 7px;margin-right: 5px;position: relative; font-size: 15px; letter-spacing: -0.5px;}
@ -591,6 +594,8 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;}
/* sub1 엑셀 문자(대량 전송) */
.send_top .get_excel .button.ad_btn i{position:absolute;display:inline-block;width:47px;height:36px;background:url(/publish/images/required_read.gif) no-repeat center;left:-23px;top:-21px;}
.send_top .get_excel .tType1 tbody tr td.putText .put_left{background:#f0eefa;}
.send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;}
.send_general.sec .tType1 tbody tr:first-child {border-top: 0;}
.send_top .excelWrap {padding: 20px 0;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because it is too large Load Diff