You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
656 B
38 lines
656 B
page {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
.list{
|
|
width: 100%;
|
|
height: auto;
|
|
margin-top: 10rpx;
|
|
padding: 40rpx 30rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.name{
|
|
height: 34rpx;
|
|
font-size: 34rpx;
|
|
line-height: 34rpx;
|
|
width: 100%;
|
|
white-space:nowrap;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
}
|
|
|
|
.any{
|
|
margin-top: 30rpx;
|
|
height: 28rpx;
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
color: #666666;
|
|
white-space:nowrap;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
}
|