add miniprogram
This commit is contained in:
20
miniprogram/pages/home/code2.wxss
Normal file
20
miniprogram/pages/home/code2.wxss
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container image {
|
||||
width: 686rpx;
|
||||
height: 686rpx;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.canvas-box {
|
||||
position: fixed;
|
||||
top: 999999rpx;
|
||||
left: 0;
|
||||
}
|
Reference in New Issue
Block a user