Files
ClassContent/历届学生/front-end-team-11/项目开发/学生项目/贡婉宝/4.26/2/css/index.css
2024-09-27 02:06:13 +08:00

120 lines
2.2 KiB
CSS

.header{
height: 45px;
background-color: #ffffff;
justify-content: space-between;
align-items: center;
width: 100%;
display: flex;
position: fixed;
top: 0;
left: 0;
z-index: 999;
box-sizing: border-box;
padding:0 21px;
}
.header img{
width: 7.5px;
height: 14.5px;
}
.header:nth-child(1){
font-family: PingFang-SC-Bold;
font-size: 17px;
letter-spacing: 0.35px;
color: #1b1b1b;
}
.content{
margin-top: 51.6px;
}
.shang{
background-color: #ffffff;
padding: 11.5px 30.5px 12.5px 21.5px;
display: flex;
}
.shang img{
width: 65px;
height: 65px;
}
.shang_biao{
margin-left: 12.5px;
}
.shang_biao_q{
font-family: PingFang-SC-Medium;
font-size: 12px;
letter-spacing: 0.25px;
color: #1b1b1b;
}
.shang_biao_q1{
width: 38px;
height: 14px;
background-color: #f5f5f5;
border-radius: 7px;
opacity: 0.8;
margin-top: 12.5px;
margin-left: 4px;
}
.shang_biao_q1 span{
font-family: PingFang-SC-Medium;
font-size: 10px;
color: #2b2b2b;
zoom: 0.8;
}
.zhong{
margin-top: 4px;
}
.zhong_li{
background-color: #ffffff;
display: flex;
justify-content: space-between;
align-items:center ;
padding-left: 23.5px;
padding-right: 34.5px;
height: 34px;
}
.zhong_li div:nth-child(1){
font-family: PingFang-SC-Medium;
font-size: 12px;
letter-spacing: 0.25px;
color: #1b1b1b;
}
.zhong_li div:nth-child(2){
font-family: PingFang-SC-Regular;
font-size: 12px;
letter-spacing: 0.25px;
color: #2b2b2b;
}
.zhong_li1{
color: rgb(117, 118, 118);
}
.zhong_li2{
width: 14px;
height: 13.5px;
}
.che{
width: 290px;
height: 33px;
background-color: #ffffff;
border-radius: 16.5px;
border: solid 0.5px #f4f4f4;
margin: 0 42.5px;
margin-top: 19px;
font-family: PingFang-SC-Medium;
font-size: 14px;
letter-spacing: 0.3px;
color: #737373;
text-align: center;
line-height: 33px;
}
.tijia{
width: 290px;
height: 33px;
background-color: #5697f4;
border-radius: 16.5px;
margin: 0 42.5px;
margin-top: 14.5px;
font-family: PingFang-SC-Medium;
font-size: 14px;
letter-spacing: 0.3px;
color: #ffffff;
text-align: center;
line-height: 33px;
}