mymessage.wxss
561 字节
page{
background: #f4f4f4;
}
.messagebottom{
width:691rpx;
height:180rpx;
background:rgba(255,255,255,1);
border-radius:10rpx;
margin:0 auto;
padding: 40rpx 42rpx;
box-sizing: border-box
}
.messagebottomnaem{
color:#333333;
font-size: 30rpx;
font-weight: bold
}
.messagetext{
color:#707070;
font-size:24rpx;
margin-top:17rpx;
}
.messagetop{
width:214rpx;
height:42rpx;
background:rgba(223,223,223,1);
border-radius:21rpx;
margin:43rpx auto;
color:#FFFFFF;
font-size: 20rpx;
text-align: center;
line-height: 42rpx;
}