<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
  margin: 50px auto;
  width: 1000px;
}
#main &gt; .des {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#main &gt; .des &gt; .tit {
  margin-bottom: 20px;
}
#main &gt; .des &gt; .ap {
  margin-bottom: 30px;
  line-height: 40px;
  background-color: #f7f7f7;
  color: #777;
}
#main &gt; .des &gt; .ap &gt; .author {
  margin-right: 30px;
}
#main &gt; .des &gt; p {
  text-indent: 2rem;
  color: #555;
  font-size: 16px;
  line-height: 40px;
}
#main &gt; .des &gt; img {
  margin: 20px 0;
}
#main &gt; .navs {
  margin-top: 30px;
}
#main &gt; .navs &gt; div {
  line-height: 30px;
  color: #555;
}
#main &gt; .navs &gt; div &gt; a {
  color: #555;
  text-decoration: none;
}
#main &gt; .navs &gt; div &gt; a:hover {
  color: #20cff4;
  /*color: @navbar-default-link-active-bg;*/
}
.des img {
  max-width: 100%;
}


@media screen and (max-width: 768px){
  #main{
    width: 100%;
    overflow-x: hidden;
  }
  #main &gt; .des{
    word-wrap: break-word;
    word-break: break-all;
  }
  .breadcrumb &gt; li{
    margin-bottom: 10px;
  }
  #main &gt; .des{
    margin-left: 15px;
    margin-right: 15px;
  }
  #main &gt; .des &gt; .tit{
    padding: 0 15px;
    font-size: 24px;
    line-height: 30px;
  }
  #main &gt; .des &gt; .ap&gt;span{
    display: block;
  }
  #main &gt; .des &gt; .ap &gt; .author{
    margin-right: 0;
  }
  #main &gt; .des&gt;div{
    line-height: 26px;
  }
  #main &gt; .navs{
    margin-left: 15px;
    margin-right: 15px;
  }
}</pre></body></html>