fastlion-amis
Version:
一种MIS页面生成工具
204 lines (202 loc) • 5.32 kB
CSS
.fallback_constent .fallback_select h4 {
margin-bottom: 5px;
}
.fallback_constent .fallback_select > .ant-form-item {
min-width: 100px;
width: 200px;
margin-bottom: 10px;
}
.fallback_constent .endorsement-approval .countersigner_form {
margin-bottom: 0px;
}
.fallback_constent .endorsement-approval .countersigner_form .ant-input {
margin-bottom: 10px;
}
.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
color: rgba(0, 0, 0, 0.25);
margin-bottom: 10px;
}
.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text .recommend {
margin-bottom: 10px;
}
.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text .recommend_value {
display: flex;
flex-wrap: wrap;
}
.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text .recommend_value .Tag_value {
background: #F2F2F2;
font-size: 13px;
color: #31373D;
padding: 4px 10px;
margin-right: 5px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 10px;
}
.fallback_constent .fallback_upload {
display: flex;
margin-bottom: 10px;
}
.fallback_constent .fallback_upload .upload_content .upload_content_btn {
border-radius: 5px;
}
.fallback_constent .fallback_upload .text svg g path {
fill: rgba(0, 0, 0, 0.45);
}
.fallback_constent .fallback_upload .text svg g polygon {
fill: rgba(0, 0, 0, 0.45);
}
.fallback_constent .fallback_checkbox .ant-form-item {
margin-bottom: 10px;
}
.fallback_constent .uploadimg {
display: flex;
flex-wrap: wrap;
background-color: #FAFAFA;
margin-bottom: 10px;
}
.fallback_constent .uploadimg .pieceimg {
width: 6.875rem;
height: 6.875rem;
margin: 10px 8px;
position: relative;
cursor: pointer;
}
.fallback_constent .uploadimg .pieceimg .cxd-Image-thumb img {
width: 100%;
height: 100%;
}
.fallback_constent .uploadimg .pieceimg .pieceimg_shadow {
display: none;
}
.fallback_constent .uploadimg .pieceimg:hover .pieceimg_shadow {
width: 100%;
height: 100%;
position: absolute;
display: flex;
justify-content: space-around;
align-items: center;
top: 0;
left: 0;
background-color: #aaa;
opacity: 0.7;
}
.fallback_constent .uploadimg .pieceimg .pieceimg_img {
padding: 0;
}
.fallback_constent .uploadimg .pieceimg .remove {
position: absolute;
width: 17px;
height: 17px;
top: -6px;
right: -9px;
z-index: 1;
font-size: 18px;
}
.fallback_constent .uploadimg .pieceimg .remove .remove_blank svg {
top: 0;
color: #ffffff;
background: #BBBDBF;
border-radius: 50%;
}
.fallback_constent .uploadtext {
margin-bottom: 10px;
}
.fallback_constent .uploadtext .textfile_xls {
padding: 3px 12px 3px 12px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #FAFAFA;
margin-bottom: 5px;
cursor: pointer;
}
.fallback_constent .uploadtext .textfile_xls .textfile_size {
display: flex;
align-items: center;
width: 80px;
justify-content: space-between;
}
.fallback_constent .uploadtext .textfile_xls .textfile_size .item-select-tag-size {
font-size: 12px;
margin-right: 20px;
display: inline-block;
width: 60px;
text-align: right;
color: rgba(0, 0, 0, 0.45);
}
.fallback_constent .uploadtext .textfile_xls .textfile_size .item-select-tag-btn {
display: none;
font-size: 15px;
cursor: pointer;
}
.fallback_constent .uploadtext .textfile_xls .textfile_size .item-select-tag-btn svg {
color: #ffffff;
background: #BBBDBF;
border-radius: 50%;
}
.fallback_constent .uploadtext .textfile_xls .textfile_text {
display: flex;
align-items: center;
flex: 1;
padding-right: 10px;
overflow: hidden;
}
.fallback_constent .uploadtext .textfile_xls .textfile_text .textfile_icon {
font-size: 20px;
margin-right: 10px;
}
.fallback_constent .uploadtext .textfile_xls .textfile_text .text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 13px;
}
.fallback_constent .uploadtext .textfile_xls:hover {
background-color: #ebeaea;
}
.fallback_constent .uploadtext .textfile_xls:hover .textfile_size .item-select-tag-btn {
display: inline-block;
}
.fallback_constent_Mobile {
width: 100%;
padding: 10px 0;
line-height: 1.5715;
}
.fallback_constent_Mobile .fallback_select {
display: flex;
background-color: #fff;
padding: 5px 12px;
margin-bottom: 5px;
}
.fallback_constent_Mobile .fallback_select label {
line-height: 1.5715;
display: flex;
align-items: center;
}
.fallback_constent_Mobile .fallback_select .fallback_select_text {
flex: 1;
}
.fallback_constent_Mobile .fallback_select .fallback_select_text .ant-select-arrow {
transform: rotate(-90deg);
}
.fallback_constent_Mobile .endorsement_button {
padding: 10px 10px;
}
.fallback_constent_Mobile .endorsement_button .Button_Mobile {
border-radius: 4px;
}
.fallback_constent_Mobile .endorsement-approval .endorsement-approval_text {
padding-left: 10px;
}
.fallback_constent_Mobile .endorsement-approval .endorsement-approval_text .recommend_value .Tag_value {
background: #eaebed;
}
.fallback_constent_Mobile .fallback_upload,
.fallback_constent_Mobile .fallback_checkbox {
padding-left: 10px;
}
/*# sourceMappingURL=index.css.map */