Commit e8f8cc8c by 无尘

style: 修改卡券样式

parent ac913e4c
......@@ -198,8 +198,8 @@ export default {
position: relative;
&_left {
position: absolute;
left: -5px;
top: -5px;
left: -6px;
top: -6px;
width: 10px;
height: 10px;
-webkit-transform: rotate(45deg);
......@@ -211,8 +211,8 @@ export default {
}
&_right {
position: absolute;
right: -5px;
top: -5px;
right: -6px;
top: -6px;
width: 10px;
height: 10px;
-webkit-transform: rotate(45deg);
......
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