"Onsen-UI-Mobile-Product-Preview"
Bootstrap 3.0.0 Snippet by vara24

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<meta charset="utf-8">
<link rel="stylesheet" href="https://unpkg.com/onsenui/css/onsenui.css">
<link rel="stylesheet" href="https://unpkg.com/onsenui/css/onsen-css-components.min.css">
<script src="https://unpkg.com/onsenui/js/onsenui.min.js"></script>
<script src="lib/onsen/js/onsenui.js"></script>
</head>
<body>
<ons-tabbar>
<ons-tab page="page.html" icon="ion-search" label="Find a place" active="true">
</ons-tab>
<ons-tab page="page.html" icon="ion-star" label="Favorites">
</ons-tab>
<ons-tab page="page.html" icon="ion-person" label="Profile">
</ons-tab>
</ons-tabbar>
<ons-template id="page.html">
<ons-page modifier="shop-details">
<ons-toolbar modifier="transparent">
<div class="right">
<ons-toolbar-button><ons-icon icon="ion-ios-chatboxes" style="color: white"></ons-icon></ons-toolbar-button>
</div>
<div class="left">
<ons-toolbar-button><ons-icon icon="ion-arrow-left-c" style="color: white; font-size: 28px;" fixed-width="false"></ons-icon></ons-toolbar-button>
</div>
</ons-toolbar>
<div class="card">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.page--shop-details__content {
position: absolute;
left: 0px;
right: 0px;
top: 0px !important;
bottom: 0px;
}
.card {
background-color: white;
background-image: url(*******);
background-repeat: no-repeat;
background-size: cover;
color: white;
height: 250px;
}
.card-toolbar ons-back-button span {
color: white;
}
.card-name {
font-weight: 600;
font-size: 20px;
padding: 66px 0 8px 0;
text-align: center;
}
.card-desc {
font-size: 14px;
font-weight: 400;
opacity: 0.9;
text-align: center;
line-height: 1.4;
}
.rating {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: