Commit dc0c1e74 authored by zhengke's avatar zhengke

no message

parent 96ad0f2d
...@@ -743,7 +743,6 @@ export default { ...@@ -743,7 +743,6 @@ export default {
}; };
</script> </script>
<style> <style>
<<<<<<< HEAD
li { li {
list-style-type: none; list-style-type: none;
} }
...@@ -1135,12 +1134,12 @@ export default { ...@@ -1135,12 +1134,12 @@ export default {
cursor: pointer; cursor: pointer;
} }
.OrderType-text{ .OrderType-text{
font-size: 14px; font-size: 11px;
font-weight: 100; font-weight: 100;
margin-left: 5px; margin-left: 5px;
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
padding: 0 2px; padding: 0 1px;
} }
.OrderType-text.one{ .OrderType-text.one{
color: rgb(41, 97, 254); color: rgb(41, 97, 254);
...@@ -1155,15 +1154,13 @@ export default { ...@@ -1155,15 +1154,13 @@ export default {
background-color: rgba(63, 196, 255,.2); background-color: rgba(63, 196, 255,.2);
} }
.OrderType-text.four{ .OrderType-text.four{
color: rgb(255,224,130); color: rgb(255,111,0);
background-color: rgba(255,224,130,.2); background-color: rgba(255,111,0,.2);
} }
.OrderType-text.five{ .OrderType-text.five{
color: rgb(197,225,165); color: rgb(197,225,165);
background-color: rgba(97,225,165,.2); background-color: rgba(97,225,165,.2);
} }
</style>
=======
li { li {
list-style-type: none; list-style-type: none;
} }
...@@ -1557,4 +1554,3 @@ li { ...@@ -1557,4 +1554,3 @@ li {
cursor: pointer; cursor: pointer;
} }
</style> </style>
>>>>>>> 40fc3cafc0b05769fd3a8d6b3d843f8259bbaf70
...@@ -117,12 +117,12 @@ ...@@ -117,12 +117,12 @@
overflow: hidden !important; overflow: hidden !important;
} }
.OrderType-text{ .OrderType-text{
font-size: 12px; font-size: 11px;
font-weight: 100; font-weight: 100;
margin-left: 5px; margin-left: 5px;
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
padding: 0 2px; padding: 0 1px;
} }
.OrderType-text-box .OrderType-text:nth-child(2){ .OrderType-text-box .OrderType-text:nth-child(2){
margin-left: 0; margin-left: 0;
...@@ -140,8 +140,8 @@ ...@@ -140,8 +140,8 @@
background-color: rgba(63, 196, 255,.2); background-color: rgba(63, 196, 255,.2);
} }
.OrderType-text.four{ .OrderType-text.four{
color: rgb(255,213,79); color: rgb(255,111,0);
background-color: rgba(255,213,79,.2); background-color: rgba(255,111,0,.2);
} }
.OrderType-text.five{ .OrderType-text.five{
color: rgb(197,225,165); color: rgb(197,225,165);
......
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