2016-10-28 01:39:24 +08:00
|
|
|
|
.modal-body #fa-top {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: -15px;
|
2016-10-25 01:20:58 +08:00
|
|
|
|
}
|
|
|
|
|
|
2016-10-28 01:39:24 +08:00
|
|
|
|
.modal-body #fa-bottom {
|
|
|
|
|
clear: both;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-bottom: -15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-group .input-group .input-group-btn .btn i {
|
|
|
|
|
color: #187c9a;
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-29 12:24:42 +08:00
|
|
|
|
.icon-body {
|
|
|
|
|
margin-right: 160px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-29 13:15:32 +08:00
|
|
|
|
.icon-body .page-header {
|
|
|
|
|
padding: 16px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-28 01:39:24 +08:00
|
|
|
|
.fb-timeliner {
|
|
|
|
|
position: fixed;
|
2016-10-29 12:24:42 +08:00
|
|
|
|
top: 80px;
|
2016-10-28 01:39:24 +08:00
|
|
|
|
right: 40px;
|
|
|
|
|
width: 150px;
|
2016-10-29 12:24:42 +08:00
|
|
|
|
bottom: 100px;
|
2016-10-28 01:39:24 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner ul {
|
2016-10-29 14:46:14 +08:00
|
|
|
|
top: 44px;
|
|
|
|
|
width: 150px;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
2016-11-03 11:19:40 +08:00
|
|
|
|
overflow-y: auto;
|
2016-10-29 14:46:14 +08:00
|
|
|
|
padding-left: 6px;
|
2016-10-28 01:39:24 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner ul li {
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner ul li.active a {
|
|
|
|
|
color: #7a7a7a;
|
|
|
|
|
border-left: 4px solid #5bc0de;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner ul li a {
|
|
|
|
|
color: #999797;
|
|
|
|
|
border-left: 4px solid #d3d7dd;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner ul li a:hover {
|
|
|
|
|
color: #999797;
|
|
|
|
|
border-left: 4px solid #d9534f;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fb-timeliner h2 {
|
|
|
|
|
background: #828283;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recent-highlight {
|
|
|
|
|
background: #FF6C60 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pickIcon {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-content {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 15px;
|
|
|
|
|
left: 15px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
right: 15px;
|
|
|
|
|
z-index: 1051;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-content .modal-body {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 18px;
|
|
|
|
|
right: 16px;
|
|
|
|
|
top: 62px;
|
|
|
|
|
bottom: 80px;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-content .modal-footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 16px;
|
|
|
|
|
right: 16px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-content .modal-footer span {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-content .modal-footer i {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-25 01:20:58 +08:00
|
|
|
|
.fontawesome-icon-list .fa-hover a {
|
2016-10-23 20:05:03 +08:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2016-10-28 01:39:24 +08:00
|
|
|
|
line-height: 32px;
|
|
|
|
|
padding-left: 10px;
|
2016-10-23 20:05:03 +08:00
|
|
|
|
display: block;
|
|
|
|
|
color: #222;
|
|
|
|
|
height: 32px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list .fa-hover a:hover {
|
|
|
|
|
background-color: #1d9d74;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list .fa-hover a .fa {
|
|
|
|
|
width: 32px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list .fa-hover a:hover .fa {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
vertical-align: -6px;
|
|
|
|
|
}
|
2016-10-25 01:20:58 +08:00
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list ul {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-left: -28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list ul li {
|
|
|
|
|
overflow: hidden;
|
2016-10-28 01:39:24 +08:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
padding-left: 10px;
|
2016-10-25 01:20:58 +08:00
|
|
|
|
list-style: none;
|
|
|
|
|
float: left;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list ul li:hover {
|
|
|
|
|
background-color: #1d9d74;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list ul li:hover span:nth-child(1) {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontawesome-icon-list ul li span:nth-child(1) {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2016-11-03 11:19:40 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.menu-content {
|
|
|
|
|
display: none;
|
|
|
|
|
z-index: 1051;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 600px;
|
|
|
|
|
margin-top: 100px;
|
|
|
|
|
}
|