Prechádzať zdrojové kódy

mejora para movil

	modified:   static/src/css/custom.css
	modified:   static/src/css/kingfisher_pro.css
	modified:   static/src/less/web.less
	modified:   views/theme.xml
edgar 8 rokov pred
rodič
commit
bc20d6f4b0

+ 8 - 0
static/src/css/custom.css

@@ -6,4 +6,12 @@
 }
 @media screen and (min-width:970px) {
     .portadaamo { height: 472px !important; overflow: hidden; }
+}
+
+@media only screen and (max-device-width:767px) and (orientation:landscape) {
+.cs-product .pwp-img {
+    max-height: 447px;
+    width: 348px;
+    height: 100vh;
+}
 }

+ 1 - 1
static/src/css/kingfisher_pro.css

@@ -2,7 +2,7 @@
 .ug-gallery-wrapper .ug-strip-panel { background-color: rgb(245, 245, 245); position: absolute; z-index: 2; }
 #o_shop_collapse_category li a { display: inline-block; width: 80%; padding-left: 3px; }
 #o_shop_collapse_category li i.fa { cursor: pointer; }
-.slide-pwp_img { width: 250px !important; height: 375px !important; }
+.slide-pwp_img { width: 235px !important; height: 350px !important; }
 
 @font-face {
 	font-family: 'icomoon';

+ 34 - 0
static/src/less/web.less

@@ -798,6 +798,40 @@ a:hover {
 	}
 }
 
+@media only screen and (max-device-width:767px) and (orientation:portrait) {
+.cs-product {
+	display: inline-block;
+	width: 345px !important; 
+
+	.pwp-img {
+		height: 518px;
+		width: 345px;
+
+		>a {
+			img {
+				max-width: 100%;
+				height: auto;
+				position: absolute;
+				top: 0;
+				right: 0;
+				left: 0;
+				bottom: 0;
+				margin: 0;
+				max-height: 100vh;
+				width:100%;
+			}
+		}
+		
+	}
+}
+}
+
+
+
+
+
+
+
 /* products section
 -------------------------------*/
 .products-section {

+ 1 - 1
views/theme.xml

@@ -111,7 +111,7 @@
 											<span>
 												<a href="whatsapp://send/?phone=595986517746" id="whatsapp" style="color:#393939">
 													<i aria-hidden="true" class="icon-whatsapp"/>
-													<span t-field="res_company.phone"/>&amp;nbsp;(0986) 517-746 &amp;nbsp;&amp;nbsp;</a>
+													<span t-field="res_company.phone"/>&amp;nbsp;(0986) 517-746 &amp;nbsp;&amp;nbsp; Compras por Whatsapp-Click aquí</a>
 											</span>
 										</p>
 										<!--     <a t-att-href="'mailto:%s' % res_company.email"><p class="mail"><span><i class="fa fa-envelope-o"/></span><span t-ignore="true" t-field="res_company.email"/></p></a>-->