182 lines
4.0 KiB
CSS
182 lines
4.0 KiB
CSS
/*----------------------------------------------------------------------------
|
|
Responsivity
|
|
---------------------------------------------------------------------------*/
|
|
.flashsale *,
|
|
.flashsale *:before,
|
|
.flashsale *:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.flashsale .row {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.flashsale .row:before,
|
|
.flashsale .row:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
.flashsale .row:after {
|
|
clear: both;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.flashsale .hidden-xs{
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.flashsale .hidden-xs.hidden-sm {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.flashsale .hidden-sm {
|
|
display: none !important; }
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.flashsale .hidden-xs.hidden-sm {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.flashsale .col-xs-4,
|
|
.flashsale .col-xs-6,
|
|
.flashsale .col-sm-3,
|
|
.flashsale .col-md-3,
|
|
.flashsale .col-md-9,
|
|
.flashsale .col-md-12,
|
|
.flashsale .col-lg-12 {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.flashsale .col-xs-4 {
|
|
width: 33.33333%;
|
|
float: left;
|
|
}
|
|
|
|
.flashsale .col-xs-6 {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.flashsale .col-sm-3 {
|
|
width: 33.333333%;
|
|
float:left;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.flashsale .col-md-12 {
|
|
width: 100%;
|
|
}
|
|
.flashsale .col-md-9 {
|
|
float: left;
|
|
width: 75%;
|
|
}
|
|
.flashsale .col-md-3 {
|
|
float: left;
|
|
width: 25%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.flashsale .col-lg-12 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.flashsale ol,
|
|
.flashsale ul {
|
|
list-style: none;
|
|
margin-top: 0;
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.flashsale .img-responsive {
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.flashsale img {
|
|
vertical-align: middle;
|
|
border: 0;
|
|
}
|
|
|
|
.flashsale [class^="icon-"], .flashsale [class*=" icon-"] {
|
|
display: inline;
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0% 0%;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-decoration: inherit;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.flashsale .clearfix:before,
|
|
.flashsale .clearfix:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
.flashsale .clearfix:after {
|
|
clear: both;
|
|
}
|
|
|
|
/*----------------------------------------------------------------------------
|
|
Font-awesome
|
|
---------------------------------------------------------------------------*/
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('../fonts/fontawesome-webfont.eot?v=3.1.0');
|
|
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.flashsale [class^="icon-"], {
|
|
display:inline-block;
|
|
font:normal normal normal 14px/1 FontAwesome;
|
|
font-size:inherit;text-rendering:auto;
|
|
-webkit-font-smoothing:antialiased;
|
|
-moz-osx-font-smoothing:grayscale;
|
|
transform:translate(0, 0);
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0% 0%;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.flashsale [class^="icon-"]:before,
|
|
.flashsale [class*=" icon-"]:before {
|
|
text-decoration: inherit;
|
|
display: inline-block;
|
|
speak: none;
|
|
}
|
|
|
|
.flashsale .icon-clock-o:before {
|
|
content: "\f017";
|
|
}
|