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>圖片編排樣板1</title>
<description>
圖片橫向排列
</description>
<img id="thumb" src="thumb01.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,59 @@
 <style>
.col-md-5th{
width:18.5%;
float:left;
padding: 0 3px;
}
</style>
<div class="editor">
<header class="text-center margin-bottom-10">
<h1>產品分類</h1>
<p class="font-lato weight-300 size-18 margin-top-10">堅持、品質、服務、創新</p>
</header>
<hr class="margin-bottom-100" />
<div class="row">
<div class="col-md-5th "><!-- item -->
<div class="item-box">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
</div>
</div><!-- /item -->
<div class="col-md-5th"><!-- item -->
<div class="item-box">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
</div>
</div><!-- /item -->
<div class="col-md-5th"><!-- item -->
<div class="item-box">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
</div>
</div><!-- /item -->
<div class="col-md-5th"><!-- item -->
<div class="item-box">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
</div>
</div><!-- /item -->
<div class="col-md-5th"><!-- item -->
<div class="item-box">
<img class="img-responsive" src="../../ext/editor_templates/a06.edit_t001/images/600_400.jpg" alt="" />
</div>
</div><!-- /item -->
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -0,0 +1,89 @@
/* ----------------------------- essentials.css --------------------------- */
/*1483*/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-5th {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-5th {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5th {
width: 20%;
float: left;
}
}
@media only screen and (max-width: 992px) {
.col-md-5th {
width:100%;
float:none;
display:block;
}
.col-md-5th.col-sm-5th {
width: 20%;
float: left;
}
}
@media only screen and (max-width: 769px) {
.col-md-5th.col-sm-5th {
width:100%;
float:none;
display:block;
}
}
/* ----------------------------- layout.css --------------------------- */
/*5578*/
#portfolio {
overflow:hidden;
}
/*5705*/
#portfolio.portfolio-nogutter .row>div,
#portfolio.portfolio-nogutter .item-box {
padding: 0 !important;
margin: 0 !important;
}
/*5898*/
.item-box {
overflow:hidden;
margin:0;
position:relative;
box-shadow:rgba(0,0,0,0.1) 0 0 5px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.mix-grid .item-box,
#portfolio .item-box {
box-shadow:none;
}
.item-box.fullwidth {
max-width:100%;
}
section.alternate .item-box {
background-color:rgba(0,0,0,0.05);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB