jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_jiaxuan/pages/mine/mine.less
@@ -1,6 +1,11 @@
.container {
  background-color: #aca9a6;
  .mine_bg{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .navbar {
    padding-left: 30rpx;
    font-weight: 600;
@@ -54,6 +59,8 @@
  }
  .main_content{
    background-color: #fff;
    position: relative;
    z-index: 9999;
    border-radius: 16rpx 16rpx 0rpx 0rpx;
    padding: 40rpx;
    .func_list{
@@ -72,4 +79,24 @@
      }
    }
  }
}
.liucheng{
  width: 100%;
  padding: 0rpx 40rpx 120rpx;
  text-align: center;
  background-color: #fff;
  .h1{
    margin-bottom: 16rpx;
    font-weight: 600;
    font-size: 36rpx;
  }
  .h2{
    font-weight: 300;
    font-size: 26rpx;
    color: #333333;
    margin-bottom: 40rpx;
  }
  .img{
    width: 100%;
  }
}