31 lines
463 B
Plaintext
31 lines
463 B
Plaintext
/* packageE/stationNotice/stationNoticeActivityDetail/stationNoticeActivityDetail.wxss */
|
|
page {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.wrapper {
|
|
padding: 0.719rem 1.031rem 1rem 0.969rem;
|
|
}
|
|
|
|
.wrapper .title {
|
|
color: #000;
|
|
font-size: 1rem;
|
|
letter-spacing: 0.025rem;
|
|
}
|
|
|
|
.wrapper .time {
|
|
margin-top: 1.063rem;
|
|
color: #999;
|
|
letter-spacing: 0.022rem;
|
|
font-size: 0.875rem;
|
|
}
|
|
|
|
.wrapper .content {
|
|
margin-top: 1.063rem;
|
|
}
|