|
@@ -322,6 +322,7 @@ a:focus, a:hover {
|
|
|
z-index: 9;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.nav .open > a, .nav .open > a:focus {
|
|
|
color: #333;
|
|
|
}
|
|
@@ -1495,7 +1496,8 @@ ul.face li img:hover {
|
|
|
display: inline-block;
|
|
|
margin-left: 10px;
|
|
|
transition: right 0.3s;
|
|
|
- z-index: 1000;
|
|
|
+ position:fixed;
|
|
|
+ z-index: 1;
|
|
|
}
|
|
|
|
|
|
.idx_fold {
|
|
@@ -1637,18 +1639,43 @@ ul.face li img:hover {
|
|
|
|
|
|
.content-publish, .mess-search {
|
|
|
position: relative;
|
|
|
- padding: 10px;
|
|
|
+ padding:30px 10px;
|
|
|
background: #fff;
|
|
|
border-radius: 2px;
|
|
|
line-height: 1.3;
|
|
|
margin-bottom: 12px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
-
|
|
|
+.closebtn{
|
|
|
+ display:block;
|
|
|
+ width:25px;
|
|
|
+ height:25px;
|
|
|
+ position:absolute;
|
|
|
+ right:5px;
|
|
|
+ top:5px;
|
|
|
+ text-indent:-9999px;
|
|
|
+ background:url(../images/close.png) center center/25px 25px;
|
|
|
+}
|
|
|
#content-publish.content-publish {
|
|
|
animation: heightAni 0.3s linear;
|
|
|
}
|
|
|
-
|
|
|
+.fb_bg{
|
|
|
+ width:100%;
|
|
|
+ height:100%;
|
|
|
+ background:rgba(0,0,0,0.5);
|
|
|
+ position:fixed;
|
|
|
+ left:0;
|
|
|
+ top:0;
|
|
|
+ display:none;
|
|
|
+ z-index:1;
|
|
|
+}
|
|
|
+.fb_tc{
|
|
|
+ width:50%;
|
|
|
+ position: fixed;
|
|
|
+ top:40%;
|
|
|
+ left:25%;
|
|
|
+ z-index:2;
|
|
|
+}
|
|
|
@keyframes heightAni {
|
|
|
0% {
|
|
|
transform: translateY(-5%);
|
|
@@ -2660,7 +2687,8 @@ div.mess-meta > a.mess-tag:first-child {
|
|
|
}
|
|
|
|
|
|
.index-bg {
|
|
|
- background: url(../img/bg1.jpg) no-repeat fixed center;
|
|
|
+ /*background: url(../img/bg1.jpg) no-repeat fixed center;*/
|
|
|
+ background:#eee;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
@@ -2679,7 +2707,8 @@ div.mess-meta > a.mess-tag:first-child {
|
|
|
|
|
|
.login-bg {
|
|
|
padding-top: 0;
|
|
|
- background: url(../img/bg1.jpg) no-repeat center center;
|
|
|
+ /*background: url(../img/bg1.jpg) no-repeat center center;*/
|
|
|
+ background:#eee;
|
|
|
background-size: cover;
|
|
|
width: 100%;
|
|
|
min-height: 100%;
|
|
@@ -5301,6 +5330,7 @@ li.my-fans-active > i, li.my-fans-active > a, li.my-fans-active > span {
|
|
|
-ms-flex: 5;
|
|
|
flex: 5;
|
|
|
margin-bottom: 0;
|
|
|
+ min-height:630px;
|
|
|
}
|
|
|
|
|
|
.set-right li ul li > ul {
|
|
@@ -8028,4 +8058,29 @@ input.btn:hover {
|
|
|
.mess-search > .search-box > .sch-input2 {
|
|
|
width: 75%;
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.pic_list{
|
|
|
+ display:inline-block;
|
|
|
+ width:60px;
|
|
|
+ height:40px;
|
|
|
+ overflow:hidden;
|
|
|
+ position:relative;
|
|
|
+ border:1px solid #ddd;
|
|
|
+ margin:0 10px 10px 0;
|
|
|
+}
|
|
|
+.pic_list img{
|
|
|
+ width:100%;
|
|
|
+ height:auto;
|
|
|
+}
|
|
|
+.delsimg{
|
|
|
+ display:block;
|
|
|
+ width:15px;
|
|
|
+ height:15px;
|
|
|
+ position:absolute;
|
|
|
+ right:3px;
|
|
|
+ top:3px;
|
|
|
+ background:url(../images/del_btn.png) no-repeat center center/15px 15px;
|
|
|
+ text-indent:-9999px;
|
|
|
}
|