You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/* pages/message/index.wxss */
|
|
|
|
|
.container{
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.noticImg{
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
.sub{
|
|
|
|
|
padding: 12px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
/* border-radius: 8px; */
|
|
|
|
|
}
|