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.
17 lines
234 B
Plaintext
17 lines
234 B
Plaintext
10 months ago
|
/* 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;
|
||
|
}
|