2023/12/27 후불회원에만 노출되는 헤더영역 보유잔액 안내 레이어
@af2ae1abd4c4fa35f6dd5bbd2f8e96141b2ec34d
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1635,9 +1635,14 @@ |
| 1635 | 1635 |
</div> |
| 1636 | 1636 |
<div class="login_pay"> |
| 1637 | 1637 |
<div class="check_money"> |
| 1638 |
- <i></i> |
|
| 1639 |
- <fmt:formatNumber type="number" maxFractionDigits="3" value="${userMoney}" var="commaPrice" />
|
|
| 1640 |
- <p>보유잔액<em>(캐시)</em> <span class="fwMd" id="hdUserMoney"><c:out value="${commaPrice}"/></span>원</p>
|
|
| 1638 |
+ <div class="holdingsum_box"> |
|
| 1639 |
+ <i></i> |
|
| 1640 |
+ <fmt:formatNumber type="number" maxFractionDigits="3" value="${userMoney}" var="commaPrice" />
|
|
| 1641 |
+ <p>보유잔액<em>(캐시)</em> <span class="fwMd" id="hdUserMoney"><c:out value="${commaPrice}"/></span>원</p>
|
|
| 1642 |
+ <dl> |
|
| 1643 |
+ <dd>후불제 고객의 보유잔액(캐시)은 당월 발송 가능<br>금액을 말하며 <span>매월 1일 자동으로 충전</span>됩니다.</dd> |
|
| 1644 |
+ </dl> |
|
| 1645 |
+ </div> |
|
| 1641 | 1646 |
<button type="button" class="btnType btnType3" onclick="location.href='/web/member/pay/PayView.do'">충전</button> |
| 1642 | 1647 |
<div class="account_box"> |
| 1643 | 1648 |
<button type="button" class="btnType btnType3" onclick="location.href='/web/member/pay/PayView.do?tabType=2'">전용계좌</button> |
--- src/main/webapp/publish/css/common.css
+++ src/main/webapp/publish/css/common.css
... | ... | @@ -116,7 +116,7 @@ |
| 116 | 116 |
.login2 .login_info button {margin-right: 2px;}
|
| 117 | 117 |
.login2 .login_pay {display:flex;}
|
| 118 | 118 |
.login2 .check_money p span, .login2 .point p span {padding-left: 4px;}
|
| 119 |
-.login2 .check_money {margin-right: 20px;}
|
|
| 119 |
+.login2 .check_money {margin-right: 20px; display: inline-flex;}
|
|
| 120 | 120 |
.login2 .check_money p {padding-right: 6px;display: inline-block;vertical-align: middle;}
|
| 121 | 121 |
.login2 .check_money i {background-image: url(/publish/images/check_money2.png);width: 29px;height: 30px;margin-right: 3px;}
|
| 122 | 122 |
.login2 .check_money button {margin-right: 2px;}
|
... | ... | @@ -127,6 +127,13 @@ |
| 127 | 127 |
.login2 .check_money .account_box dl dt:before {content:'';display:inline-block;width:22px;height:20px;margin:0 5px 0 0;vertical-align:top;background:url(/publish/images/content/icon_account_layer.png) no-repeat left top;}
|
| 128 | 128 |
.login2 .check_money .account_box dl dd {margin:7px 0 0;font-size:15px;font-weight:500;white-space:nowrap;}
|
| 129 | 129 |
.login2 .check_money .account_box:hover dl {display:block;}
|
| 130 |
+ /*후불 회원에게만 노출되는 안내레이어*/ |
|
| 131 |
+.login2 .check_money .holdingsum_box {position: relative;}
|
|
| 132 |
+.login2 .check_money .holdingsum_box dl {display:none;position:absolute;left:50%;top:41px;padding:12px;border:2px solid #002c9a;background:#fff;border-radius:10px;box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.5);transform:translateX(-50%);}
|
|
| 133 |
+.login2 .check_money .holdingsum_box dl:after {content:'';position:absolute;left:50%;top:-10px;width:16px;height:10px;margin:0 0 0 -8px;background:url(../images/content/icon_account_arrow.png) no-repeat left top;}
|
|
| 134 |
+.login2 .check_money .holdingsum_box dl dd {margin:3px;font-size:15px;font-weight:500;white-space:nowrap; line-height:20px;}
|
|
| 135 |
+.login2 .check_money .holdingsum_box:hover dl {display:block;}
|
|
| 136 |
+ |
|
| 130 | 137 |
.login2 .point p {padding-right: 6px;display: inline-block; vertical-align: middle;}
|
| 131 | 138 |
.login2 .point i {background-image: url(/publish/images/pointIcon2.png);width: 30px;height: 28px;margin-right: 3px;margin-top: -2px;}
|
| 132 | 139 |
.login2 .login_right button i {background-image: url(/publish/images/login_introIcon.png);width: 20px;height: 18px;margin: 0 6px 3px 0;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?