You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* pages/test/moveable-view.wxss */
|
|
movable-area{
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
background-color: lightblue;
|
|
margin: 0 auto;
|
|
}
|
|
movable-view{
|
|
background-color: red;
|
|
}
|
|
#mv01,#mv03{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
#mv02{
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
} |