This commit is contained in:
Ling53666
2025-08-18 09:11:51 +08:00
commit 02554225da
2516 changed files with 133155 additions and 0 deletions

View File

@ -0,0 +1,63 @@
.text{
font-size: 18px;
font-weight:bold;
}
.textbox{
width: 40%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.box{
width: 90%;
display: flex;
flex-direction: column;
border: 1px solid #f69595;
border-radius: 10px;
}
.image{
width: 25px;
height: 25px;
}
.biaoti{
width: 100%;
display: flex;
height: 30px;
align-items:center;
justify-content:space-between;
}
.imagebox{
display: flex;
margin:10rpx 0 20rpx 0
}
.dindan{
display: flex;
justify-content: center;
}
.tupian{
width: 100px;
height: 100px;
border-radius: 20px;
margin-left: 20rpx;
}
.price{
width: 70px;
display: flex;
align-items:flex-end;
justify-content: center;
margin-left:auto ;
}
.xian{
width: 98%;
height: 1px;
border-top: 1px solid #827e7e;
}
.messagebox{
width: 100%;
display: flex;
flex-direction: column;
}
.textwiezhi{
margin:10rpx 0 10rpx 20rpx
}