onlyContent.vm
1.1 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
<!DOCTYPE html>
<html>
<head>
<title>订单中心</title>
#parse("layout/css.vm")
<style>
input[type="text"] {
height: 30px;
width:155px;
}
a{
padding:0px 3px;
}
.container{
width:100%;
}
.table-width{
width:100%;
}
.align-right{
align:right;
}
.img-style{
width:50px;
height:50px;
border:solid 1px #e5e5e5;
}
.a-baobei{
float:left;
display:inline;
}
.baobei-title{
width:200px;
float:left;
display:inline;
word-wrap: break-word;
overflow:hidden;
}
</style>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
</head>
<body class="no-skin">
<div class="main-container" id="main-container">
<div>
$screen_content
</div>
</div>
</body>
#parse("layout/js.vm")
</html>