You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
68
static/app2/css/msg.css
Executable file
68
static/app2/css/msg.css
Executable file
@ -0,0 +1,68 @@
|
||||
.con1 {
|
||||
border-bottom: 6px solid #efefef;
|
||||
}
|
||||
|
||||
.row {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
background: white;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.row .img {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
margin: 7.5px;
|
||||
float: left;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.row .img img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.r_right {
|
||||
width: calc(100% - 60px);
|
||||
float: left;
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
.r_right p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.rrt_left {
|
||||
float: left;
|
||||
font-size: 14.4px;
|
||||
color: black;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: calc(100% - 160px);
|
||||
}
|
||||
|
||||
.rrt_right {
|
||||
float: right;
|
||||
font-size: 13.2px;
|
||||
color: #909090;
|
||||
}
|
||||
|
||||
.r_r_con {
|
||||
font-size: 13.2px;
|
||||
color: #909090;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.c2_title{
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
line-height: 45px;
|
||||
padding-left: 7.5px;
|
||||
font-size: 14.4px;
|
||||
color: #525252;
|
||||
background: white;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
}
|
Reference in New Issue
Block a user