提交
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user