|
@@ -97,9 +97,6 @@
|
|
|
background: #F7F9FC;
|
|
|
height: 1024px;
|
|
|
}
|
|
|
-.coop-type-content{
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
.coop-type-content .coop-type-list{
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
@@ -109,7 +106,7 @@
|
|
|
position: relative;
|
|
|
width: 588px;
|
|
|
height: 314px;
|
|
|
- box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
|
|
|
+ /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05); */
|
|
|
}
|
|
|
.coop-type-item:hover .item-center {
|
|
|
animation: moveUpDown 2s linear infinite;
|
|
@@ -128,8 +125,16 @@
|
|
|
}
|
|
|
.item-bottom {
|
|
|
right: -12px;
|
|
|
+ bottom: -12px;
|
|
|
+ height: 298px;
|
|
|
}
|
|
|
|
|
|
+.coop-type-1 .item-bottom, .coop-type-2 .item-bottom{
|
|
|
+ width: 606px;
|
|
|
+}
|
|
|
+.coop-type-3 .item-bottom {
|
|
|
+ width: 1215px;
|
|
|
+}
|
|
|
.coop-type-1 .item-center {
|
|
|
width: 309px;
|
|
|
height: 299px;
|