k94314517
2024-08-07 a1664efbefb313784e1920ffc8cfceda2a2ea1c8
wechat_jiaxuan/pages/mine/mine.wxss
@@ -1,5 +1,9 @@
.container {
  background-color: #aca9a6;
.container .mine_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.container .navbar {
  padding-left: 30rpx;
@@ -47,6 +51,8 @@
}
.container .main_content {
  background-color: #fff;
  position: relative;
  z-index: 9999;
  border-radius: 16rpx 16rpx 0rpx 0rpx;
  padding: 40rpx;
}
@@ -54,14 +60,38 @@
  background: #F7F7F7;
  border-radius: 8rpx;
  margin-bottom: 40rpx;
  padding: 0 40rpx;
}
.container .main_content .func_list .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40rpx;
  height: 108rpx;
  border-bottom: 1rpx solid #E5E5E5;
}
.container .main_content .func_list .line:nth-last-of-type(1) {
  border: none;
}
.container .main_content .func_list .line .icon {
  width: 40rpx;
}
.liucheng {
  width: 100%;
  padding: 0rpx 40rpx 120rpx;
  text-align: center;
  background-color: #fff;
}
.liucheng .h1 {
  margin-bottom: 16rpx;
  font-weight: 600;
  font-size: 36rpx;
}
.liucheng .h2 {
  font-weight: 300;
  font-size: 26rpx;
  color: #333333;
  margin-bottom: 40rpx;
}
.liucheng .img {
  width: 100%;
}