myNotes.wxss 2.7 KB
/* pages/person/myNotes/myNotes.wxss */
@import '../../../style/base.wxss';
/* @import '../../home/buildtext/buildtext.wxss'; */

.warp_head{
  justify-content: center;
  height: 70rpx;
 padding-bottom: 22rpx;

}
.note_head{
  display:flex;
  align-items:center;
  justify-content: center;
  height: 70rpx;
  padding-bottom: 22rpx;
  border-bottom: solid 16rpx #FCF8F7;
}

.warp_name{
  position: relative;
  padding-bottom: 0;
  margin: 0 30rpx;
  color: #97A0A8;
  font-size: 32rpx;
}
.note_name{
  position: relative;
  padding-bottom: 0;
  margin: 0 30rpx;
  color: #97A0A8;
  font-size: 30rpx;
}
.active{
  color: #FC7E65;
  font-weight: bold;
}
.active text{
  position: absolute;
  bottom: -16rpx;
  left: 50%;
  display: block;
  width: 76rpx;
  height: 5rpx;
  background: #FC7E65;
  border-radius: 5rpx;
  transform: translateX(-50%);
}
.notes_list{
  display: flex;
  justify-content: flex-start;
  padding: 32rpx;
  box-sizing: border-box;
  border-bottom: solid 1rpx #EBEBEB;
}
.notes_img{
  width: 90rpx;
  height: 90rpx;
  border-radius: 50%;
}
.notes_img image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.notes_box{
  position: relative;
  padding-left: 18rpx;
}
.notes_name{
  color: #000;
  font-size: 30rpx;
}
.notes_txt{
  padding: 10rpx 0 20rpx;
  color: #999999;
  font-size: 24rpx;
}
.notes_con{
  width: 584rpx;
  line-height: 50rpx;
  color: #292525;
  font-size: 28rpx;
  margin-top:15rpx;
}
.notes_bom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15rpx;
}
.notes_date{
  color: #999999;
  font-size: 24rpx;
}
.notes_heart{
  display: flex;
  align-items: center;
}
.notes_heart .notes_xin{
  width: 30rpx;
  height: 26rpx;
  font-size: 0;
}
.notes_heart .notes_xin image{
  width: 100%;
  height: 100%;
}
.notes_heart .notes_num{
  padding-left: 16rpx;
  color: #999999;
  font-size: 24rpx;
}
.notes_btn{
  position: absolute;
  top: 16rpx;
  right: 0rpx;
  width: 223rpx;
  height: 36rpx;
  color: #FD8779;
  font-size: 26rpx;
  text-align: center;
  border: solid 1rpx #FD8779;
  border-radius: 18rpx;
}
.notes_five{
  width: 30rpx;
  height: 28rpx;
  margin-right: 40rpx;
  font-size: 0;
}
.notes_five image{
  width: 100%;
  height: 100%;
}
.small_img {
  display:flex;
  flex-wrap:wrap;
  align-items:center;

}
.edit_small_img {
width:187rpx;
height:187rpx;
font-size:0;
margin-left:8rpx;
margin-top:30rpx;

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

.edit_big_img {
width:400rpx;
height:400rpx;
font-size:0;

}
.edit_big_img image{
  width:100%;
  height:100%;
}
.user_img {
width:32rpx;
height:30rpx;
font-size:0;
margin-right:15rpx;
}
.user_img image{
  width:100%;
  height:100%;
}

.nodata{
  color:#999;
  font-size: 30rpx;
  text-align: center;
  margin-top: 32rpx;
}