添加测试消息订阅的功能
This commit is contained in:
23
src/test_pages/index.scss
Normal file
23
src/test_pages/index.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.test_page {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background-color: #fafafa;
|
||||
padding: 40rpx;
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-top: 200rpx;
|
||||
}
|
||||
|
||||
&__button {
|
||||
width: 400rpx;
|
||||
height: 88rpx;
|
||||
line-height: 88rpx;
|
||||
border-radius: 44rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user