Commit 9109929c by 李嘉林

改颜色

parent b7c627b8
...@@ -204,13 +204,13 @@ export default { ...@@ -204,13 +204,13 @@ export default {
.info { .info {
font-size: 14px; font-size: 14px;
color: #999; color: #333;
flex: 1; flex: 1;
} }
.addr{ .addr{
font-size: 12px; font-size: 12px;
margin-left: 4px; margin-left: 4px;
color: #999; color: #333;
} }
.change { .change {
...@@ -223,7 +223,7 @@ export default { ...@@ -223,7 +223,7 @@ export default {
display: inline-block; display: inline-block;
transform: rotateZ(-90deg); transform: rotateZ(-90deg);
font-weight: bold; font-weight: bold;
color: #999; color: #333;
margin-top: 4px; margin-top: 4px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment