.component__clue__pop .head-level, .component__clue__pop .head-level img, .component__clue__form .head-level, .component__clue__form .head-level img { width: 100%; height: auto; margin-top: -3px!important; /* 解决弹窗头部两个角的白边问题 */ } .component__clue__pop .component__form__input>.input-box>.send-btn { display: none; } .component__clue__pop .form-level, .component__clue__form .form-level { width: 100%; padding: 10px 45px 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .component__clue__pop .component__form__select>.choose-box>.text.empty, .component__clue__form .component__form__select>.choose-box>.text.empty { line-height: 40px; height: 100%; white-space: nowrap; } .component__pop .component__clue__pop .header-icon { position: relative; } .component__pop .component__clue__pop .header-icon .clue-img { position: absolute; top: -140px; left: -30px; width: 327px; } .component__pop .component__clue__pop .header-icon .clue-img-bottom { position: absolute; top: -6px; left: 42px; width: 20px; z-index: 2; } .component__pop .component__clue__pop .form-level { padding: 33px 30px 4px; position: relative; display: block; background-color: #ffffff; border-top-left-radius: 12px; border-top-right-radius: 12px; z-index: 1; } .component__clue__form .component__form__select>.select-box, .component__clue__pop .component__form__select>.select-box { z-index: 2; } .component__pop .component__clue__pop .close-level { position: absolute; top: -30px; right: 8px; } .component__login .component__clue__form .form-level { padding: 22px 45px 20px; } .component__clue__pop .form-level .form-row, .component__clue__form .form-level .form-row { width: calc(50% - 35px); } .component__clue__pop .component__form__input>.input-info>.input-label .required, .component__clue__form .component__form__input>.input-info>.input-label .required { padding-left: 5px; color: #ff7801; } .component__clue__pop .component__form__input>.input-box>input, .component__clue__form .component__form__input>.input-box>input { font-size: 14px; overflow: hidden; } .component__clue__pop .form-level .form-row { width: unset; } .component__clue__pop .btn-level, .component__clue__form .btn-level { width: 270px; height: 48px; background: var(--theme-primary-color); border-radius: 24px; margin: 0 auto; font-size: 18px; color: var(--bg-default-color); line-height: 48px; text-align: center; } .component__clue__pop .clue-univ-name, .component__clue__form .clue-univ-name { position: relative; } .component__clue__pop .name-search-box, .component__clue__form .name-search-box { position: absolute; z-index: 1; width: calc(100% - 106px); margin: 2px 0; height: 0; top: 40px; right: 0; border-radius: 4px; background-color: var(--bg-default-color); /* border: 1px solid transparent; */ overflow-y: auto; /* display: none; */ transition: all 0.3s; } .component__login .component__clue__form .name-search-box { top: 66px; } .component__clue__pop .name-search-box.active, .component__clue__form .name-search-box.active { /* display: block; */ height: 200px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border: 1px solid var(--border-default-color); transition: all 0.2s; } .component__clue__pop .name-search-box .search-item, .component__clue__form .name-search-box .search-item { cursor: pointer; /* user-select: none; */ transition: all 0.2s; padding: 10px 15px; } .component__clue__pop .name-search-box .search-item:hover, .component__clue__form .name-search-box .search-item:hover { color: var(--theme-primary-color); background-color: var(--bg-light-color); transition: all 0.3s; } .component__clue__pop .name-search-box .search-empty, .component__clue__form .name-search-box .search-empty { display: flex; justify-content: center; align-items: center; line-height: 200px; } .component__clue__pop .clue-univ-area .select-box, .component__clue__form .clue-univ-area .select-box { z-index: 2; } .component__form__input>.input-box>#select-area-num>.select-box { width: calc(100% 60px); } .component__form__input>.input-box>#select-area-num { position: relative; width: 90px; height: 40px; margin-right: 10px; padding-right: 6px; } .component__form__input>.input-box>#select-area-num::after { position: absolute; content: ' '; width: 1px; height: 12px; top: calc(50% - 6px); right: 0; background-color: var(--border-default-color); } .component__form__input>.input-box>#select-area-num1>.select-box { width: calc(100% 60px); } .component__form__input>.input-box>#select-area-num1 { position: relative; width: 90px; height: 40px; margin-right: 10px; padding-right: 6px; } .component__form__input>.input-box>#select-area-num1::after { position: absolute; content: ' '; width: 1px; height: 12px; top: calc(50% - 6px); right: 0; background-color: var(--border-default-color); } @media screen and (max-height: 750px){ .component__clue__pop .clue-univ-year .select-box, .component__clue__form .clue-univ-year .select-box { max-height: 134px; } .component__clue__pop .clue-univ-area .select-box { max-height: 180px; } } @media screen and (max-height: 610px){ .component__clue__pop { transform: translatey(calc(50vh - 294.5px)) scale(0.9) !important; -webkit-transform: translatey(calc(50vh - 294.5px)) scale(0.9) !important; } .component__clue__pop .clue-univ-area .select-box { max-height: 140px; } } /* clue-form-new start */ .detail__module__clue__new { padding: 20px 16px !important; padding-bottom: 30px !important; background: no-repeat; background-size: 100% 100%; } .component__clue__form__new .form-level { width: 100%; padding: 12px 0 6px !important; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .component__clue__form__new .form-level .form-row { width: calc(50% - 26px); } .component__clue__form__new .component__form__input { height: auto; margin-bottom: 24px; } .component__clue__form__new .component__form__input>.input-info { display: flex; justify-content: space-between; align-items: center; width: 118px; float: left; height: 35px; margin-bottom: 0; } .component__clue__form__new .component__form__input>.input-info>.input-label { font-weight: 500; font-size: 16px; color: #262626; line-height: 35px; height: 35px; } .component__clue__form__new .component__form__input>.input-info>.input-alert { left: 118px; } .component__clue__form__new .component__form__input>.input-box { height: 35px; background: #ffffff; border-radius: 4px; border: 1px solid #e7e7e7; padding: 0 14px 0 12px; display: flex; justify-content: space-between; align-items: center; } .component__clue__form__new .component__form__select { height: 35px; font-size: 16px; color: #262626; } .component__clue__form__new .component__form__select>.choose-box { height: 35px; } .component__clue__form__new .component__form__select>.choose-box>.text.empty { line-height: 35px; font-size: 16px; color: #c5c5c5; display: flex; align-items: center; } .component__clue__form__new .component__form__input>.input-box>input { font-size: 16px; color: #262626; } .component__clue__form__new .component__form__input>.input-box>input::placeholder { font-size: 16px; color: #c5c5c5; } .component__clue__form__new .component__form__input>.input-box>#select-area-num1 { width: 98px; height: 35px; margin-right: 9px; padding-right: 10px; font-size: 14px; } .component__clue__form__new .name-search-box { width: calc(100% - 118px); } .component__clue__form__new .btn-level { width: 320px; height: 42px; background: #2372ff; border-radius: 21px; font-weight: 500; font-size: 18px; color: #ffffff; line-height: 42px; text-align: center; } .component__clue__form__new .icon-arrow-down { font-size: 18px; color: #262626; } /* clue-form-new end */