Waste/Waste.WebApi/App/Page/src/assets/css/common.css

257 lines
2.7 KiB
CSS
Raw Normal View History

2021-04-30 14:52:42 +08:00
* {
margin: 0;
padding: 0;
outline: 0;
vertical-align: baseline;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
html,
body {
color: #000;
font: 14px/22px Verdana, Arial, sans-serif, "Times New Roman", 思源宋体;
width: 100%;
/* overflow: hidden; */
}
input,
select,
button {
font-size: 100%;
outline: 0;
vertical-align: middle;
-webkit-appearance: none;
}
button {
border: 0;
background-clip: padding-box;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol,
ul,
li {
list-style: none;
}
img {
border: none;
vertical-align: baseline;
}
.f-12 {
font-size: 12px !important;
}
.f-14 {
font-size: 14px !important;
}
.f-16 {
font-size: 16px !important;
}
.f-18 {
font-size: 18px !important;
}
.f-20 {
font-size: 20px !important;
}
.c-333 {
color: #333 !important
}
.c-666 {
color: #666
}
.c-999 {
color: #999
}
.c-blue {
color: #388dfe !important
}
.c-red {
color: #eb303f !important;
}
.c-success {
color: #5eb95e !important;
}
.c-fff {
color: #fff !important;
}
.c-yellow {
color: rgb(227, 183, 88) !important;
}
.bg-fff {
background: #fff !important
}
.bg-blue {
background: #388dfe !important
}
.border-bottom {
border-bottom: 1px solid #dfdfdf;
}
.border-top {
border-top: 1px solid #dfdfdf;
}
.border-right {
border-right: 1px solid #dfdfdf;
}
.border-left {
border-left: 1px solid #dfdfdf;
}
.mb-0 {
margin-bottom: 0;
}
.mt-0 {
margin-top: 0;
}
.mr-0 {
margin-right: 0;
}
.ml-0 {
margin-left: 0;
}
.pt-0 {
padding-top: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pr-0 {
padding-right: 0;
}
.pl-0 {
padding-left: 0;
}
.mt-15 {
margin-top: 15px;
}
.mb-15 {
margin-bottom: 15px;
}
.ml-15 {
margin-left: 15px;
}
.mr-15 {
margin-right: 15px;
}
.mt-25 {
margin-top: 25px;
}
.mb-25 {
margin-bottom: 25px;
}
.ml-25 {
margin-left: 25px;
}
.mr-25 {
margin-right: 25px;
}
.mt-50 {
margin-top: 50px!important
}
.mb-50 {
margin-bottom: 50px!important
}
.ml-50 {
margin-left: 50px;
}
.mr-50 {
margin-right: 50px;
}
textarea,
input {
word-wrap: break-word;
word-break: break-all;
}
span,
p,
div {
word-wrap: break-word;
}
.clearfix {
content: '';
display: block;
clear: both;
}
.text-l {
text-align: left !important
}
.text-r {
text-align: right !important
}
.text-c {
text-align: center !important
}
.pos-r {
position: relative
}
.pos-a {
position: absolute
}
.pos-f {
position: fixed
}
.l,
.f-l {
float: left !important;
_display: inline
}
.r,
.f-r {
float: right !important;
_display: inline
}
.ant-badge-status-error {
background-color: #f5222d;
}
.textClass{
width: 100%;
text-align: center;
}