记录几个有用的网站 - 不能说的秘密 - 博客园
#home :not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not(【highlighted】):not(【class="brush:"】) code:not(.hljs), :not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not(【highlighted】):not(【class="brush:"】) code:not(.hljs) {background: rgb(29, 31, 33);
padding: 16px;
border: 0px none rgb(197, 200, 198);
border-radius: 0px;
border-color: transparent;
color: rgb(197, 200, 198);
font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
font-size: 16px
var currentBlogId = 625441;
var currentBlogApp = 'yunhgu';
var isLogined = false;
var isBlogOwner = false;
var skinName = 'SimpleMemory';
var visitorUserId = '';
var hasCustomScript = true;
window.cb_enable_mathjax = false;
window.mathEngine = 0;
window.codeHighlightEngine = 1;
window.enableCodeLineNumber = false;
window.codeHighlightTheme = 'tomorrow-night';
window.darkModeCodeHighlightTheme = 'vs2015';
window.isDarkCodeHighlightTheme = true;
window.isDarkModeCodeHighlightThemeDark = true;
window.isDisableCodeHighlighter = false;
window.enableCodeThemeTypeFollowSystem = false;
window.enableMacStyleCodeBlock = false;
window.currentPostId = 15045072;
window.currentPostDateAdded = '2021-07-22 17:03';
.medium-zoom-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: opacity 300ms;
will-change: opacity;
}//代码效果参考:http://www.ezhiqi.com/zx/art_1410.html
.medium-zoom--opened .medium-zoom-overlay {
cursor: pointer;
cursor: zoom-out;
opacity: 1;
}
.medium-zoom-image {
cursor: pointer;
cursor: zoom-in;
/
The transition
is marked as "!important" for the animation to happen
even though it's overriden by another inline transition
style attribute.
This is problematic with frameworks that generate inline styles on their
images (e.g. Gatsby).
See
/
transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) !important;
}
.medium-zoom-image--hidden {
visibility: hidden;
}
.medium-zoom-image--opened {
position: relative;
cursor: pointer;
cursor: zoom-out;
will-change: transform;
}
updateCustomBlogReferrer();
会员
众包
新闻
博问
闪存
云市场
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式 ...
退出登录
注册
登录
不能说的秘密
Hell is other people
博客园
首页
新随笔
联系
订阅
管理