Commit 7566c672 by lmf

修复手机版评论列表样式错位

parent 25af418b
......@@ -31,11 +31,17 @@ $t = [ 1 => __('Small') , 2 => __('True to Size') ,3 => __('Large')
.amreview-summary-details-fit.amreview-summary-details.pages p.amreview-stars {
width: 100px;
font-size: 14px;
}input.amrev-input {
}
input.amrev-input {
box-shadow: none;
margin: 0;
padding: 0;
}
@media(max-width: 1024px) {
.amreview-summary-details-fit.amreview-summary-details.pages p.amreview-stars {
font-size: 12px;
}
}
</style>
<script>
require(['jquery','matchMedia'],function($,mediaCheck){
......
......@@ -1986,10 +1986,6 @@ background-color: #000;
.amreview-description-wrap{
width: 75%;
}
.amreview-summary-details .amreview-label .amreview-bar{
margin: 0px;
width: 50px;
}
.amreview-author-details .amreview-recommended{
font-size: 12px;
width: 100px;
......@@ -2090,11 +2086,28 @@ background-color: #000;
@media (max-width: 1024px){
.select-element.section-before-footer.clearfix p {
font-weight: 200;
font-size: 12px;
color: #909090;
text-transform: none;
}
font-weight: 200;
font-size: 12px;
color: #909090;
text-transform: none;
}
.amreview-summary-details .amreview-label .amreview-bar{
margin: 0px;
width: 50px;
}
.amreview-summary-details .amreview-label > .amreview-text{
font-size: 12px;
}
.amreview-add-new{
margin: 0px;
}
.amrev-toolbar-container .amrev-sorting{
padding: 0px;
}
.amrev-toolbar-container .amrev-filter {
flex-basis: auto;
}
}
@media (max-width: 1024px) and (min-width: 768px){
......@@ -2295,12 +2308,15 @@ tr.grand.totals {
.amreview-summary-details.amreview-summary-details-fit.pages {
display: block;
width: 50%;
float: right;
margin-top: -30%;
font-size: 10px;
}
.amreview-summary-details.amreview-summary-details-fit.pages > p {
margin-left: 10px;
}
.cart-container .checkout-methods-items li:first-child {
background: #ffa800;
position: fixed;
......@@ -2327,6 +2343,22 @@ tr.grand.totals {
p#toolbar-amount{
margin-top: -15%;
}
.field.size-fits .field.choice{
margin-right:0px;
}
.field.size-fits .options-list{
font-size: 14px;
}
.amreview-submit-form > .block-content{
margin: 10px;
max-width: 100%;
}
.amreview-helpful-wrap{
padding: 0px;
}
}
@media(min-width: 1024px) {
......
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