message_title.wxss 945 字节
/* pages/message_title/message_title.wxss */

page{
  background: url('http://bronet.wangshuwen.com/head.png') no-repeat;
  background-size: 100%, 100%;
  line-height: 1;
}
.container{
  
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  padding: 83rpx 0 0 0;
  box-sizing: border-box;
}
.title{
 
  font-size:36rpx;
  font-family:PingFang-SC-Bold;
  font-weight:bold;
  color:rgba(51,51,51,1);
  
}
.time{
  margin-top: 19rpx;
  width: 686rpx;
  margin-right: 0;
  font-size:24rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(153,153,153,1);
  
  display: flex;
  justify-content: space-between;
}
.underline{
  margin-top: 29rpx;
  width:686rpx;
  height:1rpx;
  background:rgba(153,153,153,1);
}
.text{
  margin: 42rpx 40rpx;
  font-size:24rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:36rpx;
}