Give me five !
@media only screen and (max-width: 360px) {
#friedsGroup {
grid-template-columns:1fr!important;
}
}
#MySignature{
display:none!important;
}
#app a,#card a{
color:inherit;
}
#friedsGroup {
display:grid;
grid-template-columns:1fr 1fr;
grid-gap:20px;
}
.friends {
/*margin-bottom: 20px;*/
width: 100%;
display: inline-grid;
}
.friendCard {
border-radius: 8px;
padding: 20px;
border: 1px solid rgba(120, 130, 140, 0.13);
}
.friendCard:hover {
box-shadow: 6px 11px 41px -28px #a99de7;
}
.friendCard img {
width: 70px !important;
height: 70px !important;
float: left;
margin-right: 20px !important;
}
.friendCard .name {
margin: 0 0 10px 0 !important;
font-size: 20px;
font-weight: 700;
}
.friendCard .sign {
margin: 0 !important;
font-size: 16px;
color: var(--TextColor2);
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
/*white-space: nowrap;*/
}
.post .postBody .cnblogs-markdown a {
font-weight: unset !important;
margin: unset !important;
}
.post .postBody blockquote {
border-left: unset !important;
text-align: center;
}
/* 友链框*/
card {
background-color: var(--BlockColor);
border-radius: 8px;
width: 100%;
margin: 20px 0;
border: 1px solid rgba(120, 130, 140, 0.13);
}
card:hover {
box-shadow: 6px 11px 41px -28px #a99de7;
}
card p {
margin: 0 !important;
}
proBody center {
background: rgba(0, 0, 0, .6);
padding: 20px;
border-radius: 8px 8px 0 0;
}
proBody {
background-color: #000;
filter: Alpha(opacity=80);
border-radius: 8px 8px 0 0;
background-image: url(https://img2018.cnblogs.com/blog/1489774/201911/1489774-20191115181738072-2067895519.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
proBody img {
width: 100px;
object-fit: cover;
border-radius: 50%;
}
proBody .name {
font-size: 28px;
color: white;
font-weight: 700;
}
proBody .sign {
/*color: #8898aa;*/
color: white;
}
proBody .contact {
background-color: #4d7cff;
width: 200px !important;
color: white;
margin: 20px 0;
padding: 10px 20px;
border: 1px solid #4d7cff;
border-radius: 80px;
outline: none;
}
proBody .contact:hover {
opacity: 0.8;
}
proFooter {
columns: 3;
padding: 20px;
text-align: center;
border-top: 1px solid rgba(120, 130, 140, 0.13);
}
proFooter ul {
margin-left: 0 !important;
}
proFooter li {
list-style: none !important;
line-height: 2;
}
proFooter li:nth-child(1),
proFooter li:nth-child(2) {
border-right: 1px solid rgba(120, 130, 140, 0.13);
}
茫茫人海,相逢即是缘,感谢遇见 (゜-゜)つロ 干杯~
友情链接
申请友链
在本页下方评论一下信息就好啦,记得先添加一下本博客鸭。
| 序号 | 字段内容 | 示例 |
|---|---|---|
| 1 | 博客昵称 | 雨沐心田 |
| 2 | 博客地址 | https://leixbo.cnblogs.com/ |
| 3 | 博客头像 | https://images.cnblogs.com/cnblogs_com/leixbo/1645621/o_200218101707ta.png |
| 4 | 个性签名 | "优雅 高可用 健壮性" |
复制下方代码,替换个人信息
{
blogName:'雨沐心田',
blogUrl:'https://leixbo.cnblogs.com/',
avatarUrl: 'https://images.cnblogs.com/cnblogs_com/leixbo/1645621/o_200218101707ta.png',
blogSign: '优雅 高可用 健壮性'
},
随机推荐
- OSPF笔记——LSA及其字段,及其作用
Link State ID Link State ID remains at 32 bits in length, Link State ID has shed any addressing sema ...
- ELF和BIN的区别,资料整理
https://www.cnblogs.com/fah936861121/articles/8143556.html 1.Bin Bin文件是最纯粹的二进制机器代码, 或者说是"顺序格式&q ...
- Vim 安装和配置、优化
Vim 介绍 Vim 官网:http://www.vim.org/ Vim 安装 CentOS:sudo yum install -y vim Ubuntu:sudo apt-get install ...
- Linux安装virtualenvwrapper
1.pip install virtualenvwrapper 2.export WORKON_HOME=/home/virtualenv //配置虚拟环境变量,以后直接mkvirtualenv 虚 ...
- 配置nginx代理服务器访问tomcat服务
nginx原配置文件如下: #user nobody; worker_processes ; #error_log logs/error.log; #error_log logs/error.log ...
- Django框架的初使用-2
目录 Django框架的初使用-1 1 Django MVT回顾 2 模型M 2.1 ORM框架 2.2 模型设计 3 视图V 3.1 定义视图函数 3.2 配置URLconf 3.3 视图-匹配过程 ...
- Java日志介绍(3)-Logback
Logback 继承自Log4j,它建立在有十年工业经验的日志系统之上.它比其它所有的日志系统更快并且更小,包含了许多独特并且有用的特性. 1.配置 1.1.加载配置 Logback能够在初始化期间自 ...
- java设计模式学习笔记——里氏替换原则
oo中的继承性的思考和说明 1.继承包含这样一层含义:父类中凡是已经实现好的方法,实际上是在设定规范和契约,虽然它不强制要求所有的子类必须遵循这些七月,但是如果子类对这些已经实现的方法任意修改,就会对 ...
- Xcode-一些小问题(配置包路径,配置文件路径。。。)
1.真机配置包路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 2.配置文 ...
- 什么是AOP面向切面编程思想
一.什么是AOP? 1.AOP不是一种语言,是一种编程范式 常见的编程范式: 面向过程.面向对象.函数式编程.事件驱动编程等 2.AOP可以解决特定问题,不能解决所有问题. 3.是面向对象的补充,不是 ...