mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
.containerView {
|
|
box-sizing: border-box;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
overflow: auto;
|
|
background: #ffffff;
|
|
padding: 20rpx 30rpx 100rpx;
|
|
font-size: 28rpx;
|
|
word-break: break-all;
|
|
} |