2025-06-08 22:57:41 +08:00

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;
}
}