45 lines
590 B
CSS
45 lines
590 B
CSS
.info {
|
|
width: 100%;
|
|
}
|
|
.ddd {
|
|
font-size: 0;
|
|
}
|
|
.info img {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.info figure {
|
|
display: block;
|
|
margin: 0;
|
|
width: 100%;
|
|
font-size: 0;
|
|
}
|
|
|
|
.info figcaption {
|
|
display: none;
|
|
}
|
|
.info .info_item{
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.info_item p{
|
|
font-size: 0.24rem;
|
|
color: #8e8e8e;
|
|
text-align: center;
|
|
margin-bottom: 0.1rem;
|
|
}
|
|
.info_item img{
|
|
width: 100%;
|
|
}
|
|
|
|
.icon-xin {
|
|
|
|
}
|
|
.next_page {
|
|
display: inline-block;
|
|
font-size: 0.4rem;
|
|
margin-top: 0.2rem;
|
|
color: #fb7299;
|
|
width: 100%;
|
|
text-align: center;
|
|
} |