
4 changed files with 37 additions and 0 deletions
@ -0,0 +1,30 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="referrer" content="no-referrer"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>详情</title> |
|||
{literal} |
|||
<style> |
|||
html, body { |
|||
margin: 0; |
|||
padding: 0; |
|||
height: 100%; |
|||
overflow: hidden; |
|||
} |
|||
iframe { |
|||
border: none; |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
</style> |
|||
{/literal} |
|||
</head> |
|||
|
|||
<body> |
|||
<iframe src="https://m.weibo.cn/detail/{$wid}" frameborder="0"></iframe> |
|||
</body> |
|||
|
|||
</html> |
Loading…
Reference in new issue