/* pages/liveDetail/index.wxss */ @import '../../assets/css/commonDetail.wxss'; .liveDetail { box-sizing: border-box; padding: 20rpx 0; background: #f7f7f7; } .item { background: #fff; padding: 20rpx; display:flex; align-items:center; justify-content:space-between; } .cate { width: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; font-size: 20rpx; color: #585858; padding: 1px 20rpx; line-height: 38rpx; background: #f1f4fb; border-radius: 8rpx; margin-right: 8rpx; -webkit-transform: scale(.9); transform: scale(.9); } .topName { display: inline-block; font-size: 26rpx; line-height: 60rpx; font-weight: 700; margin-bottom: -40rpx; } .topName::before { content: ""; width: 22rpx; height: 22rpx; background: #2296f3; display: inline-block; margin-right: 20rpx; } .canvas { background: #fff; }