push all files

This commit is contained in:
2025-02-18 23:22:40 +08:00
commit c4db92ee35
115 changed files with 6014 additions and 0 deletions

112
css/list.css Normal file
View File

@@ -0,0 +1,112 @@
.sc {
position: absolute;
float: left;
left: 190px;
top: 30px;
width: 84px;
height: 33px;
border-left: 1px solid #b1191a;
/* background-color: skyblue; */
padding: 3px 14px;
}
.sk_list {
float: left;
}
.sk_list ul li {
float: left;
margin: 0 30px;
line-height: 46px;
}
.sk_list ul li a {
font-size: 16px;
font-weight: 700;
color: #000;
}
.sk_con {
float: right;
}
.sk_con ul li {
float: left;
line-height: 46px;
margin-left: 44px;
color: #333333;
}
.sk_con ul li a {
font-size: 14px;
}
.rush_buy {
height: 120px;
/* background-color: skyblue; */
margin-bottom: 26px;
}
.sell {
height: 1500px;
/* background-color: skyblue; */
}
.goods {
/* padding: 2px; */
float: left;
margin: 10px;
height: 350px;
width: 220px;
/* background-color: pink; */
}
.goods:hover {
border: 2px solid rgb(155, 213, 236);
box-shadow: 2px 2px 10px rgb(173, 212, 226);
}
.goods img {
width: 215px;
height: 215px;
}
.goods .prize {
height: 50px;
line-height: 50px;
text-align: center;
font-size: 25px;
color: #e4393c;
/* background-color: skyblue; */
}
.goods .recom {
padding: 0 5px;
height: 40px;
text-align: center;
font-size: 12px;
color: #666;
}
.purchase {
height: 40px;
line-height: 40px;
text-align: center;
}
.purchase:hover {
background-color: rgb(182, 223, 240);
}
.goods .purchase a {
height: 40px;
font-size: 14px;
color: #e4393c;
}
.goods .purchase i {
text-align: center;
font-size: 25px;
}