add miniprogram
This commit is contained in:
14
miniprogram/pages/home/home.wxss
Normal file
14
miniprogram/pages/home/home.wxss
Normal file
@@ -0,0 +1,14 @@
|
||||
/* pages/home/home.wxss */
|
||||
page{
|
||||
height: 100%;
|
||||
}
|
||||
.line{
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #cccccc;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.noticeTime{
|
||||
float: right;
|
||||
font-size: small;
|
||||
}
|
Reference in New Issue
Block a user