@@ -71,6 +71,7 @@
@lh_84: 84px;
@lh_96: 96px;
+/**书封面vip图片展示*/
.isVip {
position: relative;
&::after {
@@ -79,11 +80,23 @@
position: absolute;
height: 100%;
background: url("./icon/isVip.png") no-repeat;
+ background-size: 50%;
top: 0;
left: 0;
right: 0;
- background-size: 50%;
z-index: 999;
}
+ // &::before{
+ // content: "";
+ // display: inline-block;
+ // position: absolute;
+ // height: 100%;
+ // top: 0;
+ // right: 5rpx;
+ // z-index: 999;
+ // background: url("./icon/VIP.png") no-repeat;
+ // background-size: 100%;
+ // width: 30rpx;
+ // }