Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -19,11 +19,13 @@
justify-content: center;
margin: .24rem;
}
- .pay_order_status>img {
+ .pay_order_status_img > img {
width: 1.2rem;
height: 1.2rem;
- .pay_order_status p {
+ .pay_order_status > p {
+ width: 100%;
+ text-align: center;
font-size: .28rem;
line-height: .4rem;
color: #1D1D1D;
@@ -35,7 +37,7 @@
<div class="pay_order_status_img">
<img src="{{Msg "seo" "cdn"}}/common-module/public/image/jy-back.png?v={{Msg "seo" "version"}}" alt="" />
</div>
- {{.T.note}}
+ {{ParseHtml .T.note}}
</body>
</html>