@@ -74,6 +74,7 @@
overflow: hidden;
margin: 0 10rpx;
margin-bottom: 20rpx;
+ position: relative;
// box-shadow: 0rpx 0rpx 30rpx 0rpx rgba(0, 0, 0, 0.07);
.item {
@@ -86,8 +87,18 @@
border: 1rpx solid #F8F7F8;
// border-radius: 20rpx;
+
}
-
+ &__btn{
+ padding: 8px 12px;
+ position: absolute;
+ bottom: 16px;
+ right: 10px;
+ color: white;
+ background-color: rgba(0, 0, 0, .5);
+ border-radius: 20px;
+ }
/* 图片 end */
/* 内容 start */