@import "@assets/css/public-style.scss"; .formContent { display: flex; justify-content: space-between; padding: 20px 20px 0 20px; background: white; .formContent-item { width: calc((100% / 3) - 80px); // width: calc((100vw / 3) - 80px); .formContent-formList { display: flex; justify-content: space-between; } .block-title { width: 200px; height: 80px; background: #ffffff; border-radius: 2px; border: 1px solid #e0e1e3; position: relative; .floor { margin: 16px 0 0 0; // text-align: center; font-weight: 600; font-size: 16px; } .remove { color: $mainBgColor; font-size: 12px; cursor: pointer; } .list-title { margin-left: 20px; position: relative; z-index: 2; // white-space: nowrap; } img { &.bg-img { position: absolute; right: 0; top: 0; width: 100px; } &.bg-imgIoc { position: absolute; right: 20px; top: 28px; width: 24px; } } } .addHouse { margin-bottom: 25px; } .add-block { width: 80px; height: 80px; background: #ffffff; border-radius: 2px; border: 1px solid #e0e1e3; position: relative; cursor: pointer; & > img { width: 16px; height: 16px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } .addCat { & > div { float: left; margin-right: 20px; margin-bottom: 20px; } } } } // .formContent-item_title { // font-size: 14px; // position: relative; // margin-left: 14px; // margin-bottom: 20px; // &::before { // position: absolute; // left: -14px; // top: 4px; // width: 4px; // height: 12px; // border-radius: 2px; // display: block; // background: $mainBgColor; // content: " "; // } // } .buttons { text-align: right; background: white; padding: 0 20px 20px 0; } .top-title { padding: 20px; background: white; margin-bottom: 20px; position: relative; h1 { font-size: 30px; line-height: 42px; .titleType { font-size: 14px; width: 68px; height: 30px; border-radius: 2px; text-align: center; line-height: 30px; vertical-align: middle; color: $mainTextColor; border: 1px solid $mainBgColor; font-weight: normal; margin-left: 20px; display: inline-block; } } .right { position: absolute; right: 20px; top: 20px; } .text { margin-top: 10px; font-size: 12px; color: #747d87; span { margin-right: 40px; } } } .content { background: white; .tages { display: flex; padding: 15px 20px; border-bottom: 1px solid #ddd; .tages-list { margin-right: 40px; position: relative; cursor: pointer; &.active { color: $mainTextColor; &::before { position: absolute; left: 0px; bottom: -15px; width: 100%; height: 2px; background: $mainBgColor; content: " "; } } } } .content-item { padding: 30px 20px 20px 20px; .widthFlex { display: flex; margin-bottom: 20px; .item-table { width: 100%; border: 1px solid #e0e1e3; &:first-of-type { border-right: none; } .table-list { display: flex; line-height: 40px; border-bottom: 1px solid #e0e1e3; &:last-of-type { border-bottom: none; } .lable { width: 200px; background: #f8fcff; padding-left: 20px; box-sizing: border-box; border-right: 1px solid #e0e1e3; } .text { flex: 1; padding-left: 20px; box-sizing: border-box; } } } } } } .clickUpload { width: 130px; height: 182px; background: #f8fcff; border-radius: 4px; border: 1px solid #e0e1e3; position: relative; z-index: 1000; text-align: center; overflow: hidden; font-size: 12px; cursor: pointer; color: #e0e1e3; .mini-upload { position: absolute; z-index: 0; } } .clickUpText { height: 100%; width: 100%; pointer-events: none; position: absolute; background: #f8fcff; z-index: 1; img.bg-img { width: 52px; margin-top: 46px; margin-bottom: 12px; } img.dataImg { width: 100%; height: 100%; object-fit: cover; } } .show-required-icon-star { &:before { content: "*"; color: #f56c6c; } }