mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
修正单选按钮选中效果不居中问题
This commit is contained in:
@@ -216,7 +216,7 @@
|
|||||||
color: #007DFF;
|
color: #007DFF;
|
||||||
font-size: 120px;
|
font-size: 120px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -45%;
|
top: -35%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%,-48%) scale(.73);
|
transform: translate(-50%,-48%) scale(.73);
|
||||||
-webkit-transform: translate(-50%,-48%) scale(.73);
|
-webkit-transform: translate(-50%,-48%) scale(.73);
|
||||||
|
|||||||
Reference in New Issue
Block a user