/* 头部 */
#header {
position: relative;
height: 280px;
margin: 0;
background: #020031;
background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
background: linear-gradient(45deg,#020031 0,#6d3353 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
}
09 2024 档案
发表于 2024-09-18 23:59阅读:2068评论:0推荐:1
摘要:全文地址:15届蓝桥杯省赛A组解题报告 A.拼正方形 题目 问题描述 小蓝正在玩拼图游戏,他有
7385137888721 个
2×2的方块和
10470245 个
1×1 的方块,他需要从中挑出一些来拼出一个正方形,比如用
3 个
2×2 和 \(4
阅读全文 »
posted @
2024-09-18 23:59
是小红吖
阅读(2068)
推荐(1) 编辑
发表于 2024-09-11 23:03阅读:62评论:0推荐:0
摘要:基于Newsprint主题开发的一种Typora模板 新建模板 打开Typora - 文件 - 偏好设置 - 外观 - 打开主题文件夹 找到其中的 Newsprint (应该有一个文件夹+一个css,都要) ,拷贝副本,重命名(我命名的是“custom”),一定要这一步,不然后期更新的时候会覆盖 修
阅读全文 »
posted @
2024-09-11 23:03
是小红吖
阅读(62)
推荐(0) 编辑
点击右上角即可分享