59 lines
983 B
Plaintext
59 lines
983 B
Plaintext
/* packageE/stationNotice/stationNoticeExtract/stationNoticeExtract.wxss */
|
|
page {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.items {
|
|
padding: 0 0.781rem;
|
|
}
|
|
|
|
.items .item .time {
|
|
height: 2.75rem;
|
|
line-height: 2.75rem;
|
|
letter-spacing: 0.019rem;
|
|
color: #666;
|
|
font-size: 0.75rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.items .item .wrapper {
|
|
background-color: #fff;
|
|
border-radius: 0.25rem;
|
|
width: 100%;
|
|
padding: 0.844rem 0.875rem 0 0.969rem;
|
|
}
|
|
|
|
.items .item .wrapper .name {
|
|
flex: 1;
|
|
color: #000;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.items .item .wrapper .c1 {
|
|
margin-top: 0.519rem;
|
|
}
|
|
|
|
.items .item .wrapper .ca {
|
|
font-size: 0.75rem;
|
|
line-height: 1.25rem;
|
|
letter-spacing: 0.019rem;
|
|
color: #666;
|
|
}
|
|
|
|
.items .item .wrapper .botm {
|
|
margin-top: 0.813rem;
|
|
border-top: 0.031rem solid #f4f4f4;
|
|
height: 1.938rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
letter-spacing: 0.022rem;
|
|
color: #666;
|
|
font-size: 0.875rem;
|
|
}
|