提交 1749173f 编写于 作者: 智布道's avatar 智布道 👁

👽 调整前端页面的框体为直角(去掉border-radius)

上级 424f8bba
......@@ -69,13 +69,13 @@ em {
}
.comment .comment-body {
padding: 10px;
padding: 5px;
/*border: solid #009a61 1px;*/
border-radius: 4px;
background: rgba(255, 255, 255, .7);
-moz-box-shadow: 3px 3px 3px #ebf1ed;
-webkit-box-shadow: 3px 3px 3px #ebf1ed;
box-shadow: 3px 3px 3px #ebf1ed;
-moz-box-shadow: 0 1px 0 #e4e4e4;
-webkit-box-shadow: 0 1px 0 #e4e4e4;
box-shadow: 0 1px 0 #e4e4e4;
}
.comment .comment-body .cheader {
......
......@@ -2295,7 +2295,7 @@ nav a:first-child .meta-nav {
display: block;
text-align: center;
margin: 0 auto;
border-radius: 25px;
border-radius: 25px!important;
border: 1px solid rgba(0, 0, 0, 0.1)
}
......@@ -3187,4 +3187,12 @@ nav a:first-child .meta-nav {
font-size: 14px;
color: #9B9B9B;
font-weight: normal;
}
* {
border-radius: 0!important;
}
#nprogress .spinner-icon {
border-radius: 50%!important;
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
<@blogHeader title="友情链接"></@blogHeader>
<div class="col-sm-12 blog-main">
<div class="blog-body expansion">
<h4 class="custom-title"><i class="fa fa-coffee fa-fw"></i><strong>简单的要求</strong><small> - 简单点,说话的方式简单点</small></h4>
<h5 class="custom-title"><i class="fa fa-coffee fa-fw"></i><strong>简单的要求</strong><small> - 简单点,说话的方式简单点</small></h5>
<div class="link-info">
<ul class="list-unstyled">
<li>本站定位:个人技术类博客</li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册