personalCenter.wxss 1.4 KB
/* pages/personalCenter/personalCenter.wxss */
page{
  background: #F5F5FA;
}
.banner_box {
  background: #0286ff;
  display: flex;
  align-items: center;
  font-size: 28rpx;
  color: #fff;
  position: relative;
  padding: 50rpx;
}

.head_img {
  width: 180rpx;
  height: 180rpx;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 32rpx;
}

.head_img image {
  width: 100%;
  height: 100%;
}

.head_info_box {
  line-height: 50rpx;
}

.user_name {
  font-size: 32rpx;
  font-weight: bold;
}

.edit_box {
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #f80;
  background: #fff;
  border-radius: 26rpx 0 0 26rpx;
  padding: 13rpx;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-xiugai{
  font-size: 26rpx;
  margin-right: 11rpx;
}
.content_box{
  background: #fff;
  margin-top: 16rpx;
}
.item_list{
  display: flex;
  align-items: center;
}
.list_icon{
  width: 44rpx;
  height: 44rpx;
  border-radius: 6rpx;
  background: #0286FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  color: #FFFFFF;
  margin: 0 30rpx;
}
.list_item_box{
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #EBEBEB;
  padding: 30rpx 30rpx 30rpx 0;
  font-size: 30rpx;
  color: #1A1A1A;
}
.icon-jinru{
  color: #CCCCCC;
}
.icon-baogao1,.icon-yaoqing{
  font-size: 24rpx;
}