数据为空占位

This commit is contained in:
zhaofang
2022-11-14 11:33:13 +08:00
parent c7172e7db5
commit eaaa163e14
9 changed files with 143 additions and 106 deletions

View File

@@ -81,27 +81,29 @@
.course-img{
width: 335upx;
height: 188upx;
// line-height: 0;
border-radius: 16upx;
position: relative;
/deep/ uni-image {
border-radius: 8upx;
}
.img-score{
display: inline-block;
// display: inline-block;
padding: 7upx 15upx;
box-sizing: border-box;
position: absolute;
right:2upx;
bottom: -2upx;
bottom: -4upx;
color: #FFFFFF;
font-size: 28upx;
z-index: 99;
width: 136upx;
// width: 136upx;
height: 44upx;
background: #1767FF;
// background: ;
// background: rgba($color: #1767FF, $alpha: 0.2);
border-radius: 24upx 0px 0px 0px;
border-radius: 24upx 0px 8upx 0px;
backdrop-filter: blur(20px);
}
}