14 lines
191 B
Plaintext
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;
|
||
|
}
|