|
@@ -108,17 +108,17 @@ export default {
|
|
|
}
|
|
|
.main .notice {
|
|
|
height: 400px;
|
|
|
- border: 1px solid #ccc;
|
|
|
+ background-color: rgba(255, 255, 255, 0.8);
|
|
|
+ box-shadow: 0 0 2px #ccc;
|
|
|
overflow: hidden;
|
|
|
- background: #fff;
|
|
|
}
|
|
|
.main .news {
|
|
|
float: right;
|
|
|
width: 880px;
|
|
|
height: 400px;
|
|
|
- border: 1px solid #ccc;
|
|
|
overflow: hidden;
|
|
|
- background: #fff;
|
|
|
+ background-color: rgba(255, 255, 255, 0.8);
|
|
|
+ box-shadow: 0 0 2px #ccc;
|
|
|
}
|
|
|
.mains {
|
|
|
margin-bottom: 20px;
|
|
@@ -127,24 +127,24 @@ export default {
|
|
|
.mains .mingshi {
|
|
|
height: 400px;
|
|
|
overflow: hidden;
|
|
|
- border: 1px solid #ccc;
|
|
|
- background: #fff;
|
|
|
+ background-color: rgba(255, 255, 255, 0.8);
|
|
|
+ box-shadow: 0 0 2px #ccc;
|
|
|
}
|
|
|
.mains .chengguo {
|
|
|
float: right;
|
|
|
width: 880px;
|
|
|
height: 400px;
|
|
|
- border: 1px solid #ccc;
|
|
|
+ background-color: rgba(255, 255, 255, 0.8);
|
|
|
+ box-shadow: 0 0 2px #ccc;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.down {
|
|
|
min-height: 100px;
|
|
|
- border: 1px solid #ccc;
|
|
|
}
|
|
|
.jishu {
|
|
|
height: 400px;
|
|
|
- border: 1px solid #ccc;
|
|
|
+ background-color: rgba(255, 255, 255, 0.8);
|
|
|
+ box-shadow: 0 0 2px #ccc;
|
|
|
overflow: hidden;
|
|
|
- background: #fff;
|
|
|
}
|
|
|
</style>
|