152 lines
2.5 KiB
CSS
152 lines
2.5 KiB
CSS
/* .todo-page>>>.u-steps-item__line {
|
|
width: 187.6px !important;
|
|
} */
|
|
/* 进度条步骤少于3 */
|
|
.page-wrap {
|
|
padding-bottom: 150px;
|
|
}
|
|
.allview {
|
|
padding: 0px 0px 180px 0px;
|
|
}
|
|
|
|
.video {
|
|
padding: 16px 16px 10px;
|
|
}
|
|
|
|
.background {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: #edf1fd;
|
|
z-index: -1;
|
|
}
|
|
|
|
.richtext {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.card {
|
|
margin: 20px 16px 140px 16px;
|
|
/* border: 1px solid #EBEEF5; */
|
|
padding: 20px 30px 80px 30px;
|
|
/* box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 1px; */
|
|
background-color: #ffffff;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.upload-title {
|
|
font-size: 14px;
|
|
color: #8e8b9c;
|
|
line-height: 22px;
|
|
padding: 8px 0px;
|
|
}
|
|
|
|
.demo-ruleForm>>>.u-form-item__body__left__content__label {
|
|
font-size: 14px;
|
|
color: #8e8b9c;
|
|
/* justify-content: flex-start; */
|
|
}
|
|
|
|
.demo-ruleForm>>>.u-form-item__body__left__content__ {
|
|
left: -11px;
|
|
top: 0px
|
|
}
|
|
|
|
.demo-ruleForm>>>.u-textarea__field {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.demo-ruleForm>>>.u-cell__title-text {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.check-p>>>.u-form-item__body__right__content__slot {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.bottom-button {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding: 10px 16px;
|
|
box-sizing: border-box;
|
|
background: #edf1fd;
|
|
z-index: 999;
|
|
}
|
|
|
|
.sub-form>>>.u-form-item__body__left__content__label {
|
|
font-size: 14px;
|
|
/* justify-content: flex-start; */
|
|
}
|
|
|
|
.sub-form>>>.u-textarea__field {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sub-form>>>.u-cell__title-text {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.uni-collapse-item {
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.sub-form>>>.uni-collapse-item__title {
|
|
display: flex;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
transition: border-bottom-color .3s;
|
|
border-bottom: 1px solid #ebeef5;
|
|
}
|
|
|
|
.sub-form>>>.uni-collapse-item__title-wrap {
|
|
/* width: 100%; */
|
|
flex: 1;
|
|
}
|
|
.sub-form>>>.uni-collapse-item__title-box {
|
|
padding: 0px;
|
|
}
|
|
|
|
.uni-collapse-item__title-box {
|
|
padding: 0px;
|
|
display: flex;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
background-color: #fff;
|
|
color: #303133;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
outline: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.uni-collapse-item__title-text {
|
|
flex: 1;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
color: inherit;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.right-align {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: end;
|
|
flex: 1;
|
|
} |