1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/miniprogram/pages/home/home.wxss
2022-11-05 15:28:03 +08:00

14 lines
191 B
Plaintext

/* pages/home/home.wxss */
page{
height: 100%;
}
.line{
width: 100%;
height: 1px;
background-color: #cccccc;
margin-top: 10px;
}
.noticeTime{
float: right;
font-size: small;
}