style: wxpay

webht/payment
Lei OT 11 months ago
parent 56a546875f
commit 1e2f088eb4

@ -62,7 +62,12 @@
</form> </form>
<div class="dl-horizontal"> <div class="dl-horizontal">
<p><a href="javascript:void(0);" onclick="$('#note_original_data').toggle()" >原始数据</a></p> <p><a href="javascript:void(0);" onclick="$('#note_original_data').toggle()" >原始数据</a></p>
<p> <span style="display: none;" id="note_original_data"> <p> <div style="display: none;" id="note_original_data">
<?php echo str_replace('","', '"<br/>"', json_encode(json_decode($note->OPN_rawContent, true), JSON_UNESCAPED_UNICODE)); ?> <?php
</span></p> $array = json_decode($note->OPN_rawContent, true);
$jsonPretty = json_encode($array, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
echo "<pre>$jsonPretty</pre>";
?>
<?php // echo str_replace('","', '"<br/>"', json_encode(json_decode($note->OPN_rawContent, true), JSON_UNESCAPED_UNICODE)); ?>
</div></p>
</div> </div>

@ -41,6 +41,17 @@
.navbar-header h1 {display: block; font-size: 20px;} .navbar-header h1 {display: block; font-size: 20px;}
.navbar-header a { margin-left: 10px; } .navbar-header a { margin-left: 10px; }
</style> </style>
<style>
.dayContainer{
max-width: 238px;
width: 238px;
min-width: unset;
}
.flatpickr-day{
max-width: 34px;
border-radius: 0;
}
</style>
</head> </head>
<body> <body>
<!-- Button trigger modal --> <!-- Button trigger modal -->

Loading…
Cancel
Save