|
@@ -467,6 +467,8 @@ a.menu-vip-button:hover {
|
|
top: 52px;
|
|
top: 52px;
|
|
right: 0;
|
|
right: 0;
|
|
z-index: 1000;
|
|
z-index: 1000;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-end;
|
|
}
|
|
}
|
|
.menu-item-popover{
|
|
.menu-item-popover{
|
|
width: max-content;
|
|
width: max-content;
|
|
@@ -478,6 +480,9 @@ a.menu-vip-button:hover {
|
|
box-shadow: 0px 0px 28px 0px #00000029;
|
|
box-shadow: 0px 0px 28px 0px #00000029;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
+.menu-item-popover:first-child{
|
|
|
|
+ width: 1200px;
|
|
|
|
+}
|
|
|
|
|
|
.popover-list-item .item-title{
|
|
.popover-list-item .item-title{
|
|
font-size: 20px;
|
|
font-size: 20px;
|