myindex.wxss 2.8 KB
@import'../icon/icon.wxss';
@import '../template/templates.wxss';
.myhead{
  display:flex;
  padding: 48rpx 28rpx;
  align-items: center;
  /* justify-content: space-between; */
  background:linear-gradient(180deg,rgba(138,2,2,1) 0%,rgba(177,0,0,1) 100%);
  opacity:1;
}
.myinfo{
  margin-left: 16rpx;
  margin-top: 44rpx;

}
.myheadimg{
    width:144rpx;
    height:144rpx;
    font-size:0;
    border-radius:50%;
}
.myheadimg image{
    width:100%;
    height:100%;
    border-radius:50%;
}
.myheadname{
  width:140rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#FFFFFF;
  font-size: 44rpx;
}
.editpeople{
  width:80rpx;
  height:40rpx;
  border:2rpx solid rgba(232,232,232,0.8);
  opacity:0.8;
  margin-left: 60rpx;

  color:#FFF;
  font-size:24rpx;
  text-align: center;
  line-height: 40rpx;
  border-radius:8rpx;
  margin-top: 20rpx;
}
.mymoney{
  margin-left: 30rpx;
  border-left:4rpx solid #f5f5f5;
  padding: 4rpx 0 4rpx 20rpx;

}
.mymoneyhappy{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.mymoneyimg{
  width:44rpx;
  height:44rpx;
  font-size: 0
}
.mymoneyimg image{
  width:100%;
  height:100%;
}
.mymoneynum{
  width:72rpx;
  color:#fff;
  opacity: 0.8;
  font-size: 24rpx;
  text-align: center;
  margin-top: 4rpx;
}

.mymoneyitem{
    display:flex;
    align-items: center;
}
.mymoneyitem:last-child{
  margin-top: 22rpx;
}
.mymoneyprice{
  width:118rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

    color:#FFFFFF;
    font-size: 40rpx;
    margin-left: 4rpx;
    opacity: 0.8
}
.chong{
  margin-top: 0
}
.mylist{
    padding:0 32rpx;
}
.listitemimg{
    width:32rpx;
    height:29rpx;
    font-size: 0;

}
.listitemimg image{
    width:100%;
    height:100%;
}
.listitem{
    display:flex;
    align-items: center;
    justify-content: space-between;
     padding: 26rpx 0;
    box-sizing: border-box;
    border-bottom: 1rpx solid #f5f5f5;
}
.listitempic{
    display:flex;
    align-items: center;
}
.listitemname{
    color:#333333;
    font-size: 32rpx;
    margin-left: 18rpx;
    position: relative;

}
.connectus{
    display:flex;
    justify-content: center;
    align-items: center;
    width:240rpx;
    height:64rpx;
    border:2px solid rgba(230,230,230,1);
    opacity:1;
    border-radius:62rpx;
    margin:74rpx auto 174rpx;
}
.connectusimg{
    width:24rpx;
    height:24rpx;
    font-size: 0;
}
.connectusimg image{
    width:100%;
    height:100%;
}
.connectusname{
   color:#951B1B;
    font-size: 24rpx;
    margin-left: 24rpx;
}
.infonum{
    width:30rpx;
    height:30rpx;
    background:#951B1B;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 30rpx;
    font-size:20rpx;
    position: absolute;
    right:-25rpx;
    top:-14rpx;
}