wupengfei
6 天以前 14368e8a09c4b5793d0975f85e36a4c1d410ca36
apps/taro/src/pages/mine/index.scss
@@ -4,26 +4,27 @@
//   background-color: $body-background-color;
// }
.mine-page-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 750px;
  height: 434px;
  object-fit: cover;
.index-page-wrapper {
  .home-page-bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.mine-page-top-view {
  display: flex;
  padding: 30px 20px;
  margin-top: 30px;
  padding: 36px 36px 64px;
  .mine-avatar {
    width: 120px;
    height: 120px;
    width: 176px;
    height: 176px;
    object-fit: cover;
    margin-right: 30px;
    margin-right: 36px;
  }
  .user-info {
@@ -44,5 +45,5 @@
}
.mine-list-wrapper {
  margin-top: 60px;
  border-radius: 20px;
}