Authored by 王水玲

点赞楼层样式修改

... ... @@ -575,6 +575,12 @@ function likedActivityInit() {
let idArr = [];
let storageLikedInfo = {};
let storageKey = '_activity_liked_floor';
let $floor = $('.floor');
let lastFloor = $floor.eq($floor.length - 1).find('.liked-activity');
if (lastFloor.length > 0) {
lastFloor.css({borderBottom: 0});
}
// 从本地存储中获取点赞数据
try {
... ...
.liked-activity {
border-bottom: 20px solid #f0f0f0;
padding-bottom: 27px;
.head-author {
height: 92px;
line-height: 92px;
... ...