mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 18:36:47 +08:00
数据为空占位
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user