chowa
Version:
UI component library based on React
98 lines (90 loc) • 2.31 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-profile {
margin: 0;
box-sizing: border-box;
display: flex; }
.cw-profile-avatar {
flex: none; }
.cw-profile-title {
padding: 0;
color: #616a6e;
line-height: 18px;
font-weight: 400; }
.cw-profile-introduce {
color: #888da8;
padding: 0; }
.cw-profile-actions-wrapper {
list-style: none;
margin: 0;
box-sizing: border-box;
color: #888da8;
display: flex;
flex: none;
flex-direction: row; }
.cw-profile-action {
margin: 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column; }
.cw-profile-simple {
padding: 0;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start; }
.cw-profile-simple .cw-profile-info {
padding: 0;
box-sizing: border-box;
margin-left: 12px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-height: 32px; }
.cw-profile-simple .cw-profile-title {
margin: 0;
font-size: 14px; }
.cw-profile-simple .cw-profile-introduce {
font-size: 12px;
line-height: 1; }
.cw-profile-simple .cw-profile-actions-wrapper {
padding: 0 0 0 8px;
height: 32px;
font-size: 12px;
color: #888da8; }
.cw-profile-simple .cw-profile-action {
padding: 0 6px; }
.cw-profile-complete {
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 18px 16px; }
.cw-profile-complete .cw-profile-avatar {
width: 94px;
height: 94px; }
.cw-profile-complete .cw-profile-title {
margin: 16px 0 0 0;
font-size: 18px;
line-height: 18px;
text-align: center; }
.cw-profile-complete .cw-profile-introduce {
font-size: 14px;
line-height: 1.5;
margin: 12px 0 0 0; }
.cw-profile-complete .cw-profile-actions-wrapper {
width: 100%;
padding: 12px 0 0 0;
height: 68px;
font-size: 14px; }
.cw-profile-complete .cw-profile-action {
flex: auto; }
.cw-profile-complete .cw-profile-action + .cw-profile-action {
border-left: 1px solid #e6ecf5; }