标签: Windows7
thumbnail

cssxdn丨Win7_专业+旗舰版_7601.26519_32&64位_NVME_USB3.x_9合1优化版

一、系统特色: 1.采用MSDN渠道提供的官方原版ISO镜像和纯微软封装方式精心制作而成,补丁更新到最新,全自动无人值守,   默认Administrator登录,系统只……
/*文章图片悬浮效果*/ .post-content-content img { transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out; margin: 10px 0; } .post-content-content img:hover { transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px); box-shadow:5px 5px 10px gray; } /*首页动态效果*/ [cp-post-item]:hover { background: #edededba; transform: scale(1.03); -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -o-transform: scale(1.03); -ms-transform: scale(1.03); box-shadow:5px 5px 10px gray; }