mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
.block {
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 100px;
|
|
height: 100px;
|
|
position: fixed;
|
|
margin: -50px 0 0 -50px;
|
|
background-color: #38f;
|
|
}
|