File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
.el--3 {
16
16
background-color : green;
17
- /* height: 150px; */
17
+ height : 150px ;
18
18
}
19
19
.el--4 {
20
20
background-color : goldenrod;
45
45
grid-template-columns : repeat (4 , 1fr );
46
46
47
47
/* grid-template-rows: 300px 200px; */
48
- grid-template-rows : 1fr auto ;
48
+ grid-template-rows : 1fr 1 fr ;
49
49
50
50
/* gap: 30px; */
51
- column-gap : 10 px ;
51
+ column-gap : 20 px ;
52
52
row-gap : 30px ;
53
- height : 500px ;
53
+ /* height: 500px; */
54
54
}
55
55
56
+ .el--8 {
57
+ grid-column : 2 / 3 ;
58
+ grid-row : 1 / span 3 ;
59
+ }
60
+
61
+ .el--2 {
62
+ /* grid-column: 1 / 4; */
63
+ /* grid-column: 1 / span 4; */
64
+ /* grid-column: 1 / -1; */
65
+ grid-row : 2 ;
66
+ grid-column : 1 / -1 ;
67
+ }
68
+
69
+ /* .el--7 {
70
+ grid-row: 2;
71
+ grid-column: 1 / -1;
72
+ opacity: 0.5;
73
+ } */
74
+
56
75
.container--2 {
57
76
display : none;
58
77
You can’t perform that action at this time.
0 commit comments