feat:样式bug移动端修改
This commit is contained in:
@@ -29,6 +29,7 @@ body {
|
||||
max-width: 750px;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
border: none;
|
||||
border: 0;
|
||||
vertical-align: top;
|
||||
@@ -100,6 +101,7 @@ address {
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
word-break: break-all;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
@@ -813,6 +815,7 @@ video img {
|
||||
border-radius: 5px;
|
||||
margin: 1rem auto 0;
|
||||
position: relative;
|
||||
margin-top: 8rem;
|
||||
}
|
||||
.ac-popup-btn {
|
||||
padding: 40px 0 0;
|
||||
@@ -1623,6 +1626,7 @@ video img {
|
||||
}
|
||||
.goods_all_title .title {
|
||||
font-size: 0.7rem;
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
margin: 2rem 0 0;
|
||||
}
|
||||
@@ -2386,6 +2390,9 @@ video img {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
.hd .co-bg img{
|
||||
border-radius: 7px;
|
||||
}
|
||||
/*add 产品详情*/
|
||||
.hd .clearfix {
|
||||
display: -webkit-inline-box;
|
||||
@@ -2398,7 +2405,6 @@ video img {
|
||||
font-size: 14px;
|
||||
margin-right: 0px;
|
||||
line-height: 40px;
|
||||
width: 125px !important;
|
||||
font-weight: 600;
|
||||
font-family: Montserrat !important;
|
||||
color: #666;
|
||||
@@ -2434,6 +2440,23 @@ video img {
|
||||
border-radius: 16px !important;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.attr_item_defalut {
|
||||
float: left;
|
||||
background: #fff;
|
||||
border: 1px solid #d4d4d4;
|
||||
margin-right: 4px;
|
||||
padding: 0px 15px;
|
||||
border-radius: 40px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.attr_item_on {
|
||||
border: 1px solid #004BFA;
|
||||
}
|
||||
.attr_item_defalut span{
|
||||
font-size: 11px;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
.on {
|
||||
border: 1px solid #737373 !important;
|
||||
color: #666 !important;
|
||||
|
||||
Reference in New Issue
Block a user