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>內文樣板14</title>
<description>
水平時間軸
</description>
<img id="thumb" src="thumb14.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,38 @@
 <!-- RECENT WORK -->
<div class="editor">
<header class="text-center">
<h2 class="nomargin">訂購流程</h2>
<p class="size-20 nomargin">為您提供最優質的服務</p>
</header>
<div class="row process-wizard process-wizard-default margin-top-100">
<div class="col-xs-3 process-wizard-step complete">
<div class="text-center process-wizard-stepnum">Step 1</div>
<div class="progress"><div class="progress-bar"></div></div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">加入購物車</div>
</div>
<div class="col-xs-3 process-wizard-step complete"><!-- complete -->
<div class="text-center process-wizard-stepnum">Step 2</div>
<div class="progress"><div class="progress-bar"></div></div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">填寫訂單</div>
</div>
<div class="col-xs-3 process-wizard-step complete"><!-- complete -->
<div class="text-center process-wizard-stepnum">Step 3</div>
<div class="progress"><div class="progress-bar"></div></div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">前往結帳</div>
</div>
<div class="col-xs-3 process-wizard-step complete"><!-- active -->
<div class="text-center process-wizard-stepnum">Step 4</div>
<div class="progress"><div class="progress-bar"></div></div>
<a href="#" class="process-wizard-dot"></a>
<div class="process-wizard-info text-center">確認送出</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,32 @@

/* ----------------------------- essentials.css --------------------------- */
/*6916*/
.editor section.edit_t043 .process-wizard {padding: 0 0 10px 0;}
.editor section.edit_t043 .process-wizard > .process-wizard-step {padding: 0; position: relative;}
.editor section.edit_t043 .process-wizard > .process-wizard-step + .process-wizard-step {}
.editor section.edit_t043 .process-wizard > .process-wizard-step .process-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.editor section.edit_t043 .process-wizard > .process-wizard-step .process-wizard-info {color: #999; font-size: 14px;}
.editor section.edit_t043 .process-wizard > .process-wizard-step > .process-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 47px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step > .process-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.editor section.edit_t043 .process-wizard > .process-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.editor section.edit_t043 .process-wizard > .process-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.editor section.edit_t043 .process-wizard > .process-wizard-step.complete > .progress > .progress-bar {width:100%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step.active > .progress > .progress-bar {width:50%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step.disabled > .process-wizard-dot {background-color: #f5f5f5;}
.editor section.edit_t043 .process-wizard > .process-wizard-step.disabled > .process-wizard-dot:after {opacity: 0;}
.editor section.edit_t043 .process-wizard > .process-wizard-step:first-child > .progress {left: 50%; width: 50%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step:last-child > .progress {width: 50%;}
.editor section.edit_t043 .process-wizard > .process-wizard-step.disabled a.process-wizard-dot{ pointer-events: none; }
/*6936*/
.editor section.edit_t043 .process-wizard-default > .process-wizard-step > .process-wizard-dot,
.editor section.edit_t043 .process-wizard-default > .process-wizard-step > .progress > .progress-bar {
background:#ccc;
}
.editor section.edit_t043 .process-wizard-default > .process-wizard-step > .process-wizard-dot:after {
background-color:#666;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB