|
@@ -34,6 +34,7 @@
|
|
|
|
|
|
}
|
|
|
.advertising_position .one img {
|
|
|
+ z-index: 1;
|
|
|
right: -18px;
|
|
|
}
|
|
|
.advertising_position .two img {
|
|
@@ -46,6 +47,12 @@
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
+.advertising_position_index .one {
|
|
|
+ background-color: #1f5ef2;
|
|
|
+}
|
|
|
+.advertising_position_brand .one {
|
|
|
+ background-color: #480bdf;
|
|
|
+}
|
|
|
.advertising_position_index .one,
|
|
|
.advertising_position_brand .one {
|
|
|
width: 50%;
|
|
@@ -63,6 +70,7 @@
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
+ background-color: #ff8a1d;
|
|
|
}
|
|
|
|
|
|
.advertising_position_brand .one {}
|