Commit 85535e53 authored by imac's avatar imac

[Bugfix]Product page style

parent aa21f946
......@@ -134,6 +134,7 @@ select,
input[type ="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea{
border: 1px solid rgba(26,26,26,0.1);
width: 100%;
......@@ -198,6 +199,7 @@ select,option{
opacity: 1 !important;
font-size: 11px !important;
}
#user_login,
#login{
background: transparent url(img/login.svg) no-repeat 6% 50%;
background-size: 11px;
......@@ -761,7 +763,8 @@ footer{
}
.right-panel-wrapper{
background: #fff;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
left: 100%;
z-index: 9999999;
}
......@@ -853,6 +856,9 @@ aside.news-wrapper {
width: 49%;
}
/* --------------*/ /* ---------->>> Product <<<-----------*/ /* --------------*/
#product{
overflow: hidden;
}
.product-images{
width: 59%;
padding: 39px;
......@@ -1030,8 +1036,13 @@ aside.news-wrapper {
z-index: 999;
background: #fff;
}
.product-details form {
width: 43.4%;
overflow: auto;
height: 100%;
}
.product-details .list{
width: 21.7%;
width: 50%;
padding: 40px 30px;
position: relative;
height: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment