Authored by 王水玲

点赞楼层样式修改

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