Commit f227b35f authored by zhangyichen's avatar zhangyichen

角标修改

parent 93bc7d55
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
@selectColor: #4498F0; // #4498F0 @selectColor: #4498F0; // #4498F0
.diyTag{ .diyTag{
// transform: scale(.99,.99); // transform: scale(.99,.99);
// line-height: 14px; line-height: normal;
border-radius: 14px; border-radius: 14px;
font-size: 10px; font-size: 10px;
background-color:#E94B3F; background-color:#E94B3F;
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
position: absolute; position: absolute;
font-weight: initial; font-weight: initial;
z-index: 999; z-index: 999;
display: inline-table;
// display: flex; // display: flex;
// align-items: center; // align-items: center;
// justify-content: center; // justify-content: center;
...@@ -71,6 +72,8 @@ ...@@ -71,6 +72,8 @@
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
text-align: center; text-align: center;
display: table-cell;
vertical-align: center;
//display: flex; //display: flex;
//align-items: center; //align-items: center;
//justify-content: center //justify-content: center
......
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