Commit b3a5efff authored by wangxuelai's avatar wangxuelai

''

parent 6a893b1b
......@@ -222,9 +222,10 @@ page{
letter-spacing: 2rpx;
font-weight: 700;
width: 544rpx;
overflow: hidden;
/* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
white-space: nowrap; */
break-word: break-all;
margin-bottom: 20rpx;
line-height: 1;
display: flex;
......@@ -241,6 +242,8 @@ page{
border:1px solid rgba(101,184,244,1);
border-radius:6rpx;
margin-right: 20rpx;
width: 85rpx;
text-align: center;
}
.circle-item.item-mask .circlename,
.circle-item.item-mask .static-box text{
......
......@@ -165,9 +165,10 @@ page{
letter-spacing: 2rpx;
font-weight: 700;
width: 544rpx;
overflow: hidden;
/* overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
white-space: nowrap; */
word-break: break-all;
margin-bottom: 20rpx;
line-height: 1;
display: flex;
......@@ -184,6 +185,8 @@ page{
border:1px solid rgba(101,184,244,1);
border-radius:6rpx;
margin-right: 20rpx;
width: 85rpx;
text-align: center;
}
.circle-item.item-mask .circlename,
.circle-item.item-mask .static-box text{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment