css 空的全新的启动CSS模板与自定义无垫类
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 空的全新的启动CSS模板与自定义无垫类相关的知识,希望对你有一定的参考价值。
@media (min-width : 300px) {
/* ===== GENERIC STYLES ===== */
.vertical_center{
display:flex;
flex-direction:column;
justify-content:center;
resize:vertical;
}
.vertical_end{
display:flex;
flex-direction:column;
justify-content:flex-end;
resize:vertical;
}
/* placeholder text */
::-webkit-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}
::-ms-input-placeholder {color: #fff;}
:placeholder-shown {color: #fff;}
.hentry{
margin:0;
}
}
/* 768 and up, tablet and greater */
@media (min-width : 768px) {
}
/* 992 and up, tablet and greater */
@media (min-width : 992px) {
}
/* 1024 and up, tablet and greater */
@media (min-width : 1024px) {
}
/* 1200 and up, tablet and greater */
@media (min-width : 1200px) {
}
/* iPads (landscape) LANDSCAPE ====================================== ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
}
/* iPads (portrait) portrait ====================================== ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
}
/* large desktop ====================================== ----------- */
@media (min-width : 1440px) {
}
/* ===== NO PADDING STYLES ===== */
@media (max-width: 767px) {
.col-xs-no-pad{padding-left:0; padding-right:0;}
}
@media (min-width: 768px)
and (max-width: 991px) {
.col-sm-no-pad{padding-left:0; padding-right:0;}
}
@media (min-width: 992px)
and (max-width: 1199px) {
.col-md-no-pad{padding-left:0; padding-right:0;}
}
@media (min-width: 1200px) {
.col-lg-no-pad{padding-left:0; padding-right:0;}
}
以上是关于css 空的全新的启动CSS模板与自定义无垫类的主要内容,如果未能解决你的问题,请参考以下文章
将 CSS plus 选择器与自定义组件一起使用
伪元素表单控件默认样式重置与自定义大全
将 Tailwind 深色变体与自定义类一起使用
将自定义 css 添加到 wordpress 中的页面模板
自定义 Bootstrap CSS 模板
php 存档模板与自定义Beaver Builder发布模块