|
@@ -531,8 +531,9 @@ input,button {
|
|
|
color: #fff;
|
|
|
font-size: 9px;
|
|
|
padding: 0.06rem;
|
|
|
- border-bottom-right-radius: 10px;
|
|
|
- border-bottom-left-radius: 10px;
|
|
|
+ position: relative;
|
|
|
+ bottom: 0.05rem;
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
[data-dpr = "2"] .goods .conserve {
|
|
|
font-size: 18px;
|
|
@@ -574,7 +575,7 @@ input,button {
|
|
|
margin-right: 0.05rem;
|
|
|
}
|
|
|
.price_box {
|
|
|
- margin-top: 0.29rem;
|
|
|
+ margin-top: 0.2rem;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.new_icon {
|
|
@@ -606,7 +607,7 @@ input,button {
|
|
|
white-space:nowrap;
|
|
|
text-overflow:ellipsis;
|
|
|
-o-text-overflow:ellipsis;
|
|
|
- margin-bottom: 0.18rem;
|
|
|
+ margin-bottom: 0.1rem;
|
|
|
overflow:hidden;
|
|
|
}
|
|
|
[data-dpr = "2"] .goods_name {
|
|
@@ -684,7 +685,6 @@ input,button {
|
|
|
}
|
|
|
.goods_bonus_icon {
|
|
|
vertical-align: baseline;
|
|
|
- margin-right: 0.05rem;
|
|
|
position: relative;
|
|
|
top: 0.03rem;
|
|
|
}
|