加入效果
This commit is contained in:
20
miniprogram/app.wxss
Normal file
20
miniprogram/app.wxss
Normal file
@@ -0,0 +1,20 @@
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-top: 30rpx;
|
||||
width: 80%;
|
||||
background-color: #07C160;
|
||||
color: white;
|
||||
border-radius: 10rpx;
|
||||
padding: 20rpx 0;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user