<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åŸºæœ¬è®¾ç½®*/
* {
  margin: 0;
  padding: 0;
  font-family: tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5b8b\4f53";
}

#app {
  overflow-x: hidden;
}

.main-width {
  width: 1200px;
  margin: 0 auto;
}

.list-basic-settings {
  list-style: none;
}

.list-basic-settings &gt; li {
  float: left;
}

a:link, a:visited, a:hover, a:active{
  text-decoration: none;
}
.set-position {
  position: relative;
}

.detail-type-content &gt; span{
    display: block;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-type-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
</pre></body></html>