| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- .A1Add {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100%;
- background-color: #fff;
- border-radius: 10px;
- :global {
- .A1AddMain {
- width: 100%;
- height: 100%;
- padding: 20px 20px 20px 0px;
- position: relative;
- padding-bottom: 80px;
- .ant-form {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- overflow-x: hidden;
- .form-item-group-one-row {
- display: flex;
- align-items: center;
- gap: 20px;
- }
-
- .form-item-group-title__porject-type{
- margin-left: 50px;
- margin-bottom: 10px;
- }
- .form-item-group__porject-type {
- padding-top: 20px;
- padding-right: 20px;
- margin-left: 50px;
- border: 1px solid #d9d9d9;
- border-radius: 5px;
- background-color: rgba(0, 0, 0, 0.05);
- width: fit-content;
- }
-
- .ant-form-item-label {
- width: 120px !important;
- }
-
- .e_row {
- padding-right: 50px;
- display: flex;
- font-size: 14px;
- margin-bottom: 10px;
-
- .e_rowL {
- width: 120px;
- text-align: right;
-
- &>span {
- color: #ff4d4f;
- position: relative;
- top: 3px;
- }
- }
-
- .e_rowL2 {
- position: relative;
- top: 4px;
-
-
- }
-
- .e_rowR {
- width: calc(100% - 130px);
-
- .lookNoneOne {
- position: relative;
- left: 10px;
- top: 4px;
- }
-
- .erLinkTop {
- .ant-btn {
- width: 82px;
- }
-
- .e_rowRtit {
- font-size: 14px;
- color: rgb(126, 124, 124);
- }
- }
-
- .erLinkMain {
- .erLinkRow {
- margin-top: 15px;
- }
- }
-
-
- }
-
- }
-
- .A1AtitTxt {
- position: relative;
- bottom:30px;
- left: 120px;
- opacity: 0;
- transition: all .3s;
- pointer-events: none;
- }
- .A1AtitTxtShow{
- opacity: 1;
- bottom: 24px;
- }
-
- .A1AddBtn {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 60px;
- width: 100%;
- padding-left: 50px;
- border-top: 1px solid #d9d9d9;
- background-color: #fff;
- display: flex;
- align-items: center;
- gap: 20px;
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
- }
- }
- }
- // 查看的情况
- .A1AddMainLook {
- height: 100%;
- #basic_name_help {
- display: none !important;
- }
- .ant-row {
- pointer-events: none;
- }
- .ant-input-textarea {
- width: 1100px !important;
- }
- .ant-form-item-control-input {
- pointer-events: none;
- .ant-input-affix-wrapper {
- border: transparent;
- .ant-input-show-count-suffix {
- opacity: 0;
- }
- }
- .ant-select-selector {
- border: transparent;
- }
- .ant-select-arrow {
- opacity: 0;
- }
- .ant-input {
- border: transparent;
- }
- .ant-input-data-count {
- opacity: 0;
- }
- }
- .ant-checkbox-group {
- pointer-events: none;
- }
- .myformBox3 .upImgBox .fileImgListBox>div {
- margin: 0px 20px 15px 0;
- cursor: default;
- }
- .closeLook {
- .ant-form-item-control-input {
- pointer-events: auto;
- }
- }
- textarea {
- min-height: 40px !important;
- }
- textarea,
- input {
- &::-webkit-input-placeholder {
- color: black;
- }
- &:-moz-placeholder {
- color: black;
- }
- &::-moz-placeholder {
- color: black;
- }
- &:-ms-input-placeholder {
- color: black;
- }
- }
- // 下拉框 placeholder 字体颜色
- .ant-select-selection-placeholder {
- color: black;
- }
- .e_row {
- margin-bottom: 24px;
- .e_rowRLook {
- padding-left: 12px;
- }
- // .e_rowRML {
- // margin-top: -10px;
- // }
- }
- // 查看的 项目 链接 的特殊 处理
- .lookErLink {
- padding-top: 5px;
- display: flex;
- .lookErLink1 {
- width: 160px;
- text-align: right;
- margin-right: 10px;
- }
- .lookErLink2 {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: calc(100% - 200px);
- }
- }
- }
- }
- }
|