|
@@ -857,9 +857,9 @@
|
|
|
<#list page.getList() as content>
|
|
<#list page.getList() as content>
|
|
|
<img src="${content.thumbnail!}" alt="${content.title!}">
|
|
<img src="${content.thumbnail!}" alt="${content.title!}">
|
|
|
<div class="x_content_head_text">
|
|
<div class="x_content_head_text">
|
|
|
- <p>${content.title!}</p>
|
|
|
|
|
- <p class="x_gray_text">
|
|
|
|
|
- ${content.remarks!}
|
|
|
|
|
|
|
+ <p class="x_first x_gray_overflow">${content.title!}</p>
|
|
|
|
|
+ <p class="x_gray_text x_gray_overflow">
|
|
|
|
|
+ <a href="${content.flag!}">${content.remarks!}</a>
|
|
|
<a href="${content.flag!}" class="detail">[详情]</a>
|
|
<a href="${content.flag!}" class="detail">[详情]</a>
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
@@ -885,8 +885,8 @@
|
|
|
<p class="x_gray_text">/${item.month}</p>
|
|
<p class="x_gray_text">/${item.month}</p>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd>
|
|
<dd>
|
|
|
- <a href="${item.url}">${item.title}</a>
|
|
|
|
|
- <p class="x_gray_text">
|
|
|
|
|
|
|
+ <a href="${item.url}" class="x_gray_overflow">${item.title}</a>
|
|
|
|
|
+ <p class="x_gray_text x_gray_overflow">
|
|
|
${item.description}...
|
|
${item.description}...
|
|
|
</p>
|
|
</p>
|
|
|
</dd>
|
|
</dd>
|
|
@@ -936,8 +936,8 @@
|
|
|
</#assign>
|
|
</#assign>
|
|
|
<#assign json=text?eval />
|
|
<#assign json=text?eval />
|
|
|
<#list json.data.list as item>
|
|
<#list json.data.list as item>
|
|
|
- <li>
|
|
|
|
|
- <a href="${item.url}">${item.title}</a>
|
|
|
|
|
|
|
+ <li class="x_hot">
|
|
|
|
|
+ <div class="x_left"><a href="${item.url}">${item.title}</a></div>
|
|
|
<span class="x_gray_text">${item.month}-${item.day}</span>
|
|
<span class="x_gray_text">${item.month}-${item.day}</span>
|
|
|
</li>
|
|
</li>
|
|
|
</#list>
|
|
</#list>
|
|
@@ -971,8 +971,8 @@
|
|
|
<span class="x_gray_text">${item.year}.${item.month}</span>
|
|
<span class="x_gray_text">${item.year}.${item.month}</span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd>
|
|
<dd>
|
|
|
- <a href="${item.url}">${item.title}</a>
|
|
|
|
|
- <p class="x_gray_text">
|
|
|
|
|
|
|
+ <a href="${item.url}" class="x_gray_overflow">${item.title}</a>
|
|
|
|
|
+ <p class="x_gray_text x_gray_overflow">
|
|
|
${item.description}
|
|
${item.description}
|
|
|
</p>
|
|
</p>
|
|
|
</dd>
|
|
</dd>
|
|
@@ -994,8 +994,8 @@
|
|
|
<span class="x_gray_text">${item.year}.${item.month}</span>
|
|
<span class="x_gray_text">${item.year}.${item.month}</span>
|
|
|
</dt>
|
|
</dt>
|
|
|
<dd>
|
|
<dd>
|
|
|
- <a href="${item.url}">${item.title}</a>
|
|
|
|
|
- <p class="x_gray_text">
|
|
|
|
|
|
|
+ <a class="x_gray_overflow" href="${item.url}">${item.title}</a>
|
|
|
|
|
+ <p class="x_gray_text x_gray_overflow">
|
|
|
${item.description}
|
|
${item.description}
|
|
|
</p>
|
|
</p>
|
|
|
</dd>
|
|
</dd>
|