12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
/* pages/article/index.wxss */
|
|
|
|
.rich{
|
|
padding: 28rpx;
|
|
background-color: #fff;
|
|
min-height: 100vh;
|
|
.title{
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
} |