agreement.wxss 508 字节
page{
 background: #f4f4f4
}

.agreementname{
  color:#333333;
  font-size: 36rpx;
  text-align: center;
  margin-top:60rpx;
}
.agreementcontent{
  width:691rpx;
  margin:0 auto;
  color:#4F4F4F;
  font-size:24rpx;
  margin-top:30rpx;

}
.agreementbottom{
  display:flex;
  align-items: center;
  margin:53rpx 29rpx 0;
}
.agreementleft{
  width:26rpx;
  height:28rpx;
  font-size: 0
}
.agreementleft image{
  width:100%;
  height:100%;
}
.agreeall{
  color:#333333;
  font-size: 24rpx;
  margin-left:21rpx;
}