comment.wxss 667 字节
/* pages/comment/comment.wxss */
.commenttitle{
  width:100%;
  color:#666666;
  text-align: center;
}
.commentconetnt{
    width:716rpx;
    height:970rpx;
    margin: 0 auto;
    border:1rpx solid #D1CECE;
    border-radius:14rpx;
    margin-top:28rpx;
    padding:20rpx;
    box-sizing: border-box;
    font-size: 32rpx;
}


.surecomment{
  width:686rpx;
  height:68rpx;
  background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
  box-shadow:0px 4px 16px 0px rgba(14,77,140,0.4), 0px 2px 6px 0px rgba(52, 209, 131, 0.35);
  border-radius:30rpx;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 68rpx;
  margin: 45rpx auto 0;
}