|
@@ -41,12 +41,31 @@
|
|
|
.page-wrapper {
|
|
|
perspective: 2000px;
|
|
|
}
|
|
|
+
|
|
|
+ .odd:not(.p1) {
|
|
|
+ background-color: #FFD8A1;
|
|
|
+ padding: 10Px;
|
|
|
+ padding-left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .odd .gradient {
|
|
|
+ padding: 10Px;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 3Px;
|
|
|
+ overflow: hidden;
|
|
|
+ padding-left: 14Px;
|
|
|
+ background-image: url('./pics/right-border.png');
|
|
|
+ background-position: left top;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 24Px 100%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.wrap {
|
|
|
position: relative;
|
|
|
- padding: 14Px;
|
|
|
+ padding: 10Px;
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
background-color: #FFD8A1;
|