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

Merge branch 'dev-purchase-0901' of...

Merge branch 'dev-purchase-0901' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-purchase-0901

* 'dev-purchase-0901' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam:
  修改加减按钮
......@@ -475,31 +475,8 @@ export default {
position: relative;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
&::before{
position: absolute;
content: "";
left: 6px;
top: 10px;
width: 10px;
height: 1px;
background-color: #449284;
pointer-events: none;
}
&::after{
position: absolute;
content: "";
left: 0;
top: 0;
width: 200%;
height: 200%;
border: 1PX solid #449284;
transform: scale(0.5);
transform-origin: left top;
pointer-events: none;
border-radius: 4px;
}
background: url('~@/images/reduce.png') no-repeat center center;
background-size: 20px auto;
}
.num{
width: 30px;
......@@ -509,30 +486,8 @@ export default {
position: relative;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
background-color: #449284;
border-radius: 2px;
&::before{
position: absolute;
content: "";
left: 6px;
top: 10px;
width: 10px;
height: 1px;
background-color: #fff;
pointer-events: none;
}
&::after{
position: absolute;
content: "";
left: 10px;
top: 6px;
width: 1px;
height: 10px;
background-color: #fff;
pointer-events: none;
}
background: url('~@/images/plus.png') no-repeat center center;
background-size: 20px auto;
}
.buy-way{
margin-top: 25px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册