Khác biệt giữa các bản “Bản mẫu:BKTT:Quyển/styles.css”
Thẻ: mobile web edit mobile edit |
|||
(Không hiển thị 34 phiên bản của cùng người dùng ở giữa) | |||
Dòng 1: | Dòng 1: | ||
− | . | + | .section { |
− | + | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); | |
− | + | border: 1px solid #E0E0E0; | |
+ | border-radius: 3px; | ||
+ | padding: 20px; | ||
} | } | ||
− | + | .section-title { | |
− | . | + | font-size: 20px; |
− | + | font-weight: bold; | |
+ | padding: 0; | ||
+ | margin: 10px 0 10px 0; | ||
+ | text-align: center; | ||
} | } | ||
− | + | ul { | |
− | + | list-style: none; | |
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | ul li::before { | |
− | + | content: "\2022 "; | |
− | + | color: #EE5A28; | |
− | + | font-weight: bold; | |
− | + | display: inline-block; | |
+ | width: 1em; | ||
+ | margin-left: -1em; | ||
} | } | ||
− | + | .more { | |
− | + | column-count:4; | |
− | + | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); | |
+ | border: 1px solid #E0E0E0; | ||
+ | border-radius: 3px; | ||
+ | padding: 20px; | ||
} | } | ||
+ | @media only screen and (max-width: 1650px) { | ||
+ | .more { column-count:3;} | ||
+ | } | ||
+ | @media only screen and (max-width: 1100px) { | ||
+ | .more { column-count:2;} | ||
+ | } | ||
+ | @media only screen and (max-width: 550px) { | ||
+ | .more { column-count:1;} | ||
+ | } | ||
+ | .floatleft {margin:0 0.5em 0.5em 0;} |
Bản hiện tại lúc 16:49, ngày 2 tháng 11 năm 2020
.section {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
.section-title {
font-size: 20px;
font-weight: bold;
padding: 0;
margin: 10px 0 10px 0;
text-align: center;
}
ul {
list-style: none;
}
ul li::before {
content: "\2022 ";
color: #EE5A28;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.more {
column-count:4;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #E0E0E0;
border-radius: 3px;
padding: 20px;
}
@media only screen and (max-width: 1650px) {
.more { column-count:3;}
}
@media only screen and (max-width: 1100px) {
.more { column-count:2;}
}
@media only screen and (max-width: 550px) {
.more { column-count:1;}
}
.floatleft {margin:0 0.5em 0.5em 0;}