mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 06:39:37 +08:00
23 lines
374 B
Plaintext
23 lines
374 B
Plaintext
page{
|
|
padding: 4%;
|
|
padding-top: 20%;
|
|
box-sizing: border-box;
|
|
background: white;
|
|
}
|
|
image{
|
|
height: 60rpx;
|
|
width: 60rpx;
|
|
display: inline-block
|
|
}
|
|
.btn {
|
|
font-size: 30rpx;
|
|
width: 80%;
|
|
line-height: 80rpx;
|
|
background-color: #4C84FF;
|
|
color: white;
|
|
text-align: center;
|
|
border-radius: 50rpx;
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
margin-bottom: 40rpx;
|
|
} |