first commit

This commit is contained in:
编码猿
2024-09-27 01:31:25 +08:00
commit 07c46ac300
558 changed files with 37414 additions and 0 deletions

45
h5/css/info.css Normal file
View File

@@ -0,0 +1,45 @@
.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;
}