动态日历
统计近10个月的博主文章和评论数目
Loading...
分类雷达图
Loading...
发布统计图
Loading...
分类统计图
Loading...
标签统计图
Loading...
文章
时光机
文章归档
好! 目前共计 4 篇日志。 继续努力。
2025年07月
19日
Paper阅读杂记
2024年12月
13日
数学建模与模拟人口问题作业
13日
优化方法基础知识:向量范数、矩阵范数、方向导数、梯度和海森矩阵
13日
数学建模与模拟非线性优化作业
开始
文章目录
header.bg-light.lter.wrapper-md{ text-align: center; } .post_title_wrapper{ justify-content: center; } .text-muted.post-item-foot-icon.text-ellipsis.list-inline { text-align: center; } .btn-pay { animation: star 0.5s ease-in-out infinite alternate; } @keyframes star{ from { transform: scale(1); } to { transform: scale(1.1); } } img.img-full.img-circle { transition: 0.5s; } span.thumb-lg.w-auto-folded.avatar.m-t-sm { animation: light 4s ease-in-out infinite; } .thumb-lg { width: 68px } .img-full:hover { transform: scale(1.1) rotate(360deg); } @keyframes light { 0% { box-shadow: 0 0 4px red } 25% { box-shadow: 0 0 16px #0f0 } 50% { box-shadow: 0 0 4px #00f } 75% { box-shadow: 0 0 16px #0f0 } 100% { box-shadow: 0 0 4px green } } .item-thumb { cursor: pointer; transition: all .6s; } .item-thumb:hover { transform: scale(1.05); } .blog-post .panel:not(article){transition:all .3s} .blog-post .panel:not(article):hover{transform:translateY(-10px)} .index-post-title a:hover {color:#ff676c;}