11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
|
|
.container {
|
||
|
|
background-color: #fff;
|
||
|
|
min-height: 100vh;
|
||
|
|
padding: 20rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
line-height: 1.8;
|
||
|
|
font-size:32rpx;
|
||
|
|
text-indent: 2rem;
|
||
|
|
color: #333333;
|
||
|
|
}
|