article.html 1016 Bytes
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport"
        content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  <title>新闻详情</title>
  <style type="text/css">
    * {
      margin: 0;
      padding: 0;
    }

    body {
      width: 100%;
      height: 100%;
    }

    div {
      margin: 0 1.25rem;
    }

    p,
    b,
    span,
    strong {
      font-family: "Microsoft YaHei" !important;
      font-size: 1rem !important;
      letter-spacing: 0.5px !important;
      line-height: 1.5rem !important;
      font-weight: 500 !important;
      color: #333333 !important;
      text-indent: 0 !important;
    }

    p {
      width: 100%;
      height: 100%;
      text-align: justify !important;
      padding-top: 20px !important;
    }

    img {
      width: 100% !important;
      display: block !important;
      padding-right:1.25rem !important;
    }
  </style>
</head>

<body>
<div>
  ###content###
</div>

</body>

</html>