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.
25 lines
495 B
25 lines
495 B
.circle-bar-wrap{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
padding: 0 20%;
|
|
}
|
|
.circle-bar-wrap .font{
|
|
max-height: 62rpx;
|
|
font-size: 26rpx;
|
|
overflow:hidden;
|
|
text-overflow:ellipsis;
|
|
display:-webkit-box;
|
|
-webkit-box-orient:vertical;
|
|
-webkit-line-clamp:2;
|
|
white-space: normal;
|
|
}
|
|
.circle-bar-wrap .val{
|
|
margin-top: 20rpx;
|
|
font-size: 23rpx;
|
|
/* height: 65rpx; */
|
|
} |