131 lines
2.3 KiB
Plaintext
131 lines
2.3 KiB
Plaintext
/* packageE/stationNotice/stationNoticeAnchor/stationNoticeAnchor.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 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;
|
|
}
|
|
|
|
.item .wrapper .anchor {
|
|
display: flex;
|
|
height: 6.531rem;
|
|
padding: 1rem 0 1.531rem 0;
|
|
}
|
|
|
|
.item .wrapper .anchor .face image {
|
|
width: 4rem;
|
|
height: 4rem;
|
|
background-color: #999;
|
|
}
|
|
|
|
.item .wrapper .anchor .desc {
|
|
height: 4rem;
|
|
padding-left: 0.531rem;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.item .wrapper .anchor .desc .name {
|
|
letter-spacing: 0.019rem;
|
|
color: #000;
|
|
font-size: 0.75rem;
|
|
|
|
/* text-overflow: -o-ellipsis-lastline; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.item .wrapper .anchor .desc .tips {
|
|
letter-spacing: 0.019rem;
|
|
font-size: 0.75rem;
|
|
color: #f42a2a;
|
|
}
|
|
|
|
.items .item .wrapper_activity {
|
|
background-color: #fff;
|
|
border-radius: 0.25rem;
|
|
width: 100%;
|
|
padding: 0.844rem 0.875rem 1.031rem 0.969rem;
|
|
}
|
|
|
|
.items .item .wrapper_activity .face image {
|
|
width: 100%;
|
|
height: 8.281rem;
|
|
background-color: #eeecec;
|
|
}
|
|
|
|
.items .item .wrapper_activity .name {
|
|
margin-top: 0.813rem;
|
|
color: #000;
|
|
font-size: 1rem;
|
|
|
|
/* text-overflow: -o-ellipsis-lastline; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.items .item .wrapper_activity .desc {
|
|
margin-top: 0.625rem;
|
|
font-size: 0.75rem;
|
|
letter-spacing: 0.019rem;
|
|
color: #333;
|
|
|
|
/* text-overflow: -o-ellipsis-lastline; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|