cxfoot/modules/api/views/faq/detail.php
2023-10-27 14:25:12 +08:00

24 lines
310 B
PHP

<?php
/**
* @author Any
* @description KISS
* @date 2021年5月18日
* @version 1.0.0
*
* _____LOG_____
*
*/
$this->title = $title;
?>
<style type="text/css">
.page-content,
img {
width: 100%
}
</style>
<div class="page-content">
<?=$content?>
</div>