Skip to content

Commit 0f2c4c6

Browse files
committed
update css translate 2d
1 parent c1b854a commit 0f2c4c6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

demo/olu/dist/css/mgui.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
.ui-tips {
3+
position: fixed;
4+
left: 50%;
5+
top: 50%;
6+
min-width: 100px;
7+
z-index: 10000;
8+
text-align: center;
9+
padding: 10px 12px;
10+
line-height: 1.428571429;
11+
color: #ffffff;
12+
background: rgba(225, 42, 82, 0.7);
13+
-webkit-box-sizing: border-box;
14+
15+
-webkit-transform: translateX(-50%);
16+
-webkit-border-radius: 3px;
17+
border-radius: 3px;
18+
}
19+

0 commit comments

Comments
 (0)