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>內文樣板13</title>
<description>
流程圖 + 說明文字
</description>
<img id="thumb" src="thumb13.jpg"/>
<assets>
<file id="control" href="editor.html"/>
<file id="css" href="style.css"/>
</assets>
</xml>

View File

@@ -0,0 +1,72 @@
 <!-- RECENT WORK -->
<div class="editor">
<h1>服務項目</h1>
<div class="box-inner">
<div class="timeline">
<!-- ITEM -->
<div class="timeline-item timeline-item-bordered">
<!-- timeline entry -->
<div class="timeline-entry rounded">
01<span>報價</span>
<div class="timeline-vline"></div>
</div>
<!-- /timeline entry -->
<h2 class="uppercase bold size-17">服務項目一</h2>
<p>公他個康上西一離天好聲電等越西要文關但投,能能約見形道的地得影酒記制加病不:史其幾法待平企你中代行終;地過政故,有孩作;小一麼政停因現乎就成市把人明張,正課他像洋空日!身二神了。</p>
</div>
<!-- /ITEM -->
<!-- ITEM -->
<div class="timeline-item timeline-item-bordered">
<!-- timeline entry -->
<div class="timeline-entry rounded">
02<span>offer</span>
<div class="timeline-vline"></div>
</div>
<!-- /timeline entry -->
<h2 class="uppercase bold size-17">服務項目二</h2>
<p>去我生也選器吸裡持流海沒產:利更人下分然覺一字中他人先、面以夠高化地土報史它麼的,務人是、加勢一心水此的過業至女看久健臉步教然地再先共,研但想,作的在國如答生家治讓像?公度展天理相回前的研走死發為突女引平!職重配備,為星外和現超構續益思家目人或過:是大從化去不行,資改孩做市共當!人因多兒示那列間影我施斷上在是!黃事。</p>
</div>
<!-- /ITEM -->
<!-- ITEM -->
<div class="timeline-item timeline-item-bordered">
<!-- timeline entry -->
<div class="timeline-entry rounded">
03<span>offer</span>
<div class="timeline-vline"></div>
</div>
<!-- /timeline entry -->
<h2 class="uppercase bold size-17">服務項目三</h2>
<p>飛業而賽說了……近光有王!西看表金終一你排時義用,一四於時?土新死黨得那留,而司來氣公為館國然較果點天界自法代必道例個理藝無寶會府然南市是阿酒一,海著到出,向大從天陽他單子果她歡。晚日起自著工事操?的不來便直說大!有不清!</p>
</div>
<!-- /ITEM -->
<!-- ITEM -->
<div class="timeline-item timeline-item-bordered">
<!-- timeline entry -->
<div class="timeline-entry rounded">
04<span>offer</span>
<div class="timeline-vline"></div>
</div>
<!-- /timeline entry -->
<h2 class="uppercase bold size-17">服務項目四</h2>
<p>驚市車那計企說?讀方中能主部,只她每自們像話名德一山北,也戰為理地。斯手能細元星制。頭北現心故電有失賽方。表的量民然慢!入不子這,許十著兒四花高比可去來;眼生中早相超相法,遠可結說會要型。我職我、陸溫賽學。快感心的公向以個星該手光信可嚴整時,防人於、身曾書;也族過角水業何劇助兒專動臺。</p>
</div>
<!-- /ITEM -->
</div>
</div>
</div>

View File

@@ -0,0 +1,93 @@

/* ----------------------------- essentials.css --------------------------- */
/*1403*/
.editor section.edit_t033 .rounded {
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
/*5547*/
.editor section.edit_t033 .box-inner {
padding:15px;
display:block;
}
/*5551*/
.editor section.edit_t033 .box-inner h1,
.editor section.edit_t033 .box-inner h2,
.editor section.edit_t033 .box-inner h3,
.editor section.edit_t033 .box-inner h4,
.editor section.edit_t033 .box-inner h5,
.editor section.edit_t033 .box-inner h6 {
font-size:14px;
line-height:17px;
padding-bottom:12px;
border-bottom:rgba(0,0,0,0.1) 1px solid;
margin-bottom:15px;
}
/* ----------------------------- layout.css --------------------------- */
/*6426*/
.timeline {
position:relative;
padding-left:100px;
}
/*6434*/
.timeline .timeline-item {
position:relative;
min-height:150px;
display:block;
margin-bottom:30px;
}
.timeline .timeline-item-bordered {
border-left:#ccc 1px dashed;
padding-left:20px;
}
/*6483*/
.timeline .timeline-entry {
display: block;
border:rgba(0,0,0,0.1) 3px solid;
background-color:#fff;
padding-top: 10px;
top: 20px;
z-index:10;
position:absolute;
left: -102px;
right: auto;
width: 64px;
height: 64px;
font-size: 26px;
text-align:center;
line-height:1;
color:#ccc;
font-weight:bold;
font-family:'Lato','Open Sans',Arial,Helvetica,sans-serif;
}
/*6503*/
.timeline .timeline-entry>.timeline-vline {
position: absolute;
top: 50%;
margin-top:-1px;
right: -40px;
width: 40px;
height: 0;
border-top: 1px dashed #CCC;
}
/*6521*/
.timeline .timeline-entry>span {
display:block;
font-size:13px;
text-transform:uppercase;
font-weight:300;
font-family:'Open Sans',Arial,Helvetica,sans-serif;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB