From 57c10be35e1536e1859b1b531210d120437523d3 Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 14 Jun 2016 16:47:11 +0300 Subject: [PATCH] Веталь --- frontend/views/catalog/products.php | 2 +- frontend/web/css/style.dev.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/frontend/views/catalog/products.php b/frontend/views/catalog/products.php index 6cdd053..ff18139 100755 --- a/frontend/views/catalog/products.php +++ b/frontend/views/catalog/products.php @@ -70,7 +70,7 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[
-
+
'seo_text'])?>
diff --git a/frontend/web/css/style.dev.css b/frontend/web/css/style.dev.css index a3db414..d0c92a1 100755 --- a/frontend/web/css/style.dev.css +++ b/frontend/web/css/style.dev.css @@ -1579,4 +1579,36 @@ input.custom-radio + label:hover { .blog-show-img{ padding-right: 20px; +} + +.text_seo.hidden_seo{ + height: 178px; + overflow: hidden; + position: relative; + +} +.text_seo.hidden_seo div { + height: 162px; + overflow: hidden; +} +.text_seo.hidden_seo a { + position: absolute; + bottom: 0; + right: 0; + font-size: 16px; +} +.text_seo.hidden_seo a:before { + content: ''; + display: block; + position: absolute; + bottom: 0; + right: 0; + left: 0; + height: 50px; + background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff)); + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%); + background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%); + background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%); + background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%); } \ No newline at end of file -- libgit2 0.21.4