Commit e8f8cc8c by 无尘

style: 修改卡券样式

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