添加跳转
This commit is contained in:
		
							parent
							
								
									d054cf6320
								
							
						
					
					
						commit
						5cdaaecc93
					
				@ -73,7 +73,7 @@ section.cover ul {
 | 
				
			|||||||
  display: grid;
 | 
					  display: grid;
 | 
				
			||||||
  text-align: left;
 | 
					  text-align: left;
 | 
				
			||||||
  grid-column-gap: 16px;
 | 
					  grid-column-gap: 16px;
 | 
				
			||||||
  grid-row-gap: 20px;
 | 
					  grid-row-gap: 12px;
 | 
				
			||||||
  /* grid-template-columns: repeat(2, 50%); */
 | 
					  /* grid-template-columns: repeat(2, 50%); */
 | 
				
			||||||
  list-style: none;
 | 
					  list-style: none;
 | 
				
			||||||
  max-width: unset;
 | 
					  max-width: unset;
 | 
				
			||||||
@ -117,25 +117,23 @@ section.cover.show ~ .sidebar-toggle {
 | 
				
			|||||||
.cover-main .buttons a {
 | 
					.cover-main .buttons a {
 | 
				
			||||||
  font-weight: 700;
 | 
					  font-weight: 700;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  display: inline-block;
 | 
					  display: inline-flex;
 | 
				
			||||||
 | 
					  align-items: center;
 | 
				
			||||||
 | 
					  justify-content: center;
 | 
				
			||||||
  padding: 12px 25px;
 | 
					  padding: 12px 25px;
 | 
				
			||||||
  font-size: 14px;
 | 
					  font-size: 14px;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  line-height: 18px;
 | 
					  line-height: 18px;
 | 
				
			||||||
  color: #221f1f;
 | 
					  color: var(--theme-color);
 | 
				
			||||||
  background: #fff;
 | 
					  background: #fff;
 | 
				
			||||||
  outline: none;
 | 
					  outline: none;
 | 
				
			||||||
  border: none;
 | 
					  border: none;
 | 
				
			||||||
  background-color: #fff;
 | 
					 | 
				
			||||||
  -webkit-appearance: none;
 | 
					 | 
				
			||||||
  -moz-appearance: none;
 | 
					 | 
				
			||||||
  cursor: pointer;
 | 
					  cursor: pointer;
 | 
				
			||||||
  margin: 0 1rem;
 | 
					  margin: 0 1rem;
 | 
				
			||||||
  color: var(--theme-color);
 | 
					 | 
				
			||||||
  overflow: hidden;
 | 
					  overflow: hidden;
 | 
				
			||||||
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
 | 
					  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
 | 
				
			||||||
  vertical-align: baseline;
 | 
					  vertical-align: baseline;
 | 
				
			||||||
  /* text-transform: uppercase; */
 | 
					  text-decoration: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.cover-main .buttons a:before,
 | 
					.cover-main .buttons a:before,
 | 
				
			||||||
@ -159,7 +157,7 @@ section.cover.show ~ .sidebar-toggle {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.cover-main .buttons a:hover {
 | 
					.cover-main .buttons a:hover {
 | 
				
			||||||
  color: white;
 | 
					  color: white !important;
 | 
				
			||||||
  box-shadow: 0 5px 16px rgba(229, 9, 20, 0.3);
 | 
					  box-shadow: 0 5px 16px rgba(229, 9, 20, 0.3);
 | 
				
			||||||
  border-radius: 5px;
 | 
					  border-radius: 5px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -168,11 +166,29 @@ section.cover.show ~ .sidebar-toggle {
 | 
				
			|||||||
  transform: translateX(0);
 | 
					  transform: translateX(0);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.cover-main .buttons a span {
 | 
					.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;
 | 
					  position: relative;
 | 
				
			||||||
  z-index: 1;
 | 
					  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 {
 | 
					.cover-main .buttons a.disabled {
 | 
				
			||||||
  cursor: not-allowed;
 | 
					  cursor: not-allowed;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -189,7 +205,12 @@ background-color: #ccc;
 | 
				
			|||||||
  border-color: #ccc;
 | 
					  border-color: #ccc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.cover-main .buttons a img {
 | 
				
			||||||
 | 
					  width: 16px;
 | 
				
			||||||
 | 
					  height: 16px;
 | 
				
			||||||
 | 
					  margin-left: 8px;
 | 
				
			||||||
 | 
					  vertical-align: text-bottom;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/****** Sidebar ******/
 | 
					/****** Sidebar ******/
 | 
				
			||||||
@ -378,6 +399,7 @@ body .sidebar-toggle span:nth-child(3) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/****** FOOTER *******/
 | 
					/****** FOOTER *******/
 | 
				
			||||||
 | 
					/* 功能对比卡片样式 */
 | 
				
			||||||
.features-comparison {
 | 
					.features-comparison {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  background-color: #f8f9fa;
 | 
					  background-color: #f8f9fa;
 | 
				
			||||||
@ -385,6 +407,26 @@ body .sidebar-toggle span:nth-child(3) {
 | 
				
			|||||||
  margin: 40px 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 {
 | 
					.comparison-container {
 | 
				
			||||||
  max-width: 1200px;
 | 
					  max-width: 1200px;
 | 
				
			||||||
  margin: 0 auto;
 | 
					  margin: 0 auto;
 | 
				
			||||||
@ -393,7 +435,7 @@ body .sidebar-toggle span:nth-child(3) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.comparison-title {
 | 
					.comparison-title {
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  margin-bottom: 40px;
 | 
					  /* margin-bottom: 40px; */
 | 
				
			||||||
  font-size: 28px;
 | 
					  font-size: 28px;
 | 
				
			||||||
  color: #333;
 | 
					  color: #333;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -402,7 +444,7 @@ body .sidebar-toggle span:nth-child(3) {
 | 
				
			|||||||
  display: grid;
 | 
					  display: grid;
 | 
				
			||||||
  grid-template-columns: repeat(3, 1fr);
 | 
					  grid-template-columns: repeat(3, 1fr);
 | 
				
			||||||
  gap: 30px;
 | 
					  gap: 30px;
 | 
				
			||||||
  margin-bottom: 40px;
 | 
					  margin: 40px 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.comparison-card {
 | 
					.comparison-card {
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
  <div class="header-right">
 | 
					  <div class="header-right">
 | 
				
			||||||
    <a class="header-jump" href="#/README">
 | 
					    <a class="header-jump" href="#/luck/sky.md">
 | 
				
			||||||
      <img src="_media/svg/doc.svg" />
 | 
					      <img src="_media/svg/doc.svg" />
 | 
				
			||||||
      <span>文档</span>
 | 
					      <span>文档</span>
 | 
				
			||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
@ -99,6 +99,7 @@
 | 
				
			|||||||
<div class="features-comparison">
 | 
					<div class="features-comparison">
 | 
				
			||||||
  <div class="comparison-container">
 | 
					  <div class="comparison-container">
 | 
				
			||||||
    <h2 class="comparison-title">星空抽奖功能</h2>
 | 
					    <h2 class="comparison-title">星空抽奖功能</h2>
 | 
				
			||||||
 | 
					    <h5> 星空抽奖各个版本的功能对比介绍 </h5>
 | 
				
			||||||
    <div class="comparison-grid">
 | 
					    <div class="comparison-grid">
 | 
				
			||||||
      <!-- 免费网页版 -->
 | 
					      <!-- 免费网页版 -->
 | 
				
			||||||
      <div class="comparison-card">
 | 
					      <div class="comparison-card">
 | 
				
			||||||
@ -122,6 +123,14 @@
 | 
				
			|||||||
          <li class="unavailable">离线运行模式</li>
 | 
					          <li class="unavailable">离线运行模式</li>
 | 
				
			||||||
          <li class="unavailable">数据本地存储</li> -->
 | 
					          <li class="unavailable">数据本地存储</li> -->
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
 | 
					        <div class="card-footer">
 | 
				
			||||||
 | 
					          <div class="buttons">
 | 
				
			||||||
 | 
					            <a href="http://skying.luckday.cn" rel="noopener" target="_blank">
 | 
				
			||||||
 | 
					              <span>立即体验</span>
 | 
				
			||||||
 | 
					              <img src="_media/svg/right.svg" alt="立即体验">
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <!-- 专业版 -->
 | 
					      <!-- 专业版 -->
 | 
				
			||||||
      <div class="comparison-card">
 | 
					      <div class="comparison-card">
 | 
				
			||||||
@ -142,6 +151,14 @@
 | 
				
			|||||||
          <li>可投屏,全屏显示</li>
 | 
					          <li>可投屏,全屏显示</li>
 | 
				
			||||||
          <li>无次数机器限制</li>
 | 
					          <li>无次数机器限制</li>
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
 | 
					        <div class="card-footer">
 | 
				
			||||||
 | 
					          <div class="buttons">
 | 
				
			||||||
 | 
					            <a href="https://item.taobao.com/item.htm?id=957251122617" rel="noopener" target="_blank">
 | 
				
			||||||
 | 
					              <span>立即购买</span>
 | 
				
			||||||
 | 
					              <img src="_media/svg/shop.svg" alt="立即购买">
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <!-- 企业版 -->
 | 
					      <!-- 企业版 -->
 | 
				
			||||||
      <div class="comparison-card">
 | 
					      <div class="comparison-card">
 | 
				
			||||||
@ -166,6 +183,13 @@
 | 
				
			|||||||
          <li>免费功能更新</li>
 | 
					          <li>免费功能更新</li>
 | 
				
			||||||
          <li>7*24售后服务</li>
 | 
					          <li>7*24售后服务</li>
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
 | 
					        <div class="card-footer">
 | 
				
			||||||
 | 
					          <div class="buttons">
 | 
				
			||||||
 | 
					            <a href="https://item.taobao.com/item.htm?id=957251122617" rel="noopener" target="_blank"><span>立即购买</span>
 | 
				
			||||||
 | 
					              <img src="_media/svg/shop.svg" alt="立即购买">
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
 | 
				
			|||||||
@ -1 +1 @@
 | 
				
			|||||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1760251277935" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7528" id="mx_n_1760251277936" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M44.42112 578.12992l685.25568 0-259.18464 248.69376 183.22432 0 324.00896-310.79424-324.00896-310.8352L470.49728 205.19424l259.18464 248.66304L44.42112 453.85728 44.42112 578.12992z" fill="red" p-id="7529"></path></svg>
 | 
					<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1760251277935" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" id="mx_n_1760251277936" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M44.42112 578.12992l685.25568 0-259.18464 248.69376 183.22432 0 324.00896-310.79424-324.00896-310.8352L470.49728 205.19424l259.18464 248.66304L44.42112 453.85728 44.42112 578.12992z" fill="currentColor" ></path></svg>
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 562 B  | 
		Loading…
	
		Reference in New Issue
	
	Block a user