Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venshop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huanvl
venshop
Commits
c14b7f96
Commit
c14b7f96
authored
Oct 23, 2013
by
vulehuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reskin static html and using less css
parent
b71cfaa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
635 additions
and
619 deletions
+635
-619
static_html/css/style.css.less
+318
-308
static_html/index.html
+317
-311
No files found.
static_html/css/style.css
→
static_html/css/style.css
.less
View file @
c14b7f96
// Extra small screen / phone
@screen-xs: 480px;
@screen-phone: @screen-xs;
// Small screen / tablet
@screen-sm: 768px;
@screen-tablet: @screen-sm;
// Medium screen / desktop
@screen-md: 992px;
@screen-desktop: @screen-md;
// Large screen / wide desktop
@screen-lg: 1200px;
@screen-lg-desktop: @screen-lg;
body {
body {
font-family: Tahoma, "Times New Roman", Times, serif;
font-family: Tahoma, "Times New Roman", Times, serif;
font-size: 12px;
font-size: 12px;
...
@@ -20,359 +36,353 @@ body {
...
@@ -20,359 +36,353 @@ body {
.margin-1 {
.margin-1 {
margin-top: 10px;
margin-top: 10px;
}
}
/*****************************************
header
******************************************/
header {
header {
padding: 5px 0;
padding: 5px 0;
margin-right: -15px;
margin-right: -15px;
@media (max-width: @screen-xs) {
margin-right: 0;
}
position: relative;
position: relative;
}
.banner {
margin-top: 9px;
header
.banner
img
{
@media (min-width: @screen-lg-desktop) {
border-radius
:
4px
;
margin-top: 3px;
box-shadow
:
4px
4px
4px
#888888
;
}
}
img {
border-radius: 4px;
h1
.logo
a
{
box-shadow: 4px 4px 4px #888888;
width
:
160px
;
}
height
:
100px
;
}
color
:
transparent
;
.block-user-action {
font-size
:
0
;
position: absolute;
overflow
:
hidden
;
bottom: 19px;
display
:
inline-block
;
right: 10px;
background
:
url("../images/logo.jpg")
no-repeat
;
box-shadow: 4px 4px 4px #666;
}
border-radius: 5px;
@media (min-width: @screen-lg-desktop) {
.block-user-action
{
bottom: 8px;
position
:
absolute
;
}
bottom
:
13px
;
ul, li {
right
:
10px
;
list-style: none;
box-shadow
:
4px
4px
4px
#666
;
margin: 0;
border-radius
:
5px
;
padding: 0;
}
}
li {
.block-user-action
ul
,
.block-user-action
li
{
float: left;
list-style
:
none
;
margin-left: 10px;
margin
:
0
;
}
padding
:
0
;
}
}
}
.block-user-action
li
{
h1 {
float
:
left
;
&.logo {
margin-left
:
10px
;
a {
width: 160px;
height: 100px;
color: transparent;
font-size: 0;
overflow: hidden;
display: inline-block;
background: url("../images/logo.jpg") no-repeat;
}
}
}
}
.block-search {
.block-search {
margin-right: -15px;
margin-right: -15px;
@media (max-width: @screen-xs) {
margin-right: 0;
}
padding-bottom: 10px;
padding-bottom: 10px;
.btn {
span {
margin-right: 7px;
}
&:hover {
color: #FFFF00;
}
}
.btn-default {
font-weight: bold;
text-transform: uppercase;
color: #FFF;
background-color: #72a930;
border-color: #ccc;
padding: 7px 12px;
margin-top: -1px;
}
}
}
.block-search
.btn
span
{
margin-right
:
7px
;
}
.block-search
.btn
:hover
{
color
:
#FFFF00
;
}
.block-search
.btn-default
{
font-weight
:
bold
;
text-transform
:
uppercase
;
color
:
#FFF
;
background-color
:
#72a930
;
border-color
:
#ccc
;
padding
:
7px
12px
;
margin-top
:
-1px
;
}
.breadcrumb {
.breadcrumb {
margin-left: -15px;
margin-left: -15px;
font-size: 13px;
font-size: 13px;
font-weight: bold;
font-weight: bold;
padding: 4px 15px 4px 0;
padding: 4px 15px 4px 0;
span {
display: block;
float: left;
margin-right: 10px;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li {
float: left;
color: #428bca;
&:after {
content: ">>";
}
&.last:after {
content: "";
}
a {
padding: 0 10px;
}
}
}
}
.breadcrumb
span
{
display
:
block
;
float
:
left
;
margin-right
:
10px
;
}
.breadcrumb
ul
,
.breadcrumb
li
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.breadcrumb
li
{
float
:
left
;
color
:
#428bca
;
}
.breadcrumb
li
:after
{
content
:
">>"
;
}
.breadcrumb
li
.last
:after
{
content
:
""
;
}
.breadcrumb
li
a
{
padding
:
0
10px
;
}
/*****************************************
box
******************************************/
.box {
.box {
border: 1px solid #ccc;
border: 1px solid #ccc;
border-radius: 4px;
border-radius: 4px;
margin-bottom: 13px;
margin-bottom: 13px;
&.bg {
background: url("../images/n.jpg");
}
h2 {
position: relative;
margin: 0;
padding: 2px 0;
background: #f1f3ee;
.corner-left, .corner-right {
position: absolute;
display: block;
width: 32px;
height: 26px;
overflow: hidden;
top: 2px;
}
.corner-left {
left: 3px;
}
.corner-right {
right: 3px;
background-position: top right;
background-position-y: -100px;
}
.text {
display: block;
background-position-y: -50px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
font-family: Tahoma;
font-size: 11px;
min-height: 26px;
line-height: 26px;
text-align: center;
margin: 0 7px 0 3px;
}
}
a {
font-weight: bold;
color: #000;
&:hover {
color: #900;
}
}
.list, .list li {
list-style: none;
margin: 0;
padding: 0;
}
.list {
&>li {
background: url("../images/icon_1.gif") 0 7px no-repeat;
border-bottom: 1px solid #CCC;
&.last {
border-bottom: none;
}
&>a {
border: none;
border-radius: 0;
display: block;
padding: 7px 15px 7px 20px;
&:hover, &:focus {
background: none;
border-color: #CCC;
}
}
}
}
}
}
.box.bg
{
background
:
url("../images/n.jpg")
;
}
.box
a
{
font-weight
:
bold
;
color
:
#000
;
}
.box
a
:hover
{
color
:
#900
;
}
.box
.list
,
.box
.list
li
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.box
.list
>
li
{
background
:
url("../images/icon_1.gif")
0
7px
no-repeat
;
border-bottom
:
1px
solid
#CCC
;
}
.box
.list
>
li
.last
{
border-bottom
:
none
;
}
.box
.list
>
li
>
a
:hover
,
.box
.list
>
li
>
a
:focus
{
background
:
none
;
}
.box
.list
>
li
>
a
:hover
{
border-color
:
#CCC
;
}
.box
.list
>
li
>
a
{
border
:
none
;
border-radius
:
0
;
display
:
block
;
}
.box
.list
>
li
>
a
{
padding
:
7px
15px
7px
20px
;
}
.box
h2
{
position
:
relative
;
margin
:
0
;
padding
:
2px
0
;
background
:
#f1f3ee
;
}
.box
h2
.corner-left
,
.box
h2
.corner-right
{
position
:
absolute
;
display
:
block
;
width
:
32px
;
height
:
26px
;
overflow
:
hidden
;
top
:
2px
;
}
.box
h2
.corner-left
{
left
:
3px
;
}
.box
h2
.corner-right
{
right
:
3px
;
background-position
:
top
right
;
background-position-y
:
-100px
;
}
.box
h2
.text
{
display
:
block
;
background-position-y
:
-50px
;
color
:
#FFF
;
font-weight
:
bold
;
text-transform
:
uppercase
;
font-family
:
Tahoma
;
font-size
:
11px
;
min-height
:
26px
;
line-height
:
26px
;
text-align
:
center
;
margin
:
0
7px
0
3px
;
}
/*****************************************
footer
******************************************/
footer {
footer {
background: url("../images/bg_footer.jpg") repeat-x;
background: url("../images/bg_footer.jpg") repeat-x;
padding: 20px 10px 10px 10px;
padding: 20px 10px 10px 10px;
margin-top: 10px;
margin-top: 10px;
}
/*****************************************
grid view
******************************************/
.body-box
{
border
:
1px
solid
#CCC
;
margin-left: -15px;
margin-left: -15px;
margin-right: -15px;
margin-right: -15px;
padding-left
:
16px
;
@media (max-width: @screen-xs) {
padding-right
:
16px
;
margin-right: 0;
}
margin-left: 0;
}
.grid-view
.thumbnail
{
border
:
none
;
}
}
.
grid-view
.item
{
.
body-box
{
border: 1px solid #CCC;
border: 1px solid #CCC;
margin
:
1px
1px
2px
1px
;
}
.grid-view
.col-md-3
{
padding
:
0
;
}
.body-box
h2
{
margin
:
0
;
padding
:
0
;
background-position-y
:
-50px
;
background-repeat
:
repeat-x
;
height
:
29px
;
position
:
relative
;
padding-left
:
29px
;
line-height
:
29px
;
margin-left: -15px;
margin-left: -15px;
margin-right: -15px;
margin-right: -15px;
color
:
#9A370B
;
padding-left: 16px;
font-weight
:
bold
;
padding-right: 16px;
text-decoration
:
none
;
@media (max-width: @screen-xs) {
text-transform
:
uppercase
;
margin-right: 0;
font-size
:
11px
;
margin-left: 0;
font-family
:
Tahoma
;
}
background-position-y
:
-50px
;
h2 {
}
margin: 0;
padding: 0;
.body-box
h2
span
{
background-position-y: -50px;
display
:
block
;
background-repeat: repeat-x;
width
:
29px
;
height: 29px;
height
:
29px
;
position: relative;
position
:
absolute
;
padding-left: 29px;
width
:
29px
;
line-height: 29px;
top
:
0
;
margin-left: -15px;
left
:
0
;
margin-right: -15px;
}
color: #9A370B;
font-weight: bold;
.grid-view
.item
h4
{
text-decoration: none;
font-family
:
Tahoma
;
text-transform: uppercase;
font-size
:
11px
;
font-size: 11px;
font-weight
:
bold
;
font-family: Tahoma;
text-align
:
center
;
background-position-y: -50px;
line-height
:
120%
;
span {
}
display: block;
width: 29px;
.grid-view
.item
h4
a
{
height: 29px;
color
:
#333
;
position: absolute;
}
width: 29px;
top: 0;
.grid-view
.item
.price
{
left: 0;
color
:
#000
;
}
font-weight
:
bold
;
}
text-align
:
center
;
}
padding-top
:
15px
;
.grid-view {
padding-bottom
:
5px
;
.col-md-3 {
}
padding: 0;
}
.grid-view
.item
.price
span
{
.item {
color
:
#F00
;
border: 1px solid #CCC;
}
margin: 1px 1px 2px 1px;
.thumbnail {
.grid-view
.item
.action
,
.list-view
.item
.action
{
border: none;
text-align
:
center
;
}
padding-bottom
:
7px
;
h4 {
}
font-family: Tahoma;
font-size: 11px;
.grid-view
.item
.action
.view-detail
,
.grid-view
.item
.action
.order
,
.list-view
.item
.action
.view-detail
,
.list-view
.item
.action
.order
font-weight: bold;
{
text-align: center;
color
:
transparent
;
line-height: 120%;
font-size
:
0
;
a {
display
:
inline-block
;
color: #333;
overflow
:
hidden
;
}
height
:
19px
;
}
}
.price {
color: #000;
.grid-view
.item
.action
.view-detail
,
.list-view
.item
.action
.view-detail
font-weight: bold;
{
text-align: center;
width
:
74px
;
padding-top: 15px;
background
:
url("../images/detail.png")
no-repeat
;
padding-bottom: 5px;
margin-right
:
10px
;
span {
color: #F00;
}
}
.action {
text-align: center;
padding-bottom: 7px;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
}
}
.grid-view
.item
.action
.order
,
.list-view
.item
.action
.order
{
width
:
84px
;
background
:
url("../images/order.png")
no-repeat
;
}
/*****************************************
list view
******************************************/
.list-view {
.list-view {
.col-md-3 {
}
width: 100%;
clear: left;
.list-view
.col-md-3
{
padding-top: 10px;
width
:
100%
;
}
clear
:
left
;
.item {
padding-top
:
10px
;
.thumbnail {
}
width: 25%;
float: left;
.list-view
.thumbnail
{
margin-right: 10px;
width
:
25%
;
}
float
:
left
;
h4 {
margin-right
:
10px
;
padding-left: 10px;
}
margin-left: 25%;
margin-bottom: -25px;
.list-view
h4
{
}
padding-left
:
10px
;
.price {
margin-left
:
25%
;
font-size: 13px;
margin-bottom
:
-25px
;
padding-bottom: 5px;
font-weight: bold;
padding-top: 35px;
span {
font-size: 14px;
color: #FF0000;
}
}
.action {
padding-bottom: 7px;
text-align: left;
.view-detail, .order {
color: transparent;
font-size: 0;
display: inline-block;
overflow: hidden;
height: 19px;
}
.view-detail {
width: 74px;
background: url("../images/detail.png") no-repeat;
margin-right: 10px;
}
.order {
width: 84px;
background: url("../images/order.png") no-repeat;
}
}
}
}
}
.list-view
.price
{
font-size
:
13px
;
padding-bottom
:
5px
;
font-weight
:
bold
;
padding-top
:
35px
;
}
.list-view
.price
span
{
font-size
:
14px
;
color
:
#FF0000
;
}
.list-view
.item
.action
{
text-align
:
left
;
}
/*****************************************
others
******************************************/
#block-slide {
#block-slide {
margin-left: -15px;
margin-left: -15px;
margin-right: -15px;
margin-right: -15px;
@media (max-width: @screen-xs) {
margin-right: 0;
margin-left: 0;
}
padding-bottom: 10px;
padding-bottom: 10px;
}
}
...
...
static_html/index.html
View file @
c14b7f96
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
<link
href=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
href=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel=
"stylesheet"
>
rel=
"stylesheet"
>
<link
rel=
"stylesheet
"
href=
"css/style.c
ss"
/>
<link
rel=
"stylesheet
/less"
href=
"css/style.css.le
ss"
/>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2pre/html5shiv.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2pre/html5shiv.min.js"></script>
...
@@ -17,313 +17,318 @@
...
@@ -17,313 +17,318 @@
<![endif]-->
<![endif]-->
</head>
</head>
<body>
<body>
<!-- header -->
<!-- header -->
<div
class=
"container"
>
<div
class=
"container"
>
<header>
<header>
<h1
class=
"logo pull-left"
>
<div
class=
"row"
>
<a
href=
""
>
Venshop
</a>
<div
class=
"col-md-2 col-sm-2"
>
</h1>
<h1
class=
"logo pull-left"
><a
href=
""
>
Venshop
</a></h1>
<div
class=
"banner pull-right"
>
</div>
<a
href=
""
><img
src=
"images/upload/banner/1.png"
alt=
""
/></a>
<div
class=
"col-md-10 col-sm-10"
>
</div>
<div
class=
"banner pull-right"
>
<div
class=
"block-user-action"
>
<a
href=
""
><img
src=
"images/upload/banner/1.png"
class=
"img-responsive"
alt=
""
/></a>
<div
class=
"btn-group"
>
</div>
<a
data-toggle=
"modal"
href=
"#map-modal"
class=
"btn btn-primary"
>
</div>
<span
class=
"glyphicon glyphicon-user"
></span>
Login
</div>
</a>
<a
href=
""
class=
"btn btn-default"
>
<span
<div
class=
"block-user-action"
>
class=
"glyphicon glyphicon-hand-right"
></span>
Register
<div
class=
"btn-group"
>
</a>
<a
href=
""
class=
"btn btn-danger last"
>
<span
<a
data-toggle=
"modal"
href=
"#map-modal"
class=
"btn btn-primary"
>
class=
"glyphicon glyphicon-shopping-cart"
></span>
0 item(s)
<span
class=
"glyphicon glyphicon-user"
></span>
Login
</a>
</a>
<a
href=
""
class=
"btn btn-default"
>
<span
</div>
class=
"glyphicon glyphicon-hand-right"
></span>
Register
</div>
</a>
<a
href=
""
class=
"btn btn-danger last"
>
<span
<div
class=
"clearfix"
></div>
class=
"glyphicon glyphicon-shopping-cart"
></span>
0 item(s)
</header>
</a>
<!-- search -->
</div>
<div
class=
"input-group block-search"
>
</div>
<input
id=
"txt-keyword"
type=
"text"
class=
"form-control"
<div
class=
"clearfix"
></div>
placeholder=
"Enter keywords"
value=
""
>
<span
</header>
class=
"input-group-btn"
>
<a
id=
"btn-search"
<!-- search -->
class=
"btn btn-default"
href=
"javascript:void(0)"
><span
<div
class=
"input-group block-search"
>
class=
"glyphicon glyphicon-search"
></span>
Search
</a>
<input
id=
"txt-keyword"
type=
"text"
class=
"form-control"
</span>
placeholder=
"Enter keywords"
value=
""
>
<span
</div>
class=
"input-group-btn"
>
<a
id=
"btn-search"
</div>
class=
"btn btn-default"
href=
"javascript:void(0)"
><span
<div
class=
"container"
>
class=
"glyphicon glyphicon-search"
></span>
Search
</a>
<div
class=
"row"
>
</span>
<div
class=
"col-md-3 sidebar-first"
>
</div>
<div
class=
"box bg"
>
</div>
<h2>
<div
class=
"container"
>
<span
class=
"sprite-1 text"
>
Category
</span><span
<div
class=
"row"
>
class=
"sprite-1 corner-left"
></span><span
<div
class=
"col-md-3 col-sm-3 sidebar-first"
>
class=
"sprite-1 corner-right"
></span>
<div
class=
"box bg"
>
</h2>
<h2>
<ul
class=
"list"
>
<span
class=
"sprite-1 text"
>
Category
</span><span
<li><a
href=
""
title=
""
>
Category 1
</a></li>
class=
"sprite-1 corner-left"
></span><span
<li><a
href=
""
title=
""
>
Category 2
</a></li>
class=
"sprite-1 corner-right"
></span>
<li><a
href=
""
title=
""
>
Category 3
</a></li>
</h2>
<li><a
href=
""
title=
""
>
Category 4
</a></li>
<ul
class=
"list"
>
<li><a
href=
""
title=
""
>
Category 5
</a></li>
<li><a
href=
""
title=
""
>
Category 1
</a></li>
<li><a
href=
""
title=
""
>
Category 6
</a></li>
<li><a
href=
""
title=
""
>
Category 2
</a></li>
<li><a
href=
""
title=
""
>
Category 7
</a></li>
<li><a
href=
""
title=
""
>
Category 3
</a></li>
<li><a
href=
""
title=
""
>
Category 8
</a></li>
<li><a
href=
""
title=
""
>
Category 4
</a></li>
<li><a
href=
""
title=
""
>
Category 9
</a></li>
<li><a
href=
""
title=
""
>
Category 5
</a></li>
<li
class=
"last"
><a
href=
""
title=
""
>
Category 10
</a></li>
<li><a
href=
""
title=
""
>
Category 6
</a></li>
</ul>
<li><a
href=
""
title=
""
>
Category 7
</a></li>
</div>
<li><a
href=
""
title=
""
>
Category 8
</a></li>
<!-- Advertising -->
<li><a
href=
""
title=
""
>
Category 9
</a></li>
<div
class=
"box"
>
<li
class=
"last"
><a
href=
""
title=
""
>
Category 10
</a></li>
<h2>
</ul>
<span
class=
"sprite-1 text"
>
Advertising
</span><span
</div>
class=
"sprite-1 corner-left"
></span><span
<!-- Advertising -->
class=
"sprite-1 corner-right"
></span>
<div
class=
"box"
>
</h2>
<h2>
<div
class=
"block-advertising"
>
<span
class=
"sprite-1 text"
>
Advertising
</span><span
<a
href=
""
class=
"thumbnail"
><img
class=
"sprite-1 corner-left"
></span><span
src=
"images/upload/ads/1.jpg"
alt=
""
/></a>
<a
href=
""
class=
"sprite-1 corner-right"
></span>
class=
"thumbnail"
><img
src=
"images/upload/ads/2.gif"
alt=
""
/></a>
</h2>
<a
href=
""
class=
"thumbnail"
><img
<div
class=
"block-advertising"
>
src=
"images/upload/ads/3.png"
alt=
""
/></a>
<a
href=
""
<a
href=
""
class=
"thumbnail"
><img
class=
"thumbnail"
><img
src=
"images/upload/ads/4.jpg"
alt=
""
/></a>
src=
"images/upload/ads/1.jpg"
alt=
""
/></a>
<a
href=
""
<a
href=
""
class=
"thumbnail"
><img
class=
"thumbnail"
><img
src=
"images/upload/ads/2.gif"
alt=
""
/></a>
src=
"images/upload/ads/5.jpg"
alt=
""
/></a>
<a
href=
""
<a
href=
""
class=
"thumbnail"
><img
class=
"thumbnail"
><img
src=
"images/upload/ads/6.jpg"
alt=
""
/></a>
src=
"images/upload/ads/3.png"
alt=
""
/></a>
<a
href=
""
</div>
class=
"thumbnail"
><img
src=
"images/upload/ads/4.jpg"
alt=
""
/></a>
</div>
<a
href=
""
class=
"thumbnail"
><img
</div>
src=
"images/upload/ads/5.jpg"
alt=
""
/></a>
<a
href=
""
<div
class=
"col-md-9"
>
class=
"thumbnail"
><img
src=
"images/upload/ads/6.jpg"
alt=
""
/></a>
<!-- slide -->
</div>
<div
id=
"block-slide"
>
</div>
<div
id=
"carousel-example-generic"
</div>
class=
"carousel carousel-fade slide"
>
<div
class=
"col-md-9 col-sm-9"
>
<!-- Indicators -->
<!-- slide -->
<ol
class=
"carousel-indicators"
>
<div
id=
"block-slide"
>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"0"
<div
id=
"carousel-example-generic"
class=
"active"
></li>
class=
"carousel carousel-fade slide"
>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<!-- Indicators -->
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
<ol
class=
"carousel-indicators"
>
</ol>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"0"
<div
class=
"carousel-inner"
>
class=
"active"
></li>
<div
class=
"item active"
>
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"1"
></li>
<a
href=
""
><img
class=
"img-responsive"
<li
data-target=
"#carousel-example-generic"
data-slide-to=
"2"
></li>
src=
"images/upload/slide/1.png"
alt=
""
/></a>
</ol>
</div>
<div
class=
"carousel-inner"
>
<div
class=
"item"
>
<div
class=
"item active"
>
<a
href=
""
><img
class=
"img-responsive"
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/2.jpg"
alt=
""
/></a>
src=
"images/upload/slide/1.png"
alt=
""
/></a>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<a
href=
""
><img
class=
"img-responsive"
<a
href=
""
><img
class=
"img-responsive"
src=
"images/upload/slide/3.jpg"
alt=
""
/></a>
src=
"images/upload/slide/2.jpg"
alt=
""
/></a>
</div>
</div>
</div>
<div
class=
"item"
>
</div>
<a
href=
""
><img
class=
"img-responsive"
</div>
src=
"images/upload/slide/3.jpg"
alt=
""
/></a>
<nav
class=
"breadcrumb"
>
</div>
<span>
You are in:
</span>
</div>
<ul>
</div>
<li><a
href=
""
>
Home
</a></li>
</div>
<li
class=
"last"
><a
href=
""
>
Lorem Ipsum
</a></li>
<nav
class=
"breadcrumb"
>
</ul>
<span>
You are in:
</span>
</nav>
<ul>
<div
class=
"clearfix"
></div>
<li><a
href=
""
>
Home
</a></li>
<!-- Recommended Items -->
<li
class=
"last"
><a
href=
""
>
Lorem Ipsum
</a></li>
<div
class=
"body-box grid-view"
>
</ul>
<h2
class=
"sprite-2"
>
</nav>
Recommended Items
<span
class=
"sprite-2"
></span>
<div
class=
"clearfix"
></div>
</h2>
<!-- Recommended Items -->
<div
class=
"row"
>
<div
class=
"body-box grid-view"
>
<div
class=
"col-md-3"
>
<h2
class=
"sprite-2"
>
<div
class=
"item"
>
Recommended Items
<span
class=
"sprite-2"
></span>
<h4>
</h2>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
<div
class=
"row"
>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
Price:
<span>
6,699,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
6,699,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
Price:
<span>
95,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
95,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
Price:
<span>
95,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
95,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Kitybags BLVT-0164
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Kitybags BLVT-0164
</a>
Price:
<span>
228,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
228,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
</div>
href=
""
>
Order
</a>
<div
class=
"row"
>
</div>
<div
class=
"col-md-3"
>
</div>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Charles
&
Keith CK2-50150234
</a>
<div
class=
"row"
>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/5.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Charles
&
Keith CK2-50150234
</a>
Price:
<span>
1,199,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/5.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
1,199,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Ananas 40071
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/6.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Ananas 40071
</a>
Price:
<span>
449,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/6.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
449,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
</div>
href=
""
>
Order
</a>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
<!-- Newest Items -->
</div>
<div
class=
"body-box list-view margin-1"
>
</div>
<h2
class=
"sprite-2"
>
<div
class=
"clearfix"
></div>
Newest Items
<span
class=
"sprite-2"
></span>
</div>
</h2>
<!-- Newest Items -->
<div
class=
"row"
>
<div
class=
"body-box list-view margin-1"
>
<div
class=
"col-md-3"
>
<h2
class=
"sprite-2"
>
<div
class=
"item"
>
Newest Items
<span
class=
"sprite-2"
></span>
<h4>
</h2>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
<div
class=
"row"
>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
HP Pavilion DM1-4104AU – 11.6” / 500GB
</a>
Price:
<span>
6,699,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/1.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
6,699,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Casio AE-1000W-1AVDF
</a>
Price:
<span>
95,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/2.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
95,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Smooth Pillows Travel / Red
</a>
Price:
<span>
95,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/3.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
95,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"col-md-3"
>
href=
""
>
Order
</a>
<div
class=
"item"
>
</div>
<h4>
</div>
<a
href=
""
>
Kitybags BLVT-0164
</a>
</div>
</h4>
<div
class=
"col-md-3 col-sm-3"
>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
<div
class=
"item"
>
alt=
""
></a>
<h4>
<div
class=
"price"
>
<a
href=
""
>
Kitybags BLVT-0164
</a>
Price:
<span>
228,000
</span>
</h4>
</div>
<a
href=
""
class=
"thumbnail"
><img
src=
"images/upload/4.jpg"
<div
class=
"action"
>
alt=
""
></a>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
<div
class=
"price"
>
href=
""
>
Order
</a>
Price:
<span>
228,000
</span>
</div>
</div>
</div>
<div
class=
"action"
>
</div>
<a
class=
"view-detail"
href=
""
>
Detail
</a><a
class=
"order"
</div>
href=
""
>
Order
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
</div>
<div
class=
"container"
>
</div>
<footer>
</div>
<b>
Venshop - Huan Vu Le
</b><br
/>
<b>
Address
</b>
: 17 No.2 street, Cu
</div>
Xa Do Thanh, Ward 4 Dist. 3, HCMC, Vietnam
<br
/>
<b>
Email
</b>
:
<a
<!-- footer -->
href=
"mailto:info@zigexn.vn"
>
info@zigexn.vn
</a><br
/>
<b>
Website
</b>
:
<div
class=
"container"
>
<a
href=
"http://zigexn.vn"
>
http://http://zigexn.vn.com
</a>
<footer>
</footer>
<b>
Venshop - Huan Vu Le
</b><br
/>
<b>
Address
</b>
: 17 No.2 street, Cu
</div>
Xa Do Thanh, Ward 4 Dist. 3, HCMC, Vietnam
<br
/>
<b>
Email
</b>
:
<a
<script
href=
"mailto:info@zigexn.vn"
>
info@zigexn.vn
</a><br
/>
<b>
Website
</b>
:
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
<a
href=
"http://zigexn.vn"
>
http://http://zigexn.vn.com
</a>
type=
"text/javascript"
></script>
</footer>
<script
</div>
src=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/less.js/1.4.1/less.min.js"
type=
"text/javascript"
></script>
type=
"text/javascript"
></script>
<script
<script
src=
"js/start.js"
type=
"text/javascript"
></script>
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
type=
"text/javascript"
></script>
<script
src=
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
type=
"text/javascript"
></script>
<script
src=
"js/start.js"
type=
"text/javascript"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment