migrate to new git

This commit is contained in:
2025-08-29 01:27:25 +08:00
parent 946eb9961e
commit af2c152ef6
8623 changed files with 1000453 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<xml id="edit008" type="editor">
<ccategory>內文樣板</ccategory>
<title>內文+圖片樣版21</title>
<description>
多圖文字排列
</description>
<img id="thumb" src="thumb21.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,178 @@
 <div class="edit_t030 editor">
<div class="heading-title">
<h2 class="size-20">特價商品</h2>
</div>
<ul class="row list-inline nomargin">
<!-- ITEM -->
<li class="col-lg-2 col-md-6 col-xs-12">
<div class="thumbnail noborder nopadding">
<!-- product image(s) -->
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t021/images/250_250.jpg" alt="" />
</a>
<!-- /product image(s) -->
</div>
<div class="text-center">
<h2 class="size-14">商品01</h2>
<!-- rating -->
<!-- price -->
<div class="">
<span class="line-through">$200</span>
$129
</div>
<!-- /price -->
</div>
</li>
<!-- /ITEM -->
<!-- ITEM -->
<li class="col-lg-2 col-md-6 col-xs-12">
<div class="thumbnail noborder nopadding">
<!-- product image(s) -->
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t021/images/250_250.jpg" alt="" />
</a>
<!-- /product image(s) -->
</div>
<div class="text-center">
<h2 class="size-14">商品02</h2>
<!-- rating -->
<!-- price -->
<div class="">
<span class="line-through">$150</span>
$99
</div>
<!-- /price -->
</div>
</li>
<!-- /ITEM -->
<!-- ITEM -->
<li class="col-lg-2 col-md-6 col-xs-12">
<div class="thumbnail noborder nopadding">
<!-- product image(s) -->
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t021/images/250_250.jpg" alt="" />
</a>
<!-- /product image(s) -->
</div>
<div class="text-center">
<h2 class="size-14">商品03</h2>
<!-- rating -->
<!-- price -->
<div class="">
<span class="line-through">$300</span>
$229
</div>
<!-- /price -->
</div>
</li>
<!-- /ITEM -->
<!-- ITEM -->
<li class="col-lg-2 col-md-6 col-xs-12">
<div class="thumbnail noborder nopadding">
<!-- product image(s) -->
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t021/images/250_250.jpg" alt="" />
</a>
<!-- /product image(s) -->
</div>
<div class="text-center">
<h2 class="size-14">商品04</h2>
<!-- rating -->
<!-- price -->
<div class="">
<span class="line-through">$300</span>
$229
</div>
<!-- /price -->
</div>
</li>
<!-- /ITEM -->
<!-- ITEM -->
<li class="col-lg-2 col-md-6 col-xs-12">
<div class="thumbnail noborder nopadding">
<!-- product image(s) -->
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t021/images/250_250.jpg" alt="" />
</a>
<!-- /product image(s) -->
</div>
<div class="text-center">
<h2 class="size-14">商品05</h2>
<!-- rating -->
<!-- price -->
<div class="">
<span class="line-through">$250</span>
$190
</div>
<!-- /price -->
</div>
</li>
<!-- /ITEM -->
<!-- ITEM -->
<li class="col-lg-2 col-md-6 col-xs-12">
<div class="thumbnail noborder nopadding">
<!-- product image(s) -->
<a href="#">
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t021/images/250_250.jpg" alt="" />
</a>
<!-- /product image(s) -->
</div>
<div class="text-center">
<h2 class="size-14">商品06</h2>
<!-- rating -->
<!-- price -->
<div class="">
<span class="line-through">$500</span>
$390
</div>
<!-- /price -->
</div>
</li>
<!-- /ITEM -->
</ul>
</div>
<!-- /TIMELINE -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,30 @@
/* ----------------------------- essentials.css --------------------------- */
/*579*/
.line-through { text-decoration: line-through; }
/*4640*/
.editor section.edit_t030 div.heading-title {
position:relative;
margin-bottom:40px;
}
/*4656*/
.editor section.edit_t030 div.heading-title h1,
.editor section.edit_t030 div.heading-title h2,
.editor section.edit_t030 div.heading-title h3,
.editor section.edit_t030 div.heading-title h4,
.editor section.edit_t030 div.heading-title h5,
.editor section.edit_t030 div.heading-title h6 {
margin:0;
padding:0;
background-color:#fff;
position:relative;
display:inline-block;
padding-left: 0;
padding-right: 15px;
}
/* ----------------------------- layout.css --------------------------- */

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB