SOURCE

console 命令行工具 X clear

                    
>
console
<html>
<style>
body {
  font: bold 36px/normal 'Microsoft YaHei';
}
#img {
  width: 300px;
}
#img img {
  width: 100%;
}
#cap {
  width: 100%;
  background-color: white;
  text-align: center;
  font-size: 100%;
}
</style>
<body>
<div id="img">
  <img src="http://i.qbot.fun/bq/aoligei1.png"/>
  <div id="cap">[文字=说点啥]</div>
</div>
</body>
</html>