migrate to new git
This commit is contained in:
13
web/ext/editor_templates/a05.edit_t009/config.xml
Normal file
13
web/ext/editor_templates/a05.edit_t009/config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml id="edit008" type="editor">
|
||||
<ccategory>內文樣板</ccategory>
|
||||
<title>內文+圖片樣版9</title>
|
||||
<description>
|
||||
大圖 + 文 + 按鈕
|
||||
</description>
|
||||
<img id="thumb" src="thumb9.jpg"/>
|
||||
<assets>
|
||||
<file id="control" href="editor.html"/>
|
||||
<file id="css" href="style.css"/>
|
||||
</assets>
|
||||
</xml>
|
||||
22
web/ext/editor_templates/a05.edit_t009/editor.html
Normal file
22
web/ext/editor_templates/a05.edit_t009/editor.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<style>
|
||||
.btn{
|
||||
margin-top:15px;
|
||||
}
|
||||
</style>
|
||||
<div class="editor">
|
||||
<div class="flexslider">
|
||||
<img class="img-responsive" src="../../ext/editor_templates/a05.edit_t009/images/1200_500.jpg" alt="">
|
||||
</div>
|
||||
|
||||
<div class="callout callout-transparent">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<h3>歡樂年中慶,全館85折</h3>
|
||||
<p>滿$5000在送$500</p>
|
||||
</div>
|
||||
<div class="col-md-3 text-right">
|
||||
<a href="#" class="btn btn-outline-secondary btn-lg">立即選購</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
BIN
web/ext/editor_templates/a05.edit_t009/images/1200_500.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t009/images/1200_500.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
44
web/ext/editor_templates/a05.edit_t009/style.css
Normal file
44
web/ext/editor_templates/a05.edit_t009/style.css
Normal file
@@ -0,0 +1,44 @@
|
||||
/* ----------------------------- essentials.css --------------------------- */
|
||||
|
||||
/*6616*/
|
||||
.callout .btn {
|
||||
margin:6px 0 0 0;
|
||||
}
|
||||
|
||||
/*6590*/
|
||||
.callout {
|
||||
padding: 30px 0;
|
||||
color:#fff;
|
||||
|
||||
-webkit-transition: all .400s;
|
||||
-moz-transition: all .400s;
|
||||
-o-transition: all .400s;
|
||||
transition: all .400s;
|
||||
}
|
||||
|
||||
/*6638*/
|
||||
.callout.callout-transparent,
|
||||
.callout.callout-transparent h1,
|
||||
.callout.callout-transparent h2,
|
||||
.callout.callout-transparent h3,
|
||||
.callout.callout-transparent h4,
|
||||
.callout.callout-transparent h5,
|
||||
.callout.callout-transparent h6,
|
||||
.callout.callout-transparent p {
|
||||
color:#111;
|
||||
margin:0 !important;
|
||||
font-weight:300;
|
||||
}
|
||||
|
||||
/*10809*/
|
||||
.editor section.edit_t012 .flexslider {
|
||||
margin:0;
|
||||
border:0;
|
||||
padding:0;
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
BIN
web/ext/editor_templates/a05.edit_t009/thumb9.jpg
Normal file
BIN
web/ext/editor_templates/a05.edit_t009/thumb9.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user