article.vm 1.66 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="mommyboby">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>文章详情</title>

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">

<style>
.container {
margin:15px 10px 10px 20px;
font-size: 14px;
line-height: 22px;
color: #85858d;
}
.container h1 {
font-weight: normal;
font-size: 15px;
line-height: 45px;
color: #59bbb8;
}
.container h5 {
font-size: 14px;
margin: 0px 0;
}
.container img {
width: 100%;
height: auto;
margin-bottom:12px;
}
</style>


</head>


<body>

<div class="container">

<h1>$!articleContext.title</h1>
$!articleContext.content
## <p>
## <img src=$!articleContext.image.real width="299" height="200" border="0" hspace="0" vspace="0" title="" style="width: 299px; height: 200px;"/>
## </p>
## <p>$!articleContext.Introduction</p>
## <p>&nbsp;</p><p><br/></p>
</div>

</body>

<script>
window.onload = function () {
var tags = document.body.getElementsByTagName('*');
for (var i = 0; i < tags.length; i++) {
tags[i].removeAttribute('style');
}
}
</script>


</html>