@dcp-designable/components
Version:
公共组件及业务组件
404 lines (365 loc) • 10.5 kB
text/less
.bpm-form-detail-center {
display: flex;
// background-image: url('../../../../assets/img/Background_Daiban.png');
background-image: url('./img/back_g.png');
background-repeat: no-repeat;
background-size: contain;
background-color: #EFF4FC;
// height: 100%;
height: 100vh;
width: 100%;
overflow: hidden;
.bpm-form-detail-left {
height: 100%;
padding: 10px;
flex: 1;
.bpm-form-detail-left-process {
margin-bottom: 16px;
.bpm-left-process-title {
display: flex;
align-items: center;
justify-content: space-between;
// display: -webkit-box;
margin:16px 0px 16px 18px;
h4 {
font-family: PingFang SC;
font-size: 24px;
font-weight: 400;
line-height: 32px;
margin-right: 20px;
}
.bpm-left-process-maintitle{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
white-space: nowrap;
width: 100%;
// width: 140px;
font-family: PingFang SC;
font-size: 20px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: rgba(0, 0, 0, 0.85);
margin-left: 6px;
}
.bpm-left-process-sub-title {
display: flex;
width: 100%;
align-items: flex-end;
margin-left: 10px;
img {
width: 16px;
margin-left: 6px;
}
.descriptions-item-title {
margin-left: 2px;
font-family: PingFang SC;
font-size: 14px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: rgba(34, 46, 68, 0.6);
// font-family: PingFang SC;
// font-size: 14px;
// font-weight: 400;
// line-height: 22px;
// text-align: left;
// color: #00000073;
// margin-right: 2px;
}
.descriptions-item-num{
font-family: PingFang SC;
font-size: 14px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
font-variation-settings: "opsz" auto;
color: #222E44;
}
}
.bpm-left-process-btns{
display: flex;
width: 400px;
flex-grow: 0;
flex-shrink: 0;
justify-content: flex-end;
.bpm-left-process-btn{
width: 72px;
height: 32px;
border-radius: 4px;
opacity: 1;
background: #FFFFFF;
box-sizing: border-box;
border: 1px solid rgba(34, 46, 68, 0.16);
font-family: PingFang SC;
font-size: 14px;
font-weight: normal;
line-height: 14px;
text-align: center;
color: #222E44;
margin-right: 8px;
padding: 0px 8px 0px 8px;
}
.bpm-left-process-btn-blue{
font-family: '苹方-简';
font-size: 14px;
font-weight: normal;
line-height: 22px;
text-align: center;
letter-spacing: 0em;
color: #FFFFFF;
width: 72px;
height: 32px;
border-radius: 4px;
background: linear-gradient(295deg, #2B66F6 1%, #729BFF 97%);
margin-right: 8px;
padding: 0px 8px 0px 8px;
}
.bpm-left-process-btn-more{
width: 32px;
height: 32px;
}
}
}
.bpm-form-detail-left-process-item {
display: flex;
.bpm-left-process-item-label {
margin-right: 4px;
.descriptions-item-title {
margin-left: 2px;
font-family: PingFang SC;
font-size: 14px;
// font-weight: 400;
line-height: 22px;
text-align: left;
// color: #00000072;
font-weight: normal;
color: rgba(34, 46, 68, 0.6);
}
}
.bpm-left-process-item-data{
margin-left: 5px;
font-family: PingFang SC;
font-size: 14px;
font-weight: normal;
line-height: 22px;
color: rgba(0, 0, 0, 0.85);
}
}
}
.ant-tag {
border-radius: 6px;
// width: 80px;
// padding: 2px 16px 2px 16px;
text-align: center;
// margin-left: 5px;
}
// .ant-card {
.bpm-form-detail-left-card{
border: 0;
border-radius: 8px;
height: 100%;
background: rgba(255, 255, 255, 0.8);
box-sizing: border-box;
// border: 1px solid ;
border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 17%) 1;
backdrop-filter: blur(10px);
box-shadow: 0px 4px 10px 0px rgba(214, 219, 227, 0.27);
// background: #FFFFFFCC;
// box-shadow: 0px 0px 10px 0px #0034B20D;
.ant-card-body {
padding: 0px;
// box-shadow: 0px 0px 10px 0px #0034B20D;
border-radius: 8px;
height: 100%;
// background: #FFFFFFCC;
}
.ant-space{
margin-left: 24px;
margin-bottom: 16px;
.ant-space-item{
margin-right: 16px;
}
}
}
.bpm-left-process-info {
display: flex;
justify-content: space-between;
align-items: center;
.bpm-left-process-title {
position: relative;
// width: 70px; /* 设置容器的宽度 */
margin-left: 18px;
margin-top: 16px;
font-family: PingFang SC;
font-size: 16px;
font-weight: 600;
line-height: 20px;
color: rgba(0, 0, 0, 0.85);
background-image:url('./img/detail_title_bg.png') ;
background-repeat: no-repeat;
background-position: bottom;
// background-size: contain;
padding-left:6px
}
.descriptions-task-title-wait{
display: flex;
align-items: center;
margin-right: 24px;
.descriptions-task-title-img{
width: 15px;
height: 15px;
}
.descriptions-task-title-num{
font-family: '苹方-简';
font-size: 14px;
font-weight: normal;
line-height: 22px;
letter-spacing: 0em;
color: #F66262;
margin-left: 8px;
}
.descriptions-task-title-text{
font-family: '苹方-简';
font-size: 14px;
font-weight: normal;
line-height: 22px;
letter-spacing: 0em;
color: #2B66F6;
margin-left: 8px;
}
}
.descriptions-task-title-text {
color: #00000073;
font-family: PingFang SC;
font-size: 14px;
font-weight: 400;
line-height: 22px;
margin-right: 5px;
}
.ant-tag {
border-radius: 24px;
width: 80px;
padding: 2px 16px 2px 16px;
text-align: center;
margin-left: 5px;
}
// .bpm-left-process-title::before {
// content: '';
// position: absolute;
// left: -8px;
// top: 4px;
// height: 16px;
// width: 4px;
// background-color: #0478EA;
// }
}
.bpm-left-process-form {
height: 95%;
overflow: auto;
margin-right: 24px;
margin-left:24px;
padding-top: 14px;
//padding-bottom: 40px;
}
.bpm-form-detail-left-business {
// background: #FFFFFFCC;
height: calc(100% - 154px);
border-radius: 8px;
.signature__tool-bar {
bottom: 40px;
}
.qm-signature is-annotation {
height: 100%;
.content {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
}
}
}
.bpm-form-detail-right {
width: 320px;
display: flex;
// background: #FFFFFFCC;
flex-direction: row;
transition: width 0.3s;
padding: 6px 0px 6px 0px;
background: rgba(255, 255, 255, 0.8);
border: 1px solid ;
border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 17%) 1;
backdrop-filter: blur(10px);
box-shadow: 0px 4px 10px 0px rgba(214, 219, 227, 0.27);
.bpm-form-detail-right-icon {
// margin-top: calc(50% - 140px);
margin-top: calc(50% + 124px);
width: 16px;
height: 62px;
margin-left: -16px;
}
}
.bpm-form-detail-right1 {
display: flex;
// background: #FFFFFFCC;
.bpm-form-detail-right-icon {
margin-bottom: 30px;
width: 16px;
margin-left: 6px;
}
.wrapper-progress {
display: none;
}
.bpm-form-detail-right2 {
overflow: hidden;
width: 40px;
display: flex;
flex-direction: column;
background: rgba(255, 255, 255, 0.8);;
align-items: center;
justify-content: center;
.bpm-form-detail-right2-span {
width: 10px;
margin-bottom: 10px;
color: rgb(4, 120, 234);
user-select: none;
}
}
}
.bpm-form-detail-bottom-btn {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
.bpm-form-detail-bottom-btn-icon {
width: 26px;
}
.bpm-form-detail-bottom-btn-text {
color: #0478EA;
font-family: PingFang SC;
font-size: 13px;
font-weight: 400;
line-height: 22px;
text-align: center;
}
}
}
.bpm-form-detail-bottom-btn {
display: flex;
flex-direction: column;
align-items: center;
.bpm-form-detail-bottom-btn-icon {
width: 26px;
}
.bpm-form-detail-bottom-btn-text {
color: #0478EA;
font-family: PingFang SC;
font-size: 13px;
font-weight: 400;
line-height: 22px;
text-align: center;
}
}