You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
79
static/app2/css/ect_index.css
Executable file
79
static/app2/css/ect_index.css
Executable file
@ -0,0 +1,79 @@
|
||||
body {
|
||||
}
|
||||
|
||||
.num {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.header,.header_con{
|
||||
|
||||
}
|
||||
|
||||
.header_con a,.header_con .title{
|
||||
/*color: white;*/
|
||||
}
|
||||
.num p {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
color: white;
|
||||
font-size: 30px;
|
||||
}
|
||||
.num span{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
color: white;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.row {
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
position: relative;
|
||||
background: white;
|
||||
/*margin-bottom: 5px;*/
|
||||
border-top: 1px solid #EFEFF4;
|
||||
}
|
||||
.top{
|
||||
/*opacity: 0;*/
|
||||
}
|
||||
.row .icon {
|
||||
width: 41px;
|
||||
height: 41px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 13px;
|
||||
}
|
||||
|
||||
.row p {
|
||||
width: calc(100% - 120px);
|
||||
position: absolute;
|
||||
color: #525252;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 70px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.row .img{
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
|
||||
.num img{
|
||||
width: 100%;
|
||||
height: 134px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user