|
@@ -21,23 +21,24 @@
|
|
|
left: 0;
|
|
left: 0;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 102%;
|
|
height: 102%;
|
|
|
- overflow: auto;
|
|
|
|
|
- -webkit-overflow-scrolling: touch;
|
|
|
|
|
- overscroll-behavior: none;
|
|
|
|
|
-
|
|
|
|
|
- // overflow-y: hidden;
|
|
|
|
|
- // overflow-y: hidden;
|
|
|
|
|
- &::-webkit-scrollbar {
|
|
|
|
|
- width: 0;
|
|
|
|
|
- height: 0;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
|
|
.containner2 {
|
|
.containner2 {
|
|
|
- width: auto;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
- overflow-x: hidden;
|
|
|
|
|
|
|
+ overflow: auto;
|
|
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
|
|
+ overscroll-behavior: none;
|
|
|
|
|
+
|
|
|
|
|
+ // overflow-y: hidden;
|
|
|
|
|
+ // overflow-y: hidden;
|
|
|
|
|
+ &::-webkit-scrollbar {
|
|
|
|
|
+ width: 0;
|
|
|
|
|
+ height: 0;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tabItem {
|
|
.tabItem {
|
|
@@ -84,11 +85,13 @@
|
|
|
transition: all 0.6s ease-in-out;
|
|
transition: all 0.6s ease-in-out;
|
|
|
// display: flex;
|
|
// display: flex;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
|
|
|
.part1,
|
|
.part1,
|
|
|
.part2 {
|
|
.part2 {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
padding: 35px 20px 45px;
|
|
padding: 35px 20px 45px;
|
|
|
width: 340px;
|
|
width: 340px;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -181,6 +184,7 @@
|
|
|
|
|
|
|
|
.part2 {
|
|
.part2 {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|