@imgSrc: '../../../assets/images/designer'; .helpTitle { height: 24px; display: flex; align-items: center; .titleIcon { width: 23px; height: 23px; background: url('@{imgSrc}/控件说明.png'); background-size: 100% 100%; margin-right: 10px; } .titleText { color: black; font-weight: bold; font-size: 16px; } } .help-content { width: 100%; height: 100%; display: flex; .c-left { width: 120px; height: 100%; overflow: auto; .t-item { width: 100%; .m-header { width: 100%; padding-left: 15px; height: 40px; line-height: 40px; position: relative; color: #646464; } .m-content { overflow: hidden; width: 100%; transition: all 0.3s ease-in-out; .t-list { width: 100%; height: 40px; line-height: 40px; padding-left: 15px; &:hover { cursor: pointer; } &[active='true'] { border-left: 2px solid #1685FF; background: #E9F3FF; } } } } } .c-right { width: calc(100% - 120px); padding: 10px; height: 100%; overflow: auto; background: #F1F1F1; transition: all 0.3s ease-in-out; .t-box { margin-bottom: 10px; border-radius: 5px; background: white; .x-title { padding-left: 10px; width: 100%; height: 40px; line-height: 40px; background: linear-gradient(to right, #EAF3FF, #FCFDFF); font-size: 14px; font-weight: bold; } .x-content { padding: 10px; color: #646464; } } //编码介绍 .descriptions-Coding-img { height: 212px; margin: 35px; background: url('@{imgSrc}/编码说明.png'); background-size: 100% 100%; } //关联表单介绍 .descriptions-relationForm-img { height: 262px; margin: 32px; background: url('@{imgSrc}/关联表单说明.png'); background-size: 100% 100%; } .descriptions-IDCard { display: flex; align-items: center; margin-top: 60px; margin-bottom: 80px; .IDCard-item { flex: 1; border-radius: 5px; border: 1px solid #DBDBDB; .item-header { height: 36px; line-height: 36px; text-align: center; background: #F5F5F5; } .item-content { height: 160px; display: flex; align-items: center; justify-content: center; .img-one { width: 184px; height: 113px; background: url('@{imgSrc}/上传身份证.png'); background-size: 100% 100%; } .img-two { width: 184px; height: 113px; background: url('@{imgSrc}/文字识别.png'); background-size: 100% 100%; } .img-three { width: 146px; height: 141px; background: url('@{imgSrc}/自动填充.png'); background-size: 100% 100%; } } } .IDCard-arrow { width: 11px; height: 27px; background: url('@{imgSrc}/箭头.png'); background-size: 100% 100%; margin-right: 5px; } } } }