Commit 78c45168 by lmf

优化评论css

parent 2cc8a906
...@@ -717,7 +717,7 @@ ul { ...@@ -717,7 +717,7 @@ ul {
} }
.section-element.shop_by_categories .container { .section-element.shop_by_categories .container {
padding-bottom: 15px; padding-bottom: 15px;
} }
.shop-by-cata { .shop-by-cata {
padding: 20px; padding: 20px;
width: 25%; width: 25%;
...@@ -1311,56 +1311,56 @@ footer{ ...@@ -1311,56 +1311,56 @@ footer{
--input-shadow-spread: 0; --input-shadow-spread: 0;
} }
//.navigation li.level0.nav-1 .ui-menu-icon{ //.navigation li.level0.nav-1 .ui-menu-icon{
// position: absolute; // position: absolute;
// text-transform: uppercase; // text-transform: uppercase;
// font: inherit; // font: inherit;
// font-size: 9px; // font-size: 9px;
// padding: 3px; // padding: 3px;
// border-radius: 2px; // border-radius: 2px;
// line-height: 1.2; // line-height: 1.2;
// color: #ffffff; // color: #ffffff;
// min-width: 35px; // min-width: 35px;
// text-align: center; // text-align: center;
// background-color: #0cc485; // background-color: #0cc485;
// top: 0; // top: 0;
// right: 14px; // right: 14px;
//} //}
//.navigation li a:hover{ //.navigation li a:hover{
// background: none !important; // background: none !important;
//} //}
// //
//.navigation li.opened a:hover{ //.navigation li.opened a:hover{
// background: none !important; // background: none !important;
//} //}
//.navigation .opened > a{ //.navigation .opened > a{
// background: none !important; // background: none !important;
//} //}
// //
//.navigation li.level0:hover{ //.navigation li.level0:hover{
// content: ""; // content: "";
// width: 0; // width: 0;
// height: 2px; // height: 2px;
// color: #000000; // color: #000000;
// position: absolute; // position: absolute;
// bottom: 15px; // bottom: 15px;
// left: 10px; // left: 10px;
// border-bottom: 2px solid #000000; // border-bottom: 2px solid #000000;
// transition: all 0.3s ease; // transition: all 0.3s ease;
//} //}
//.navigation .level0:hover:after{ //.navigation .level0:hover:after{
// content: ''; // content: '';
// display: block; // display: block;
// position: absolute; // position: absolute;
// top: 0; // top: 0;
// left: 100%; // left: 100%;
// width: 10px; // width: 10px;
// height: calc(100% + 3px); // height: calc(100% + 3px);
// z-index: 1; // z-index: 1;
//} //}
} }
@media (max-width: 639.98px) { @media (max-width: 639.98px) {
...@@ -1563,34 +1563,34 @@ footer{ ...@@ -1563,34 +1563,34 @@ footer{
-o-transition: all 0.5s ease; -o-transition: all 0.5s ease;
} }
@media(max-width:789px){ @media(max-width:789px){
.banner-4-cate{ .banner-4-cate{
padding-bottom: 20px; padding-bottom: 20px;
width: 50%; width: 50%;
} }
.view-more-flashsale { .view-more-flashsale {
padding: 0px; padding: 0px;
} }
p.flashsale-title { p.flashsale-title {
padding: 0px; padding: 0px;
} }
} }
@media (max-width: 670px) { @media (max-width: 670px) {
.categories_tab { .categories_tab {
margin-top: 200px; margin-top: 200px;
} }
} }
@media (min-width: 670px) { @media (min-width: 670px) {
.categories_tab { .categories_tab {
margin-top: 250px; margin-top: 250px;
} }
} }
@media (min-width: 780px){ @media (min-width: 780px){
.categories_tab { .categories_tab {
margin-top: 0px; margin-top: 0px;
} }
} }
@media (max-width: 780px){ @media (max-width: 780px){
...@@ -1810,6 +1810,7 @@ button.action.submit.primary { ...@@ -1810,6 +1810,7 @@ button.action.submit.primary {
margin: 0; margin: 0;
padding: 15px 0 10px 20px; padding: 15px 0 10px 20px;
border-bottom: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;
flex-basis: auto;
margin-top: -50px; margin-top: -50px;
} }
......
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