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.
28 lines
444 B
Plaintext
28 lines
444 B
Plaintext
/* pages/message/index.wxss */
|
|
.container {
|
|
padding-top: 10px;
|
|
}
|
|
.noticImg {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 12px;
|
|
}
|
|
.sub {
|
|
padding: 12px;
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
/* border-radius: 8px; */
|
|
}
|
|
.servicebox {
|
|
padding: 12px;
|
|
/* padding-bottom: 0; */
|
|
/* padding-right: 10px; */
|
|
background-color: #fff;
|
|
}
|
|
.servicebox .serviceinfo {
|
|
}
|
|
.servicebox .serviceinfo image {
|
|
width: 52px;
|
|
height: 52px;
|
|
}
|