...
|
...
|
@@ -601,7 +601,7 @@ body::-webkit-scrollbar { |
|
|
display: flex;
|
|
|
display: -webkit-flex;
|
|
|
justify-content: flex-start;
|
|
|
padding: 0 0.32rem 0 0.23rem;
|
|
|
padding: 0 0.32rem 0 0.2rem;
|
|
|
align-items: center;
|
|
|
box-sizing: border-box
|
|
|
}
|
...
|
...
|
@@ -636,7 +636,7 @@ body::-webkit-scrollbar { |
|
|
position: relative;
|
|
|
background-color: #fff;
|
|
|
color: rgba(60, 60, 148, 1);
|
|
|
width: 5.1rem;
|
|
|
width: 5.16rem;
|
|
|
/* height: 2.84rem; */
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: 0.1rem;
|
...
|
...
|
@@ -1293,7 +1293,8 @@ body::-webkit-scrollbar { |
|
|
.index_sixth_top {
|
|
|
background-image: url(../images/cicon_37@2x.png);
|
|
|
background-repeat: no-repeat;
|
|
|
/* background-size: cover */
|
|
|
background-position: 0rem 2.8rem;
|
|
|
background-size: 29% 8%;
|
|
|
}
|
|
|
|
|
|
.index_sixth_contant {
|
...
|
...
|
|