message.wxss 1.2 KB
/* pages/index/message/message.wxss */

.banner_box {
  width: 100%;
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 0;
}

.label {
  width: 30%;
  text-align: center;
  font-size: 30rpx;
  color: #a5a6a8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.info {
  font-size: 50rpx;
  color: #1a1a1a;
  margin-top: 200rpx;
  text-align: center;
}

.active {
  font-size: 30rpx;
  font-weight: bold;
  color: #000;
}

.point {
  display: inline-block;
  width: 16rpx;
  height: 16rpx;
  border-radius: 50%;
  background: #FF0000;
}
.item_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #EBEBEB;
}
.head_img {
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
  margin-right: 28rpx;
}
.list_left{
  display: flex;
  align-items: center;
  color: #A5A6A8;
  font-size: 24rpx;
}
.user_name{
  font-size: 30rpx;
  font-weight: bold;
  color: #000000;
}
.list_hint{
  font-size: 24rpx;
  color: #4A74CF;
}
.list_hint2{
  font-size: 28rpx;
  color: #4A74CF;
}