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

工作台样式、

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