Commit 075714ce authored by 张俊's avatar 张俊

工作台样式、

parent 8aef4471
...@@ -271,8 +271,8 @@ export default { ...@@ -271,8 +271,8 @@ export default {
line-height: 18px; line-height: 18px;
height: 20px; height: 20px;
text-align: center; text-align: center;
left: 38px; left: 55px;
top: 26px; top: 31px;
z-index: 2; z-index: 2;
} }
.car_img { .car_img {
...@@ -282,6 +282,8 @@ export default { ...@@ -282,6 +282,8 @@ export default {
.menu_box { .menu_box {
float: right; float: right;
width: 185px; width: 185px;
font-size: 16px;
height: 73px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
...@@ -301,19 +303,20 @@ export default { ...@@ -301,19 +303,20 @@ export default {
.user_menu { .user_menu {
width: 135px; width: 135px;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 3px 6px 0px #f4f7fc; box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 8px; border-radius: 8px;
position: absolute; position: absolute;
top: 80px; top: 80px;
left: -20px; left: -20px;
overflow: hidden; overflow: hidden;
font-size: 14px;
display: none; display: none;
z-index: 1; z-index: 1;
} }
.shop_menu { .shop_menu {
width: 280px; width: 280px;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 3px 6px 0px #f4f7fc; box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 8px; border-radius: 8px;
position: absolute; position: absolute;
top: 80px; top: 80px;
...@@ -331,7 +334,7 @@ export default { ...@@ -331,7 +334,7 @@ export default {
} }
.shop_hover { .shop_hover {
height: 100%; height: 100%;
margin-right: 50px; margin-right: 80px;
} }
.shop_hover:hover .shop_menu { .shop_hover:hover .shop_menu {
display: block; display: block;
......
...@@ -1879,7 +1879,7 @@ export default { ...@@ -1879,7 +1879,7 @@ export default {
width: 1200px; width: 1200px;
height: 206px; height: 206px;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 3px 6px 0px #f4f7fc; box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 12px; border-radius: 12px;
padding: 20px; padding: 20px;
} }
...@@ -1969,7 +1969,7 @@ export default { ...@@ -1969,7 +1969,7 @@ export default {
width: 720px; width: 720px;
height: 270px; height: 270px;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 3px 6px 0px #f4f7fc; box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 12px; border-radius: 12px;
padding: 20px; padding: 20px;
overflow: hidden; overflow: hidden;
...@@ -2059,7 +2059,7 @@ export default { ...@@ -2059,7 +2059,7 @@ export default {
width: 460px; width: 460px;
height: 270px; height: 270px;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 3px 6px 0px #f4f7fc; box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 12px; border-radius: 12px;
padding: 32px 20px; padding: 32px 20px;
overflow: hidden; overflow: hidden;
...@@ -2102,7 +2102,7 @@ export default { ...@@ -2102,7 +2102,7 @@ export default {
width: 100%; width: 100%;
height: 386px; height: 386px;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 0px 3px 6px 0px #f4f7fc; box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05);
border-radius: 12px; border-radius: 12px;
padding: 15px 20px; padding: 15px 20px;
} }
......
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