You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* pages/WORKDETAIL/WORKDETAIL.wxss */
|
|
.customer-name{
|
|
font-size: 15px;
|
|
color: black;
|
|
}
|
|
.jiayouList{
|
|
|
|
width: 90%;
|
|
margin: 10px auto;
|
|
|
|
}
|
|
.jiayouItem{
|
|
margin-bottom: 15px;
|
|
background: rgb(226, 225, 225);
|
|
padding: 5px;
|
|
}
|
|
|
|
.fee-title {
|
|
display: flex;
|
|
margin: 50rpx 0;
|
|
} |