Files
swiftadmin/public/static/system/css/message.css

185 lines
3.1 KiB
CSS
Raw Normal View History

2022-08-19 19:48:37 +08:00
body {
background: #fff;
}
body a:hover {
color: #777;
}
.layui-tab-brief {
padding: 5px 0;
margin: 0;
}
2022-11-28 19:11:12 +08:00
.layui-instant-list-item:hover, .layui-instant-footer a:hover, .message-btn-more:hover {
2022-08-19 19:48:37 +08:00
background: #F2F2F2;
}
2022-11-28 19:11:12 +08:00
.layui-instant-list {
2022-08-19 19:48:37 +08:00
position: absolute;
top: 51px;
bottom: 44px;
left: 0;
right: 0;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
clear: both;
}
2022-11-28 19:11:12 +08:00
.layui-instant-list-item {
2022-08-19 19:48:37 +08:00
padding: 10px 24px;
border-bottom: 1px solid #e8e8e8;
-ms-flex-align: start;
align-items: flex-start;
display: flex;
-ms-flex: 1 1;
flex: 1 1;
}
2022-11-28 19:11:12 +08:00
.layui-instant-list-item:hover, .message-btn-clear:hover, .message-btn-more:hover {
2022-08-19 19:48:37 +08:00
background: #F2F2F2;
}
2022-11-28 19:11:12 +08:00
.layui-instant-item-icon {
2022-08-19 19:48:37 +08:00
width: 40px;
height: 40px;
margin-right: 16px;
display: block;
margin-top: 4px;
}
2022-11-28 19:11:12 +08:00
.layui-instant-item-right {
2022-08-19 19:48:37 +08:00
display: block;
flex: 1 0;
line-height: 24px;
2022-11-28 19:11:12 +08:00
max-width: 100%;
overflow: hidden;
2022-08-19 19:48:37 +08:00
}
2022-11-28 19:11:12 +08:00
.layui-instant-item-title {
2022-08-19 19:48:37 +08:00
font-size: 13px;
2022-11-28 19:11:12 +08:00
color: #000;
2022-08-19 19:48:37 +08:00
}
2022-11-28 19:11:12 +08:00
.layui-instant-item-text {
color: #000;
2022-08-19 19:48:37 +08:00
font-size: 12px;
2022-11-28 19:11:12 +08:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.layui-instant-list .active_1 .layui-instant-item-title {
color: rgba(0, 0, 0, .55);
}
.layui-instant-list .active_1 .layui-instant-item-text {
color: rgba(0, 0, 0, .55);
2022-08-19 19:48:37 +08:00
}
.pull-right {
float: right;
}
2022-11-28 19:11:12 +08:00
.layui-instant-btn-clear, .layui-instant-btn-more {
2022-08-19 19:48:37 +08:00
display: block;
padding: 10px 5px;
text-align: center;
line-height: 24px;
color: #333;
}
2022-11-28 19:11:12 +08:00
.layui-instant-btn-more {
2022-08-19 19:48:37 +08:00
color: #666;
font-size: 13px;
}
2022-11-28 19:11:12 +08:00
.layui-instant-list-empty {
2022-08-19 19:48:37 +08:00
text-align: center;
color: rgba(0, 0, 0, .45);
padding: 73px 0 88px;
}
2022-11-28 19:11:12 +08:00
.layui-instant-list-empty img {
2022-08-19 19:48:37 +08:00
height: 76px;
margin-bottom: 16px;
}
2022-11-28 19:11:12 +08:00
.layui-instant-footer {
2022-08-19 19:48:37 +08:00
position: absolute;
bottom: 0;
left: 0;
background: white;
right: 0;
border-top: 1px solid #e8e8e8;
text-align: center;
2022-11-28 19:11:12 +08:00
white-space: nowrap;
2022-08-19 19:48:37 +08:00
}
2022-11-28 19:11:12 +08:00
.layui-instant-footer a {
2022-08-19 19:48:37 +08:00
display: inline-block;
text-align: center;
color: #333;
width: 49%;
height: 42px;
line-height: 42px;
}
.layui-icon-email {
font-size: 40px;
2022-11-28 19:11:12 +08:00
}
.layui-flow-more a {
height: 26px;
line-height: 26px;
}
.layui-flow-more a cite {
font-size: 12px;
}
#instant-content .layui-card-header {
padding: 0;
font-weight: bold;
margin-bottom: 10px;
}
#instant-content .layui-card-header div {
display: inline-block;
}
#instant-content .layui-card-header .time {
float: right;
font-weight: normal;
color: #999;
}
#instant-content .layui-panel {
min-height: 250px;
padding: 0 20px 20px;
/*border-top: 2px solid #fe5d58;*/
position: relative;
}
#instant-content .layui-banner {
position: absolute;
bottom: 8px;
color: #999;
}
#instant-content #layui-info {
height: 150px;
overflow: auto;
}
#instant-content #layui-info img {
max-width: 100%;
padding: 10px;
border: 1px solid #eee;
}
#instant-content .layui-footer {
text-align: right;
padding: 10px 0;
}