首页 > 其他分享 >geek主题存档

geek主题存档

时间:2022-08-14 15:48:12浏览次数:48  
标签:enable 存档 主题 value label geek com height true

页面定制css

@keyframes spin3D{from{transform:rotate3d(0.5,0.5,0.5,360deg)}to{transform:rotate3d(0deg)}}#loading{height:100%;background-color:#1d2630;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;overflow:hidden;z-index:99999999}.spinner-box{width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:transparent}.leo{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}.blue-orbit{width:165px;height:165px;border:1px solid #91daffa5;animation:spin3D 3s linear .2s infinite}.green-orbit{width:120px;height:120px;border:1px solid #91ffbfa5;animation:spin3D 2s linear 0s infinite}.red-orbit{width:90px;height:90px;border:1px solid #ffca91a5;animation:spin3D 1s linear 0s infinite}.white-orbit{width:60px;height:60px;border:2px solid #fff;animation:spin3D 10s linear 0s infinite}.w1{transform:rotate3D(1,1,1,90deg)}.w2{transform:rotate3D(1,2,0.5,90deg)}.w3{transform:rotate3D(0.5,1,2,90deg)}

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">

侧边栏公告

<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=366 height=86 src="//music.163.com/outchain/player?type=2&id=1307385071&auto=0&height=66"></iframe>

页首html

<div id="loading">
    <div class="spinner-box">
        <div class="blue-orbit leo"></div>
        <div class="green-orbit leo"></div>
        <div class="red-orbit leo"></div>
        <div class="white-orbit w1 leo"></div>
        <div class="white-orbit w2 leo"></div>
        <div class="white-orbit w3 leo"></div>
    </div>
</div>


页脚html

<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1307385071&auto=1&height=66"></iframe>


<script src="https://guangzan.gitee.io/awescnb/index.js"></script>
<script>
  const opts = {
    theme: {
    name: 'silence',
    avatar: 'https://pic.cnblogs.com/avatar/2288880/20220127152359.png',
    headerBackground: '/i/l/?n=22&i=blog/2288880/202201/2288880-20220128000326919-131787953.jpg'
	},
    
	emoji: {
    enable: true,
    buttonIcon: "

标签:enable,存档,主题,value,label,geek,com,height,true
From: https://www.cnblogs.com/exungsh/p/16585533.html

相关文章