myAttention.wxss 842 字节
/* pages/my/myAttention/myAttention.wxss */

page {
  background: #f7f7f7;
}

.box {
  padding: 0 30rpx;
  box-sizing: border-box;
}

.item_list {
  display: flex;
  align-items: center;
  padding: 16rpx;
  box-sizing: border-box;
  background: #fff;
  margin-bottom:  16rpx;
  
}

.item_list image {
  width: 96rpx;
  height: 96rpx;
  border-radius: 50%;
  margin-right: 20rpx;
}

.user_name {
  font-size: 30rpx;
  font-weight: bold;
  color: #333;
}

.list_time {
  font-size: 22rpx;
  color: #ccc;
  margin-top: 10rpx;
}

.list_right {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_btn {
  width: 144rpx;
  height: 48rpx;
  background: rgba(204, 204, 204, 1);
  border-radius: 8rpx;
  font-size: 24rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}