80 lines
1.1 KiB
CSS
Executable File
80 lines
1.1 KiB
CSS
Executable File
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;
|
|
}
|
|
|
|
|