|
@@ -77,6 +77,9 @@ margin-top:-8px;
|
|
background-color:#00ffff;
|
|
background-color:#00ffff;
|
|
cursor:pointer;
|
|
cursor:pointer;
|
|
}
|
|
}
|
|
|
|
+.index-new-image img{
|
|
|
|
+ max-width: 850px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -99,7 +102,7 @@ margin-top:-8px;
|
|
<h4><p style="font-weight:bold; border-bottom:1px dashed #98D6DC; padding-bottom:20px;" class="text-center">{{.T.s_title}}</p></h4>
|
|
<h4><p style="font-weight:bold; border-bottom:1px dashed #98D6DC; padding-bottom:20px;" class="text-center">{{.T.s_title}}</p></h4>
|
|
<div>
|
|
<div>
|
|
<p style="font-size:12px; margin-bottom:30px;" class="text-center">{{if eq .T.s_author ""}}发布人:{{.T.s_editorname}}{{else}}作者:{{.T.s_author}}{{end}} 发布日期: {{if not .T.releasetime}}{{.T.l_createdate}} {{else}} {{.T.releasetime}}{{end}} (文章来源:<a style="font-size:14px; color:#0000FF;" target="_blank" href="{{.T.s_url}}">{{.T.s_source}}</a>)</p> </div>
|
|
<p style="font-size:12px; margin-bottom:30px;" class="text-center">{{if eq .T.s_author ""}}发布人:{{.T.s_editorname}}{{else}}作者:{{.T.s_author}}{{end}} 发布日期: {{if not .T.releasetime}}{{.T.l_createdate}} {{else}} {{.T.releasetime}}{{end}} (文章来源:<a style="font-size:14px; color:#0000FF;" target="_blank" href="{{.T.s_url}}">{{.T.s_source}}</a>)</p> </div>
|
|
- <div style="font-size:14px; line-height:25px; width:90%; margin:auto;">
|
|
|
|
|
|
+ <div class="index-new-image" style="font-size:14px; line-height:25px; width:90%; margin:auto;">
|
|
{{.T.s_content}}
|
|
{{.T.s_content}}
|
|
<span style="display:none;">{{.T._id}}</span>
|
|
<span style="display:none;">{{.T._id}}</span>
|
|
</div>
|
|
</div>
|
|
@@ -255,6 +258,7 @@ margin-top:-8px;
|
|
<option value="zh" {{if eq .T.s_contenttype "zh"}} selected="selected" {{end}}> 展会 </option>
|
|
<option value="zh" {{if eq .T.s_contenttype "zh"}} selected="selected" {{end}}> 展会 </option>
|
|
<option value="qtlm" {{if eq .T.s_contenttype "qtlm"}} selected="selected" {{end}}> 其他栏目 </option>
|
|
<option value="qtlm" {{if eq .T.s_contenttype "qtlm"}} selected="selected" {{end}}> 其他栏目 </option>
|
|
<option value="wxlm" {{if eq .T.s_contenttype "wxlm"}} selected="selected" {{end}}> 微信栏目 </option>
|
|
<option value="wxlm" {{if eq .T.s_contenttype "wxlm"}} selected="selected" {{end}}> 微信栏目 </option>
|
|
|
|
+ <option value="zhsk" {{if eq .T.s_contenttype "zhsk"}} selected="selected" {{end}}> 知识库 </option>
|
|
</select>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|