名称检查下文字多了是否换行;应该换行把名字展示完整

.content-item-two{
				border-top: 1px solid #EFEFEF;
				margin-top: 30rpx;
				display: flex;
				flex-flow: row wrap;
				justify-content: flex-start;
				padding: 0rpx 38rpx 22rpx;
				.content-item-chebox{
					margin-top: 14rpx;
					margin-right: 40rpx;
					font-size:32rpx;
					font-weight:400;
					line-height:34rpx;
					color:rgba(0,0,0,1);
					display: flex;
					justify-items: center;
					image{
						flex: 0 0 auto;
						width: 36rpx;
						height: 36rpx;
						background-position: center;
						background-size: 100%;
						background-repeat: no-repeat;
						display: inline-block;
						margin-left: 8rpx;
					}
				}
			}

  

 

posted @ 2020-05-18 16:24  2人4人  阅读(184)  评论(0)    收藏  举报