<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layui-table-view .layui-table th {
  padding: 8px 0;
  border: none;
  font-size: 14px;
  color: #7b8399;
}
.layui-table-view .layui-table td {
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #e5e6eb;
  color: #1d2129;
}
.layui-table-header,
.layui-table-view {
  border: none;
}
.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background: #f7f8fa;
}

.layui-table-page {
  text-align: right;
  border-color: #e5e6eb;
}
.layui-table-tips-c {
  box-sizing: revert;
}
.video-table {
  margin: 0 24px;
}
.video-table img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-table .blue,
.article-table .blue {
  color: #375ff5;
  margin: 0 5px;
  cursor: pointer;
}
.layui-form-checkbox[lay-skin='primary']:hover i {
  border-color: #375ff5;
}
.video-model {
  display: none;
  width: 1000px;
  height: 500px;
  overflow: hidden;
}
.setting-model {
  display: none;
  width: 600px;
  padding: 20px;
}
.setting-model .layui-input-block {
  margin-left: 120px;
}
.setting-model .layui-anim.layui-icon {
  font-size: 14px;
  margin-right: 4px;
}
.video-model video {
  width: 100%;
  height: 100%;
}
.setting .layui-layer-content {
  overflow: visible;
}
.setting-model .layui-form-select .layui-input {
  height: 32px;
}
.setting-model .layui-btn {
  border-radius: 4px;
  line-height: 30px;
  height: 32px;
}
.article-model {
  width: 600px;
  max-height: 600px;
}
.article-content {
  background: #f7f8fa;
  margin: 16px;
}

.article-content * {
  line-height: 1.6;
}
/** è®¾ç½®ä»£ç&nbsp;å—æ&nbsp;·å¼ **/
.article-content code {
  width: 100%;
  line-height: 20px;
}
.article-content pre {
  background: #2d2d2d;
  padding: 10px;
  margin-top: 4px;
  overflow-x: auto;
  color: #999;
}
/** åˆ—è¡¨æ&nbsp;·å¼ **/
.article-content ol,
.article-content ul {
  padding-left: 40px;
}
.article-content li {
  list-style-type: decimal;
}

.article-content p,
.article-content ol {
  margin: 1.25rem 0;
}
.article-content p:first-child {
  margin: 0;
}
</pre></body></html>