|
@@ -1,8 +1,9 @@
|
|
-::-webkit-scrollbar {
|
|
|
|
|
|
+
|
|
|
|
+.scroller::-webkit-scrollbar {
|
|
width: 0;
|
|
width: 0;
|
|
- height: 0;
|
|
|
|
- /* scrollbar-width: unset; */
|
|
|
|
- /* background: #f2f2f2; */
|
|
|
|
|
|
+ height: 8px;
|
|
|
|
+
|
|
|
|
+ background: #f2f2f2;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
padding-right: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
}
|
|
@@ -13,6 +14,17 @@
|
|
border: 0;
|
|
border: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.scroller{
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ scrollbar-width: thin;
|
|
|
|
+ height: 8px;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ scrollbar-color: #b4bbc5 #f2f2f2;
|
|
|
|
+ scrollbar-track-color: #b4bbc5 #f2f2f2;
|
|
|
|
+ -ms-scrollbar-track-color: #b4bbc5 #f2f2f2;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
body{
|
|
body{
|
|
margin:0;
|
|
margin:0;
|
|
@@ -98,10 +110,9 @@ body{
|
|
|
|
|
|
.herald{
|
|
.herald{
|
|
position: absolute;
|
|
position: absolute;
|
|
- top:-60px;
|
|
|
|
- left:65px;
|
|
|
|
- border-radius: 50px / 46px;
|
|
|
|
- background-color: #FFFFFF;
|
|
|
|
|
|
+ top:-400px;
|
|
|
|
+ left:182px;
|
|
|
|
+ border-radius: 50px / 45px;
|
|
color:#000000;
|
|
color:#000000;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
|
|
font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
|
|
@@ -115,6 +126,13 @@ body{
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+.toast-content{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top:85px;
|
|
|
|
+ left:104px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
.contact{
|
|
.contact{
|
|
position: absolute;
|
|
position: absolute;
|
|
top:88px;
|
|
top:88px;
|
|
@@ -123,8 +141,8 @@ body{
|
|
|
|
|
|
.contact-icon{
|
|
.contact-icon{
|
|
position: absolute;
|
|
position: absolute;
|
|
- /* left:1686px; */
|
|
|
|
- right:39px;
|
|
|
|
|
|
+ left:1778px;
|
|
|
|
+ /* right:39px; */
|
|
width:105px;
|
|
width:105px;
|
|
height:25px;
|
|
height:25px;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -134,7 +152,8 @@ body{
|
|
.contact-content{
|
|
.contact-content{
|
|
position: absolute;
|
|
position: absolute;
|
|
top:33px;
|
|
top:33px;
|
|
- right:39px;
|
|
|
|
|
|
+ /* right:39px; */
|
|
|
|
+ left:1686px;
|
|
|
|
|
|
visibility: hidden;
|
|
visibility: hidden;
|
|
}
|
|
}
|