First Commit

This commit is contained in:
进进啊
2021-05-10 14:18:42 +08:00
parent add200be66
commit 98135da4b6
42 changed files with 1066 additions and 0 deletions

129
shopping/css/list.css Normal file
View File

@@ -0,0 +1,129 @@
/* 列表页专有的css */
.miaosha{
width: 71px;
height: 32px;
/* background-color: pink; */
border-left: 1px solid #b1191a;
position: absolute;
top: 40px;
left: 185px;
}
.miaosha img{
float: right;
margin: 3px 0;
}
.sk_list{
float: left;
width: 388px;
height: 32px;
/* background-color: pink; */
}
.sk_list ul li a{
float: left;
font-size: 16px;
line-height: 32px;
font-weight: bolder;
margin: 0 25px;
color: black;
}
.sk_con{
float: left;
width: 800px;
height: 32px;
}
.sk_con ul{
position: relative;
}
.sk_con ul li a{
float: left;
font-size: 14px;
line-height: 35px;
margin:0 20px;
}
.sk_con ul li:last-child a::after{
content: '\e91e';
font-family: 'icomoon';
}
.total{
margin: 7px 13px 13px 13px;
}
.sk_bd{
height: 459px;
}
.sk_bd ul li {
float: left;
margin-top: 25px;
width: 289px;
height: 459px;
margin-right: 13px;
border: 1px solid transparent;
}
.sk_bd ul li:nth-child(4n){
margin-right: 0;
}
.sk_bd ul li:hover{
border: 1px solid #e12228;
}
.sk_bd ul li img{
display: block;
text-align: center;
}
.phone_price{
margin-top: 6px;
}
.phone_price a p{
font-size: 22px;
}
.phone_price a p span{
font-size: 14px;
color: #a4a4a4;
text-decoration: line-through;
padding-left: 6px;
}
.sell{
position: relative;
margin: 0 auto;
height: 14px;
border: 1px solid #e12228;
border-radius: 5px;
width: 133px;
margin-top: 8px;
line-height: 14px;
}
.sell-in{
width: 89%;
height: 100%;
border-radius: 4px;
background-color: #e12228;
}
.yishou{
position: absolute;
top: 0;
left: -58px;
}
.shengyu{
position: absolute;
top: -2px;
right: -58px;
}
.sk_bd ul li button{
width: 100%;
height: 50px;
background-color: #b1191a;
text-align: center;
border-radius: 0;
color: white;
}