接单部分完成

This commit is contained in:
Ling53666
2025-05-15 09:40:36 +08:00
parent bb84973913
commit 9b8553930b
37 changed files with 611 additions and 265 deletions

View File

@ -155,6 +155,9 @@
margin-left: 34.62rpx;
line-height: 23.52rpx;
}
.text_100 {
line-height: 23.52rpx;
}
.font_4 {
font-size: 23.08rpx;
font-family: SourceHanSansCN;
@ -181,7 +184,7 @@
border-radius: 19.23rpx;
}
.text_12 {
margin-left: 38.46rpx;
margin-left: 0.46rpx;
}
.group_7 {
margin-top: 23.08rpx;
@ -199,7 +202,7 @@
border-radius: 30.81rpx;
}
.text_15 {
margin-left: 19.23rpx;
line-height: 22.88rpx;
}
.image_5 {
@ -236,4 +239,73 @@
}
.text_17 {
line-height: 28.37rpx;
}
.active {
color: #ff8d1a;
}
.box{
width: 100%;
height: 100%;
margin-top: 50rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.imagesize{
width: 300px;
height: 300px;
}
.color{
color: #ff8d1a;
font-size: 16px;
}
.mabox{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.messagebox{
width: 90%;
height: 200px;
border-radius: 20px;
border: 1px #a09d9d solid;
margin-top: 20rpx;
}
.title{
width: 100%;
height: 30%;
background-color: #ff8d1a;
border-radius: 20px 20px 0 0;
display: flex;
align-items: center;
}
.erweima{
width: 100%;
height: 70%;
display: flex;
}
.zuobox{
width: 60%;
height: 100%;
}
.jiexuan{
width: 100%;
height: 40px;
padding: 10px;
}
.youbox{
width: 40%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.imagesize1{
width: 100px;
height: 100px;
}