阴影样式调整、工单详情参数名称调整
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user