Commit 85535e53 authored by imac's avatar imac

[Bugfix]Product page style

parent aa21f946
...@@ -134,6 +134,7 @@ select, ...@@ -134,6 +134,7 @@ select,
input[type ="text"], input[type ="text"],
input[type="email"], input[type="email"],
input[type="tel"], input[type="tel"],
input[type="password"],
textarea{ textarea{
border: 1px solid rgba(26,26,26,0.1); border: 1px solid rgba(26,26,26,0.1);
width: 100%; width: 100%;
...@@ -198,6 +199,7 @@ select,option{ ...@@ -198,6 +199,7 @@ select,option{
opacity: 1 !important; opacity: 1 !important;
font-size: 11px !important; font-size: 11px !important;
} }
#user_login,
#login{ #login{
background: transparent url(img/login.svg) no-repeat 6% 50%; background: transparent url(img/login.svg) no-repeat 6% 50%;
background-size: 11px; background-size: 11px;
...@@ -761,7 +763,8 @@ footer{ ...@@ -761,7 +763,8 @@ footer{
} }
.right-panel-wrapper{ .right-panel-wrapper{
background: #fff; background: #fff;
overflow: auto; overflow-y: auto;
overflow-x: hidden;
left: 100%; left: 100%;
z-index: 9999999; z-index: 9999999;
} }
...@@ -853,6 +856,9 @@ aside.news-wrapper { ...@@ -853,6 +856,9 @@ aside.news-wrapper {
width: 49%; width: 49%;
} }
/* --------------*/ /* ---------->>> Product <<<-----------*/ /* --------------*/ /* --------------*/ /* ---------->>> Product <<<-----------*/ /* --------------*/
#product{
overflow: hidden;
}
.product-images{ .product-images{
width: 59%; width: 59%;
padding: 39px; padding: 39px;
...@@ -1030,8 +1036,13 @@ aside.news-wrapper { ...@@ -1030,8 +1036,13 @@ aside.news-wrapper {
z-index: 999; z-index: 999;
background: #fff; background: #fff;
} }
.product-details form {
width: 43.4%;
overflow: auto;
height: 100%;
}
.product-details .list{ .product-details .list{
width: 21.7%; width: 50%;
padding: 40px 30px; padding: 40px 30px;
position: relative; position: relative;
height: 100%; 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