自用css

2021-12-29  本文已影响0人  Mr老朝
.hairlines .border{
  border-width: .5PX !important;
}
.hairlines .border-top{
  border-top-width: .5PX !important;
}
.hairlines .border-right{
  border-right-width: .5PX !important;
}
.hairlines .border-bottom{
  border-bottom-width: .5PX !important;
}
.hairlines .border-left{
  border-left-width: .5PX !important;
}
.border{
  border: 1PX solid #f1f0f0 !important;
}
.border-top{
  border-top: 1PX solid #f1f0f0 !important;
}
.border-right{
  border-right: 1PX solid #f1f0f0 !important;
}
.border-left{
  border-left: 1PX solid #f1f0f0 !important;
}
.border-bottom{
  border-bottom: 1PX solid #f1f0f0 !important;
}
.am-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #333;
  background-color: #fff;
  border: 1PX solid #f1f0f0;
  border-radius: 5px;
}
.flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-column{
  flex-direction: column;
}
.flex-just{
  justify-content: center;
}
.flex-align{
  align-items: center;
  align-content: center;
}
.flex-self{
  align-self: center;
}
.flex-just-between{
  justify-content: space-between;
}
.flex-0{
  flex-shrink: 0;
}
.flex-1{
  flex: 1;
}
.flex-1_5{
  flex: 1.5;
}
.bg-white{
  background-color: white;
}
.bg-3{
  background: #333;
}
.c-3{
 color: #333;
}
.c-6{
 color: #666;
}
.c-9{
 color: #999;
}
.c-yellow{
  color: #DEB76D;
}
.c-white{
  color: #fff;
}
.c-red{
  color: #E95656;
}
.c-green{
  color: #35AA30;
}
a:not([href]):not([tabindex]).c-white {
  color: #fff;
}
.fs-10{
  font-size: 10px;
}
.fs-12{
  font-size: 12px;
}
.fs-14{
  font-size: 14px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fw-normal{
  font-weight: normal;
}
.fw-bold{
  font-weight: bold;
}
.lh-20 {
  line-height: 20px;
}
.lh-18 {
  line-height: 18px;
}
.transition{
  transition: all .3s;
}
.clip{
  position: absolute;
  left: -100px;
  width: 100px;
  clip: rect(0 0 0 0);
}
.ta-c{
  text-align: center;
}
.ta-r{
  text-align: right;
}
上一篇下一篇

猜你喜欢

热点阅读