|
@@ -1,7 +1,12 @@
|
|
|
<template>
|
|
|
<div class="mod-home">
|
|
|
<el-row :span="24" class="sample-bg">
|
|
|
- <el-col :span="6" class="bg1-1"></el-col>
|
|
|
+ <el-col :span="6" class="bg1-1">
|
|
|
+ <el-row :span="24" class="bg1-1-1"></el-row>
|
|
|
+ <el-row :span="24" class="bg1-1-2"></el-row>
|
|
|
+ <el-row :span="24" class="bg1-1-1"></el-row>
|
|
|
+ <el-row :span="24" class="bg1-1-2"></el-row>
|
|
|
+ </el-col>
|
|
|
<el-col :span="12" class="bg1-2"></el-col>
|
|
|
<el-col :span="6" class="bg1-3"></el-col>
|
|
|
</el-row>
|
|
@@ -67,5 +72,15 @@ body,
|
|
|
background-color: aqua;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+
|
|
|
+.bg1-1-1 {
|
|
|
+ background-color: forestgreen;
|
|
|
+ height: 25%;
|
|
|
+}
|
|
|
+
|
|
|
+.bg1-1-2 {
|
|
|
+ background-color:blue;
|
|
|
+ height: 25%;
|
|
|
+}
|
|
|
</style>
|
|
|
|