提交 a4332878 编写于 作者: guangjun.yang's avatar guangjun.yang

样式修改

上级 c4ba159d
...@@ -188,10 +188,14 @@ export default { ...@@ -188,10 +188,14 @@ export default {
width: 100%; width: 100%;
padding: 20px 0 10px; padding: 20px 0 10px;
background: #f8f9fa; background: #f8f9fa;
& > span {
font-weight: 700;
}
img { img {
padding: 6px;
position: relative; position: relative;
top: 0; top: 0;
right: -120px; right: -140px;
width: 12px; width: 12px;
height: 12px; height: 12px;
} }
......
...@@ -158,6 +158,7 @@ export default { ...@@ -158,6 +158,7 @@ export default {
return { return {
token: "", token: "",
isWeb: window.__isWeb, isWeb: window.__isWeb,
isAndroid: !window.__isAndroid,
goods: { goods: {
goodsName: "", goodsName: "",
salePriceNew: {}, salePriceNew: {},
...@@ -1016,6 +1017,11 @@ export default { ...@@ -1016,6 +1017,11 @@ export default {
padding-right: 15px; padding-right: 15px;
background: url("~@/images/coupon/arrow-right.png") no-repeat right center; background: url("~@/images/coupon/arrow-right.png") no-repeat right center;
background-size: 12px auto; background-size: 12px auto;
transform: rotate(0deg);
// &.top {
// position: relative;
// top: -1px;
// }
} }
} }
.tab-box { .tab-box {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册