768 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			768 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
:root {
 | 
						|
  --theme-color: #e50914;
 | 
						|
  --theme-color-dark: #b20710;
 | 
						|
 | 
						|
  /* --theme-color: #39d40e;
 | 
						|
  --theme-color-dark: #8fd795; */
 | 
						|
 | 
						|
  --text-color-base: #2e2e46;
 | 
						|
  --text-color-secondary: #646473;
 | 
						|
  --text-color-tertiary: #81818e;
 | 
						|
}
 | 
						|
 | 
						|
body {
 | 
						|
  font-size: 100%;
 | 
						|
  line-height: 1.5;
 | 
						|
  color: var(--text-color-base);
 | 
						|
}
 | 
						|
 | 
						|
* {
 | 
						|
  text-decoration: none !important;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  transition: all 0.3s linear;
 | 
						|
}
 | 
						|
 | 
						|
h1,h5 {
 | 
						|
  margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
.github-corner {
 | 
						|
  z-index: 5;
 | 
						|
}
 | 
						|
 | 
						|
/****** Cover Page ******/
 | 
						|
section.cover {
 | 
						|
  padding-bottom: 30px; /* fixed footer (liu) height */
 | 
						|
  height: auto;
 | 
						|
  min-height: 100vh;
 | 
						|
  /**
 | 
						|
   * Intended to defeat this inline style on initial boot that flashes when on page load:
 | 
						|
   * https://github.com/docsifyjs/docsify/blob/8352a1e489abc2a7b6361fe02d696e1891a031cd/src/core/render/tpl.js#L56-L70
 | 
						|
   */
 | 
						|
  background: #fff !important;
 | 
						|
}
 | 
						|
 | 
						|
section.cover .cover-main {
 | 
						|
  display: flex;
 | 
						|
  justify-content: center;
 | 
						|
  align-items: center;
 | 
						|
  flex-direction: column;
 | 
						|
  margin: 0;
 | 
						|
  margin-top: 80px;
 | 
						|
  /* padding: 0px 16px 0; */
 | 
						|
}
 | 
						|
 | 
						|
section.cover img {
 | 
						|
  width: 170px;
 | 
						|
}
 | 
						|
 | 
						|
section.cover h1 {
 | 
						|
  margin: 0.625rem 0 1rem;
 | 
						|
}
 | 
						|
 | 
						|
section.cover blockquote,
 | 
						|
section.cover blockquote p {
 | 
						|
  margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
section.cover ul {
 | 
						|
  font-size: 1.25rem;
 | 
						|
  line-height: 2rem;
 | 
						|
  display: grid;
 | 
						|
  text-align: left;
 | 
						|
  grid-column-gap: 16px;
 | 
						|
  grid-row-gap: 12px;
 | 
						|
  /* grid-template-columns: repeat(2, 50%); */
 | 
						|
  list-style: none;
 | 
						|
  max-width: unset;
 | 
						|
  margin: 1.5em 0;
 | 
						|
}
 | 
						|
 | 
						|
section.cover ul li {
 | 
						|
  /* white-space: nowrap; */
 | 
						|
}
 | 
						|
 | 
						|
section.cover.show ~ .sidebar,
 | 
						|
section.cover.show ~ .sidebar-toggle {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .liu-logo {
 | 
						|
  position: fixed;
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  /* background: #ffffff; */
 | 
						|
  bottom: 0;
 | 
						|
  left: 0;
 | 
						|
  /* width: 100%; */
 | 
						|
  padding: 40px;
 | 
						|
  z-index: 5;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .liu-logo .logo {
 | 
						|
  width: 125px;
 | 
						|
  height: 32px;
 | 
						|
  background: url('/_media/Logo_Liu.png');
 | 
						|
  background-size: 100%;
 | 
						|
  background-repeat: no-repeat;
 | 
						|
  background-position: center center;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons {
 | 
						|
  width: 100%;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a {
 | 
						|
  font-weight: 700;
 | 
						|
  position: relative;
 | 
						|
  display: inline-flex;
 | 
						|
  align-items: center;
 | 
						|
  justify-content: center;
 | 
						|
  padding: 12px 25px;
 | 
						|
  font-size: 14px;
 | 
						|
  text-align: center;
 | 
						|
  line-height: 18px;
 | 
						|
  color: var(--theme-color);
 | 
						|
  background: #fff;
 | 
						|
  outline: none;
 | 
						|
  border: none;
 | 
						|
  cursor: pointer;
 | 
						|
  margin: 0 1rem;
 | 
						|
  overflow: hidden;
 | 
						|
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
 | 
						|
  vertical-align: baseline;
 | 
						|
  text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a:before,
 | 
						|
.cover-main .buttons a:after {
 | 
						|
  content: '';
 | 
						|
  display: block;
 | 
						|
  position: absolute;
 | 
						|
  width: 100%;
 | 
						|
  height: 100%;
 | 
						|
  top: 0;
 | 
						|
  left: 0;
 | 
						|
  border: 2px solid var(--theme-color);
 | 
						|
  box-sizing: border-box;
 | 
						|
  border-radius: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a:after {
 | 
						|
  background: var(--theme-color);
 | 
						|
  transform: translateX(-101%);
 | 
						|
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a:hover {
 | 
						|
  color: white !important;
 | 
						|
  box-shadow: 0 5px 16px rgba(229, 9, 20, 0.3);
 | 
						|
  border-radius: 5px;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a:hover:after {
 | 
						|
  transform: translateX(0);
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a:hover img {
 | 
						|
  filter: brightness(0) invert(1) !important;
 | 
						|
  transform: translateX(3px);
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a span,
 | 
						|
.cover-main .buttons a img {
 | 
						|
  position: relative;
 | 
						|
  z-index: 1;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a img {
 | 
						|
  width: 20px;
 | 
						|
  height: 20px;
 | 
						|
  margin-left: 8px;
 | 
						|
  filter: invert(15%) sepia(91%) saturate(6467%) hue-rotate(355deg) brightness(86%) contrast(121%);
 | 
						|
  transition: filter 0.25s ease;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a:hover img {
 | 
						|
  filter: brightness(0) invert(1) !important;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a.disabled {
 | 
						|
  cursor: not-allowed;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a.disabled:after {
 | 
						|
background-color: #ccc;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a.disabled:hover {
 | 
						|
  box-shadow: none;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a.disabled:after {
 | 
						|
  border-color: #ccc;
 | 
						|
}
 | 
						|
 | 
						|
.cover-main .buttons a img {
 | 
						|
  width: 16px;
 | 
						|
  height: 16px;
 | 
						|
  margin-left: 8px;
 | 
						|
  vertical-align: text-bottom;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
/****** Sidebar ******/
 | 
						|
.sidebar .app-name-link img {
 | 
						|
  height: 100px;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar ul li a {
 | 
						|
  font-size: 15px;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar ul li a:hover {
 | 
						|
  color: var(--theme-color);
 | 
						|
}
 | 
						|
 | 
						|
.app-sub-sidebar li:before {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar .search .clear-button {
 | 
						|
  cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar-nav ul li p {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar-nav ul li p a {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
/****** Sidebar Toggle ******/
 | 
						|
.sidebar-toggle {
 | 
						|
  cursor: pointer;
 | 
						|
}
 | 
						|
 | 
						|
body .sidebar-toggle {
 | 
						|
  background: none;
 | 
						|
  top: 1.5rem;
 | 
						|
  left: calc(300px + 1.5rem);
 | 
						|
  cursor: pointer;
 | 
						|
  width: 1.5rem;
 | 
						|
  height: 1.5rem;
 | 
						|
  padding: 0;
 | 
						|
  transition: left 0.25s ease-out;
 | 
						|
}
 | 
						|
 | 
						|
body .sidebar-toggle span {
 | 
						|
  background-color: var(--theme-color);
 | 
						|
  height: 0.2rem;
 | 
						|
  width: 1.5rem;
 | 
						|
  position: absolute;
 | 
						|
  left: 0;
 | 
						|
  margin: 0;
 | 
						|
  transform-origin: 0;
 | 
						|
  border-radius: 1px;
 | 
						|
}
 | 
						|
 | 
						|
body.close .sidebar-toggle {
 | 
						|
  transition: left 0.25s ease-out;
 | 
						|
  width: 1.5rem;
 | 
						|
  height: 1.5rem;
 | 
						|
  left: 1.5rem;
 | 
						|
}
 | 
						|
 | 
						|
body.close .sidebar-toggle span {
 | 
						|
  transform-origin: center;
 | 
						|
}
 | 
						|
 | 
						|
body .sidebar-toggle span:nth-child(1) {
 | 
						|
  top: 0;
 | 
						|
}
 | 
						|
body .sidebar-toggle span:nth-child(2) {
 | 
						|
  top: 0.5rem;
 | 
						|
}
 | 
						|
body .sidebar-toggle span:nth-child(3) {
 | 
						|
  top: 1rem;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar-toggle:hover {
 | 
						|
  opacity: 0.8;
 | 
						|
}
 | 
						|
.sidebar-toggle .sidebar-toggle-button:hover {
 | 
						|
  opacity: 1;
 | 
						|
}
 | 
						|
 | 
						|
@media screen and (max-width: 768px) {
 | 
						|
  body .sidebar-toggle {
 | 
						|
    left: 1rem;
 | 
						|
  }
 | 
						|
 | 
						|
  body.close .sidebar-toggle {
 | 
						|
    left: calc(300px + 1.5rem);
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
/****** Markdown General ******/
 | 
						|
.markdown-section {
 | 
						|
  padding: 30px 30px 40px;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section a {
 | 
						|
  text-decoration: none;
 | 
						|
  border-bottom: 0.1rem solid var(--theme-color);
 | 
						|
  transition: all 0.3s ease;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section a:hover {
 | 
						|
  border-color: var(--theme-color-dark);
 | 
						|
  color: var(--theme-color-dark);
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section a.anchor {
 | 
						|
  border: none;
 | 
						|
}
 | 
						|
 | 
						|
/****** Markdown Table ******/
 | 
						|
.markdown-section table {
 | 
						|
  display: table;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section table tr {
 | 
						|
  border-width: 0.15rem 0;
 | 
						|
  border-style: solid;
 | 
						|
  border-color: #f1f1f2;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section table thead tr {
 | 
						|
  text-transform: uppercase;
 | 
						|
  font-size: 90%;
 | 
						|
  border-top: none;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section table tbody tr:last-of-type {
 | 
						|
  border-bottom: none;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section table tr:nth-child(2n) {
 | 
						|
  background-color: transparent;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section table td,
 | 
						|
.markdown-section table th {
 | 
						|
  border: none;
 | 
						|
  padding: 1.1rem 0.5rem;
 | 
						|
  text-align: left;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section table td p {
 | 
						|
  margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section blockquote {
 | 
						|
  margin: 1em 0;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section blockquote > p {
 | 
						|
  font-weight: 500;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-section em,
 | 
						|
.markdown-section blockquote {
 | 
						|
  color: var(--text-color-tertiary);
 | 
						|
}
 | 
						|
 | 
						|
/****** CODE HIGHLIGHTING ******/
 | 
						|
.token.string {
 | 
						|
  color: #42b983;
 | 
						|
}
 | 
						|
 | 
						|
.token.boolean,
 | 
						|
.token.number {
 | 
						|
  color: var(--theme-color);
 | 
						|
}
 | 
						|
 | 
						|
.lang-bash .token.function,
 | 
						|
.lang-json .token.property {
 | 
						|
  color: #e96900;
 | 
						|
}
 | 
						|
 | 
						|
/****** COPY TO CLIPBOARD ******/
 | 
						|
.docsify-copy-code-button {
 | 
						|
  font-size: 0.7em !important;
 | 
						|
}
 | 
						|
 | 
						|
/****** FOOTER *******/
 | 
						|
/* 功能对比卡片样式 */
 | 
						|
.features-comparison {
 | 
						|
  width: 100%;
 | 
						|
  background-color: #f8f9fa;
 | 
						|
  padding: 60px 0;
 | 
						|
  margin: 40px 0;
 | 
						|
}
 | 
						|
 | 
						|
.comparison-card {
 | 
						|
  position: relative !important;
 | 
						|
  min-height: 680px !important;
 | 
						|
}
 | 
						|
 | 
						|
.card-footer {
 | 
						|
  position: absolute !important;
 | 
						|
  bottom: 30px;
 | 
						|
  left: 0;
 | 
						|
  right: 0;
 | 
						|
  text-align: center;
 | 
						|
  padding-top: 20px;
 | 
						|
  margin: 0 30px;
 | 
						|
  border-top: 1px solid #eee;
 | 
						|
}
 | 
						|
 | 
						|
.feature-list {
 | 
						|
  padding-bottom: 80px !important;
 | 
						|
}
 | 
						|
 | 
						|
.comparison-container {
 | 
						|
  max-width: 1200px;
 | 
						|
  margin: 0 auto;
 | 
						|
  padding: 0 20px;
 | 
						|
}
 | 
						|
 | 
						|
.comparison-title {
 | 
						|
  text-align: center;
 | 
						|
  /* margin-bottom: 40px; */
 | 
						|
  font-size: 28px;
 | 
						|
  color: #333;
 | 
						|
}
 | 
						|
 | 
						|
.comparison-grid {
 | 
						|
  display: grid;
 | 
						|
  grid-template-columns: repeat(3, 1fr);
 | 
						|
  gap: 30px;
 | 
						|
  margin: 40px 0;
 | 
						|
}
 | 
						|
 | 
						|
.comparison-card {
 | 
						|
  background: #fff;
 | 
						|
  border-radius: 16px;
 | 
						|
  padding: 30px;
 | 
						|
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 | 
						|
  transition: transform 0.3s ease;
 | 
						|
}
 | 
						|
 | 
						|
.comparison-card:hover {
 | 
						|
  transform: translateY(-5px);
 | 
						|
}
 | 
						|
 | 
						|
.card-header {
 | 
						|
  text-align: center;
 | 
						|
  margin-bottom: 20px;
 | 
						|
  padding-bottom: 20px;
 | 
						|
  border-bottom: 1px solid #eee;
 | 
						|
}
 | 
						|
 | 
						|
.card-title {
 | 
						|
  font-size: 22px;
 | 
						|
  color: #333;
 | 
						|
  margin-bottom: 10px;
 | 
						|
}
 | 
						|
 | 
						|
.card-price {
 | 
						|
  font-size: 32px;
 | 
						|
  color: var(--theme-color);
 | 
						|
  font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
.card-price span {
 | 
						|
  font-size: 16px;
 | 
						|
  color: #666;
 | 
						|
}
 | 
						|
 | 
						|
.feature-list {
 | 
						|
  list-style: none;
 | 
						|
  padding: 0;
 | 
						|
  margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
.feature-list li {
 | 
						|
  display: flex;
 | 
						|
  align-items: flex-start;  /* 改为顶部对齐 */
 | 
						|
  margin-bottom: 15px;
 | 
						|
  color: #666;
 | 
						|
  font-size: 15px;
 | 
						|
  line-height: 1.4;  /* 添加行高 */
 | 
						|
}
 | 
						|
 | 
						|
.feature-list li:before {
 | 
						|
  content: '';
 | 
						|
  flex: 0 0 20px;  /* 固定宽度,防止被压缩 */
 | 
						|
  width: 20px;
 | 
						|
  height: 20px;
 | 
						|
  margin-right: 10px;
 | 
						|
  margin-top: 2px;  /* 微调图标位置,与文本第一行对齐 */
 | 
						|
  background-image: url('/_media/svg/check.svg');
 | 
						|
  background-size: contain;
 | 
						|
  background-repeat: no-repeat;
 | 
						|
}
 | 
						|
 | 
						|
.feature-list li.unavailable {
 | 
						|
  color: #999;
 | 
						|
  text-decoration: line-through;
 | 
						|
}
 | 
						|
 | 
						|
.feature-list li.unavailable:before {
 | 
						|
  background-image: url('/_media/svg/close.svg');
 | 
						|
}
 | 
						|
 | 
						|
@media (max-width: 768px) {
 | 
						|
  .comparison-grid {
 | 
						|
    grid-template-columns: 1fr;
 | 
						|
  }
 | 
						|
  
 | 
						|
  .comparison-card {
 | 
						|
    margin-bottom: 20px;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.footer {
 | 
						|
  color: #747a83;
 | 
						|
  z-index: 10;
 | 
						|
  width: 100%;
 | 
						|
  margin: 0 auto;
 | 
						|
  margin-top: 5%;
 | 
						|
}
 | 
						|
 | 
						|
.footer > a {
 | 
						|
  color: #747a83;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar-logo {
 | 
						|
  display: flex;
 | 
						|
  justify-content: center;
 | 
						|
  margin: 32px 0;
 | 
						|
}
 | 
						|
 | 
						|
.sidebar-logo > .app-sub-sidebar {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.logo-title {
 | 
						|
  font-size: 32px;
 | 
						|
}
 | 
						|
 | 
						|
.logo-name {
 | 
						|
  background-image: -webkit-linear-gradient(
 | 
						|
    left,
 | 
						|
    #3498db,
 | 
						|
    #f47920 10%,
 | 
						|
    #d71345 20%,
 | 
						|
    #f7acbc 30%,
 | 
						|
    #ffd400 40%,
 | 
						|
    #3498db 50%,
 | 
						|
    #f47920 60%,
 | 
						|
    #d71345 70%,
 | 
						|
    #f7acbc 80%,
 | 
						|
    #ffd400 90%,
 | 
						|
    #3498db
 | 
						|
  );
 | 
						|
  color: transparent;
 | 
						|
  -webkit-background-clip: text;
 | 
						|
  background-size: 200% 100%;
 | 
						|
  animation: logo-name 5s infinite linear;
 | 
						|
  font-size: 100px;
 | 
						|
  font-family: fantasy;
 | 
						|
}
 | 
						|
 | 
						|
@keyframes logo-name {
 | 
						|
  0% {
 | 
						|
    background-position: 0 0;
 | 
						|
  }
 | 
						|
 | 
						|
  100% {
 | 
						|
    background-position: -100% 0;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: 'icomoon';
 | 
						|
  src: url('../fonts/icomoon.eot?9wlqx1');
 | 
						|
  src: url('../fonts/icomoon.eot?9wlqx1#iefix') format('embedded-opentype'),
 | 
						|
    url('../fonts/icomoon.ttf?9wlqx1') format('truetype'),
 | 
						|
    url('../fonts/icomoon.woff?9wlqx1') format('woff'),
 | 
						|
    url('../fonts/icomoon.svg?9wlqx1#icomoon') format('svg');
 | 
						|
  font-weight: normal;
 | 
						|
  font-style: normal;
 | 
						|
  font-display: block;
 | 
						|
}
 | 
						|
 | 
						|
[class^='icon-'],
 | 
						|
[class*=' icon-'] {
 | 
						|
  /* use !important to prevent issues with browser extensions that change fonts */
 | 
						|
  font-family: 'icomoon' !important;
 | 
						|
  speak: never;
 | 
						|
  font-style: normal;
 | 
						|
  font-weight: normal;
 | 
						|
  font-variant: normal;
 | 
						|
  text-transform: none;
 | 
						|
  line-height: 1;
 | 
						|
 | 
						|
  /* Better Font Rendering =========== */
 | 
						|
  -webkit-font-smoothing: antialiased;
 | 
						|
  -moz-osx-font-smoothing: grayscale;
 | 
						|
}
 | 
						|
 | 
						|
.icon-logo:before {
 | 
						|
  content: '\e900';
 | 
						|
}
 | 
						|
 | 
						|
.luckday-video {
 | 
						|
  display: flex;
 | 
						|
  justify-content: center;
 | 
						|
  align-items: center;
 | 
						|
  margin: 80px 10% 0;  /* 添加上边距,避免被固定头部遮挡 */
 | 
						|
}
 | 
						|
 | 
						|
/* .luckday-video-skying {
 | 
						|
  text-align: end;
 | 
						|
  margin-right: 4%;
 | 
						|
}
 | 
						|
 | 
						|
.luckday-video-screen {
 | 
						|
  text-align: start;
 | 
						|
  margin-left: 4%;
 | 
						|
} */
 | 
						|
 | 
						|
.skying-video, .screen-video {
 | 
						|
  width: 70%;
 | 
						|
  border-radius: 12px;
 | 
						|
  margin: 24px auto;
 | 
						|
  box-shadow: 4px 5px 11px rgb(0 0 0 / 10%);
 | 
						|
}
 | 
						|
 | 
						|
.header {
 | 
						|
  display: flex;
 | 
						|
  width: 100%;
 | 
						|
  padding: 20px 10%;
 | 
						|
  position: fixed;
 | 
						|
  top: 0;
 | 
						|
  left: 0;
 | 
						|
  background: #ffffffa6;
 | 
						|
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 | 
						|
  transition: transform 0.3s ease;
 | 
						|
  z-index: 1000;
 | 
						|
}
 | 
						|
 | 
						|
.header-left, .header-right {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.header-jump {
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
  margin-right: 28px;
 | 
						|
}
 | 
						|
 | 
						|
.header-jump img {
 | 
						|
  width: 22px !important;
 | 
						|
  height: 32px;
 | 
						|
  margin-right: 8px;
 | 
						|
}
 | 
						|
 | 
						|
/* .doc {
 | 
						|
  position: fixed;
 | 
						|
  top: 8%;
 | 
						|
  right: 8%;
 | 
						|
} */
 | 
						|
 | 
						|
.doc img {
 | 
						|
  width: 20px !important;
 | 
						|
  height: 20px;
 | 
						|
  margin-left: 12px;
 | 
						|
}
 | 
						|
 | 
						|
.skying-title,.screen-title, .comparison-title  {
 | 
						|
  color: var(--theme-color);
 | 
						|
}
 | 
						|
 | 
						|
@media (max-width: 850px) {
 | 
						|
  section.cover ul {
 | 
						|
    grid-template-columns: 100%;
 | 
						|
    padding: 0;
 | 
						|
  }
 | 
						|
 | 
						|
  section.cover ul li {
 | 
						|
    text-align: center;
 | 
						|
  }
 | 
						|
 | 
						|
  .luckday-video {
 | 
						|
    flex-direction: column;
 | 
						|
  }
 | 
						|
 | 
						|
  .skying-video,
 | 
						|
  .screen-video {
 | 
						|
    width: 100%;
 | 
						|
  }
 | 
						|
 | 
						|
  .buttons {
 | 
						|
    display: flex;
 | 
						|
    justify-content: space-around;
 | 
						|
  }
 | 
						|
 | 
						|
  .buttons a {
 | 
						|
    width: 50%;
 | 
						|
  }
 | 
						|
  .footer {
 | 
						|
    margin-bottom: 20%;
 | 
						|
    padding: 0 2%;
 | 
						|
  }
 | 
						|
 | 
						|
  .liu-logo {
 | 
						|
    background: #ffffff;
 | 
						|
    width: 100%;
 | 
						|
    padding: 40px;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
@media (max-width: 450px) {
 | 
						|
  section.cover ul li {
 | 
						|
    white-space: normal;
 | 
						|
  }
 | 
						|
 | 
						|
  .cover-main .buttons a {
 | 
						|
    width: 50%;
 | 
						|
    margin: 0.2rem 1rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .luckday-video {
 | 
						|
    flex-direction: column;
 | 
						|
  }
 | 
						|
 | 
						|
  .skying-video,
 | 
						|
  .screen-video {
 | 
						|
    width: 100%;
 | 
						|
  }
 | 
						|
 | 
						|
  .buttons {
 | 
						|
    display: flex;
 | 
						|
    justify-content: space-around;
 | 
						|
  }
 | 
						|
 | 
						|
  .buttons a {
 | 
						|
    width: 50%;
 | 
						|
  }
 | 
						|
  .footer {
 | 
						|
    margin-bottom: 20%;
 | 
						|
    padding: 0 2%;
 | 
						|
  }
 | 
						|
  .liu-logo {
 | 
						|
    background: #ffffff;
 | 
						|
    width: 100%;
 | 
						|
    padding: 40px;
 | 
						|
  }
 | 
						|
} |