1
0
Fork 0
Agora-Miniapp-Tutorial/common.wxss

20 lines
299 B
Plaintext
Raw Permalink Normal View History

2022-06-06 11:51:36 +08:00
.agora-bg {
width: 100%;
height: 100%;
position: absolute;
background: linear-gradient(to bottom, #8FD3F5, #D3FDFF);
color: #5083AA;
}
.h1{
font-size: 32rpx;
}
.h2{
font-size: 24rpx;
}
.flex-center-column{
display: flex;
flex-direction: column;
align-items: center;
}