mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 17:05:55 +08:00
更新
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
height: 100%;
|
||||
padding: 16px 16px 10px 16px;
|
||||
box-sizing: border-box;
|
||||
background-image: url("../../assets/bigScreen/img/pageBg.png");
|
||||
// 深蓝色背景
|
||||
// background-image: radial-gradient(closest-side,#264194, #12214c);
|
||||
background-color: #0e2e87;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
@@ -112,13 +114,10 @@
|
||||
.item {
|
||||
width: 130px;
|
||||
height: 36px;
|
||||
border-radius: 18px 0px 0px 18px;
|
||||
color: #00FBF8;
|
||||
text-indent: 26px;
|
||||
text-indent: 5px;
|
||||
line-height: 36px;
|
||||
font-size: 16px;
|
||||
margin-right: 20px;
|
||||
background: linear-gradient(to right, rgba(76, 245, 255, .5), rgba(76, 245, 255, 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -264,4 +263,4 @@
|
||||
100% {
|
||||
transform: translate(100%, 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user