初始上传

This commit is contained in:
2026-04-04 17:27:12 +08:00
parent 4d80d28eb4
commit b7e11774ee
11191 changed files with 1588469 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
@CHARSET "UTF-8";
.hot-area .hot-area-warp {
overflow: hidden;
position: relative;
}
.hot-area .hot-area-warp .hot-area-item{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.hot-area .hot-area-wrap{
margin-left: 20px;
}
.hot-area .hot-area-wrap .word-aux {
margin: 10px 0 10px 0;
color: #909399;
font-size: 12px;
}
.hot-area .hot-area-wrap .error-msg{
margin: 10px 0 0 0;
color: #f44;
display: none;
}