/* =========================================================
   V924
   个人中心右侧房子：
   1. 缩小
   2. 往下一点
   3. 坐到草地上
   其它元素全部不动
========================================================= */

.page[data-page="mine"] .v907-garden{
  /* 原来大约 154×83，再缩一圈 */
  width:108px !important;
  height:58px !important;

  /* 稍微靠右 */
  right:12px !important;

  /* 往下压，让房子真正坐在草地上 */
  bottom:-8px !important;

  /* 保持清晰 */
  opacity:.94 !important;

  transform-origin:right bottom !important;

  filter:
    drop-shadow(
      0 4px 5px
      rgba(74,99,55,.045)
    ) !important;
}


/* 房子旁边爱心跟着收近一点 */
.page[data-page="mine"] .v907-heart.h1{
  right:132px !important;
  bottom:48px !important;
}

.page[data-page="mine"] .v907-heart.h2{
  right:122px !important;
  bottom:58px !important;
}


/* 小屏再小一点 */
@media(max-height:760px){

  .page[data-page="mine"] .v907-garden{
    width:100px !important;
    height:54px !important;

    right:10px !important;
    bottom:-6px !important;
  }

}
