阴影样式调整、工单详情参数名称调整

This commit is contained in:
白菜
2025-07-15 20:31:44 +08:00
parent 55aad68255
commit c3820a5805
2 changed files with 11 additions and 8 deletions

View File

@ -72,14 +72,14 @@
padding:50px 20px;
}
.item-list{
border-radius: 5px;
box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
border-radius: 7px;
box-shadow: 0 0 10px rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.5);
font-size: 16px;
line-height: 24px;
margin-bottom: 20px;
border:1px solid #eee;
.item-title{
border-radius: 5px 5px 0 0;
border-radius: 7px 7px 0 0;
font-size: 18px;
border-bottom:1px solid #eee ;
padding:10px 15px;