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.
53 lines
888 B
53 lines
888 B
3 years ago
|
.Dynamiclist{
|
||
|
width: 700rpx;
|
||
|
margin: 0rpx auto;
|
||
|
padding-top: 10rpx;
|
||
|
}
|
||
|
.Dynamic{
|
||
|
width: 100%;
|
||
|
height: 175rpx;
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 10rpx;
|
||
|
margin-top: 15rpx;
|
||
|
padding-bottom: 20rpx;
|
||
|
padding-top: 20rpx;
|
||
|
padding-left: 20rpx;
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
}
|
||
|
.DynamicImg image{
|
||
|
width: 130rpx;
|
||
|
height: 130rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.DynamicText{
|
||
|
margin-left: 20rpx;
|
||
|
}
|
||
|
.textOne{
|
||
|
width: 470rpx;
|
||
|
overflow: hidden;
|
||
|
text-overflow:ellipsis;
|
||
|
white-space: nowrap;
|
||
|
font-size: 30rpx;
|
||
|
font-weight: bold;
|
||
|
margin-bottom: 50rpx;
|
||
|
}
|
||
|
.texttwo{
|
||
|
width: 470rpx;
|
||
|
overflow: hidden;
|
||
|
color: #898989;
|
||
|
font-size: 26rpx;
|
||
|
margin-top: 10rpx;
|
||
|
margin-bottom: 10rpx;
|
||
|
text-overflow:ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.textthree{
|
||
|
color: #898989;
|
||
|
font-size: 26rpx;
|
||
|
overflow: hidden;
|
||
|
text-overflow:ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|