2023-02-21 22:34:08 +08:00

16 lines
229 B
Plaintext

/* pages/index/index.wxss */
.container{
background-color: #ccc;
}
.page-section{
background: #fff;
width: 90%;
padding: 10rpx 0;
margin: 20rpx auto;
text-align: center;
}
.page-section-title{
font-weight: bold;
}