|
@@ -77,29 +77,28 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.menu {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
height: 48px;
|
|
|
min-width: 1366px;
|
|
|
color: #1f2429;
|
|
|
font-size: 1.6rem;
|
|
|
- background: rgba(255, 255, 255, 1);
|
|
|
box-shadow: 0px 2px 10px 0px rgba(31, 35, 41, 0.1);
|
|
|
.home {
|
|
|
width: 280px;
|
|
|
height: 48px;
|
|
|
- // line-height: 48px;
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
|
color: #ffffff;
|
|
|
- float: left;
|
|
|
margin-right: 83px;
|
|
|
- // background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
|
|
|
background: linear-gradient(
|
|
|
180deg,
|
|
|
- rgba(54, 156, 247, 1) 0%,
|
|
|
- rgba(2, 91, 170, 1) 100%
|
|
|
+ rgba(16, 57, 121, 1) 0%,
|
|
|
+ rgba(22, 38, 63, 1) 100%
|
|
|
);
|
|
|
+ background: linear-gradient(-65deg,transparent 20px,rgba(16, 57, 121, 1) 0);
|
|
|
position: relative;
|
|
|
.downright {
|
|
|
position: absolute;
|
|
@@ -139,8 +138,6 @@
|
|
|
& > div {
|
|
|
line-height: 48px;
|
|
|
text-align: center;
|
|
|
- //background: url('../assets/images/topbar1.png') no-repeat;
|
|
|
- float: left;
|
|
|
width: 80px;
|
|
|
height: 48px;
|
|
|
cursor: pointer;
|
|
@@ -158,33 +155,26 @@
|
|
|
}
|
|
|
}
|
|
|
.home-right {
|
|
|
- position: relative;
|
|
|
- float: right;
|
|
|
- margin-right: 20px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ width: 260px;
|
|
|
line-height: 48px;
|
|
|
color: #646c73;
|
|
|
font-size: 1.4rem;
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
|
align-content: center;
|
|
|
- .tip{
|
|
|
- position: absolute;
|
|
|
- z-index: 8000;
|
|
|
- top: 34px;
|
|
|
- right: 0;
|
|
|
- padding: 4px 8px;
|
|
|
- background: rgba(31, 36, 41, 0.8);
|
|
|
+ .tip{
|
|
|
+ width: 90px;
|
|
|
color:white;
|
|
|
font-size: 14px;
|
|
|
- line-height: 14px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
img {
|
|
|
height: 24px;
|
|
|
width: 24px;
|
|
|
filter: saturate(0);
|
|
|
- margin-top: -2px;
|
|
|
- margin-left: 12px;
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
|
.span-out {
|
|
|
position: relative;
|