yuminge-app/yun-min-program-plugin-master/packageE/stationNotice/stationNoticeCustomer/stationNoticeCustomer.wxss

68 lines
1.1 KiB
Plaintext

/* packageE/stationNotice/stationNoticeCustomer/stationNoticeCustomer.wxss */
page {
padding-bottom: 50px;
}
view,
text {
box-sizing: border-box;
}
.items {
padding: 0 0.781rem;
}
.item .time {
height: 2.75rem;
line-height: 2.75rem;
letter-spacing: 0.019rem;
color: #666;
font-size: 0.75rem;
text-align: center;
}
.item .wrapper {
background-color: #fff;
border-radius: 0.25rem;
width: 100%;
padding: 0.844rem 0.875rem 0.844rem 0.969rem;
}
.item .wrapper .name {
flex: 1;
color: #000;
font-size: 1rem;
}
.item .wrapper .c1 {
margin-top: 0.519rem;
}
.item .wrapper .ca {
font-size: 0.75rem;
line-height: 1.25rem;
letter-spacing: 0.019rem;
color: #666;
/* text-overflow: -o-ellipsis-lastline; */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.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;
}