chowa
Version:
UI component library based on React
218 lines (154 loc) • 3.68 kB
CSS
/**
* @license chowa v1.1.3
*
* Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.cw-mt-8 {
margin-top: 8px ; }
.cw-ml-8 {
margin-left: 8px ; }
.cw-mb-8 {
margin-bottom: 8px ; }
.cw-mr-8 {
margin-right: 8px ; }
.cw-mt-12 {
margin-top: 12px ; }
.cw-ml-12 {
margin-left: 12px ; }
.cw-mb-12 {
margin-bottom: 12px ; }
.cw-mr-12 {
margin-right: 12px ; }
.cw-mt-16 {
margin-top: 16px ; }
.cw-ml-16 {
margin-left: 16px ; }
.cw-mb-16 {
margin-bottom: 16px ; }
.cw-mr-16 {
margin-right: 16px ; }
.cw-mt-18 {
margin-top: 18px ; }
.cw-ml-18 {
margin-left: 18px ; }
.cw-mb-18 {
margin-bottom: 18px ; }
.cw-mr-18 {
margin-right: 18px ; }
.cw-mt-22 {
margin-top: 22px ; }
.cw-ml-22 {
margin-left: 22px ; }
.cw-mb-22 {
margin-bottom: 22px ; }
.cw-mr-22 {
margin-right: 22px ; }
.cw-round {
border-radius: 999px ; }
.cw-fl {
float: left ; }
.cw-fr {
float: right ; }
.cw-clear {
clear: both ; }
.cw-clear-l {
clear: left ; }
.cw-clear-r {
clear: right ; }
.cw-flex-box {
display: flex ;
overflow-x: hidden; }
.cw-flex-auto {
flex: auto ; }
.cw-flex-none {
flex: none ; }
.cw-flex-column {
flex-direction: column ; }
.cw-flex-column-reverse {
flex-direction: column-reverse ; }
.cw-flex-row-reverse {
flex-direction: row-reverse ; }
.cw-flex-align-end {
align-items: flex-end ; }
.cw-flex-align-middle {
align-items: center ; }
.cw-flex-justify-end {
justify-content: flex-end ; }
.cw-flex-justify-center {
justify-content: center ; }
.cw-flex-justify-space-between {
justify-content: space-between ; }
.cw-flex-justify-space-around {
justify-content: space-around ; }
.cw-fs-12 {
font-size: 12px ; }
.cw-fs-13 {
font-size: 13px ; }
.cw-fs-14 {
font-size: 14px ; }
.cw-fs-15 {
font-size: 15px ; }
.cw-fs-16 {
font-size: 16px ; }
.cw-fs-17 {
font-size: 17px ; }
.cw-fs-18 {
font-size: 18px ; }
.cw-fs-19 {
font-size: 19px ; }
.cw-fs-20 {
font-size: 20px ; }
.cw-fs-21 {
font-size: 21px ; }
.cw-fs-22 {
font-size: 22px ; }
.cw-fs-23 {
font-size: 23px ; }
.cw-fs-24 {
font-size: 24px ; }
.cw-fs-25 {
font-size: 25px ; }
.cw-fs-26 {
font-size: 26px ; }
.cw-text-color-base {
color: #414a63; }
.cw-text-color-gray {
color: #616a6e; }
.cw-text-color-light {
color: #888da8; }
.cw-text-color-primary {
color: #7774e7; }
.cw-text-color-info {
color: #1890ff; }
.cw-text-color-success {
color: #52c41a; }
.cw-text-color-warning {
color: #faad14; }
.cw-text-color-error {
color: #ed4014; }
.cw-text-bold {
font-weight: 500; }
.cw-clear-btn {
margin: 0;
padding: 0;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
border: none;
outline: none;
background-color: #888da8;
font-size: 12px;
color: #cdc7c7;
transition: all 0.2s ease-in;
cursor: pointer;
border-radius: 50%; }
.cw-clear-btn:hover {
color: #fff; }
.cw-clear-btn-absolute {
position: absolute;
top: 7px;
right: 7px; }