record.wxss 2.5 KB
page {
  background: #f9f9f9;
}

.messagelist {
  width: 686rpx;
  border-radius: 20rpx;
  background: #fff;
  margin: 20rpx auto 0;
}

.mssageitem {
  padding: 32rpx 32rpx;
  box-sizing: border-box;
 
  border-radius: 10rpx;
  border-bottom: 1rpx solid #f5f5f5;
}

.messtopleft {
  color: rgba(19, 26, 46, 1);
  font-size: 28rpx;
}

.activeleft {
  position: relative;
}

.messtopleft:before {
  display: block;
  content: '';
  position: absolute;
  left:-15rpx;
  top:50%;
  width:10rpx;
  height:10rpx;
  border-radius: 50%;
  background: #FF0000;
  transform: translateY(-50%)

}

.messtopright, .messagename {
  color: #939a9e;
  font-size: 28rpx;
}

.messagename {
  margin-top: 10rpx;
  word-break:break-all
}
.no_login{
  font-size: 36rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ccc;
  margin-top: 200rpx;
  text-align: center;
}

/* 中奖名单 */
.zhongtitle{
	display:flex;
	align-items: center;
	justify-content: center;
}
.zhongleft{
	color:#FB5A44;
	font-size: 32rpx;
	font-weight: bold;
}
.zhongright{
	color:#333;
	font-size: 32rpx;
	font-weight: bold;
}
.zhonglist{
	position: absolute;
	bottom:52rpx;
	left:52rpx;
	width:640rpx;

}
.zhongboxitem{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:21rpx
}
.zhongtou{
	width:52rpx;
	height:52rpx;
	font-size: 0;
	border-radius: 50%;
	margin-right:22rpx;
}
.zhongtou image{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.zhongname{
	/* width:173rpx; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
	font-size: 24rpx;
}
.zhongmiddle{
	color:#FB5A44;
	font-size: 24rpx;
}
.zhongrightk{
	color:#333;
	font-size: 24rpx;
}
.zhongbox{
	padding: 20rpx;
	box-sizing: border-box;

	border-radius: 20rpx;
	margin-top: 20rpx;

}
.prise{
	width:640rpx;
	display:flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom:-23rpx;
	left:52rpx;
}
.priseleft{
	width:72rpx;
	height:72rpx;
	background:#FD3217;
	border-radius: 50%;
	display:flex;
	align-items: center;
	justify-content: center;
}
.priseleft image{
	width:38rpx;
	height:38rpx;
}
.jilu{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.priseright{
	width:72rpx;
	height:72rpx;
	background:#3D9AF9;
	border-radius: 50%;
	display:flex;
	align-items: center;
	justify-content: center;
}
.priseright image{
		width:38rpx;
		height:38rpx;
}
.zhongjilu{
		color:#FD3217;
		font-size: 28rpx;
}
.huodongrule{
	color:#3D9AF9;
	font-size: 28rpx;
}