Commit bf0991b4 authored by 单奇雲's avatar 单奇雲

修改样式

parent 8b09f84d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
bottom: 20px; bottom: 20px;
width: 460px; width: 460px;
height: 600px; height: 600px;
background: url('./../assets//convertor//3dview//searchpane-background.png'); background: url('/mods/components/3dviewConvertor/assets//convertor//3dview//searchpane-background.png');
filter:blur(3px); filter:blur(3px);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
.amos-tabs-list{ .amos-tabs-list{
border: none !important; border: none !important;
height: 30px; height: 30px;
background: #13428f !important;
border-radius: 5px;
.amos-tabs-tabitem{ .amos-tabs-tabitem{
background-color: #2755a2; background-color: #2755a2;
...@@ -63,6 +65,7 @@ ...@@ -63,6 +65,7 @@
.amos-tabs-tabitem-active{ .amos-tabs-tabitem-active{
background-color: #036fa7 !important; background-color: #036fa7 !important;
color: white; color: white;
border-radius: 2px 2px 0 0;
} }
} }
......
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