This commit is contained in:
2025-05-06 13:33:55 +08:00
parent 5e6ea2e0f8
commit 4865a8a5d5
1390 changed files with 194478 additions and 156 deletions

View File

@@ -0,0 +1,27 @@
movable-view {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
height: 150rpx;
width: 150rpx;
background-color: #007aff;
color: #fff;
}
movable-area {
height: 300rpx;
width: 100%;
background-color: #d8d8d8;
overflow: hidden;
}
.max {
width: 500rpx;
height: 500rpx;
}