Khác biệt giữa các bản “Bản mẫu:BKTT:Quyển/styles.css”
Dòng 33: | Dòng 33: | ||
} | } | ||
− | .group-layout .group li:before { | + | .group-layout .group .section li:before { |
content: ''; | content: ''; | ||
width: 10px; | width: 10px; |
Phiên bản lúc 11:41, ngày 27 tháng 10 năm 2020
.group-layout {
display: flex;
flex-wrap: wrap;
}
.group-layout .group {
flex: 0 0 calc(50% - 10px);
}
.group-layout .group .section {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
.group-layout .group .section-title {
font-size: 24px;
font-weight: bold;
padding: 20px 0;
}
.group-layout .group:nth-child(odd) {
margin-right: 20px;
}
@media only screen and (max-width: 1100px) {
.group-layout .group {
flex: 0 0 100%;
}
}
.group-layout .group .section li:before {
content: '';
width: 10px;
height: 10px;
flex: 0 0 10px;
border-radius: 50%;
background: #ff5a28;
margin-right: 6px;
}