-
-
-
+
+
+
@@ -75,36 +79,18 @@ export default {
.el-carousel {
height: 100%;
/deep/ .el-carousel__container {
+ height: 100% !important;
+ }
+
+ .el-image {
+ width: 100%;
height: 100%;
}
}
.main {
flex: 1;
- .info {
- text-align: left;
- .box {
- position: relative;
- z-index: 3;
- height: 50px;
- background-color: #26262b;
- opacity: 0.2;
- color: #999;
- user-select: none;
- display: flex;
- align-items: center;
- i {
- font-size: 15px;
- }
- span {
- font-size: 14px;
- }
- }
- h3 {
- padding-left: 10px;
- color: #fff;
- }
- }
+ height: 100%;
}
.side {