style: 优化项目描述框样式
- 将项目描述边框从蓝色实线改为灰色虚线 - 降低视觉突出度,使样式更加柔和
This commit is contained in:
+1
-1
@@ -317,7 +317,7 @@ body {
|
|||||||
color: #252525;
|
color: #252525;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
border: 1px solid #4478DF;
|
border: 1px dashed #b0b0b0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user