|
@@ -0,0 +1,470 @@
|
|
|
+/*** ***********************
|
|
|
+*
|
|
|
+* 检索功能PC端页面样式
|
|
|
+*
|
|
|
+********************** ***/
|
|
|
+
|
|
|
+.box {
|
|
|
+ width: 100%;
|
|
|
+ height: 100vh;
|
|
|
+ background-image: url("@/assets/img/retrieval_bj.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ background-position: center;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+
|
|
|
+.box-top {
|
|
|
+ padding: 0px 25px 16px 25px;
|
|
|
+ width: 100%;
|
|
|
+ max-width: 1200px;
|
|
|
+ height: auto;
|
|
|
+ margin: 16px auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ transition: height 0.5s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+.input_box {
|
|
|
+ position: relative;
|
|
|
+ flex: 1;
|
|
|
+ min-width: 710px;
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 移动端 */
|
|
|
+@media screen and (max-width: 760px) {
|
|
|
+ .input-box-content {
|
|
|
+ flex: 1;
|
|
|
+ padding: 0px 0px 48px 0px;
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ border: none;
|
|
|
+ /* box-shadow: 0px 0px 0px #cdcdcd; */
|
|
|
+ transition: all 0.5s ease-in-out;
|
|
|
+ }
|
|
|
+
|
|
|
+ .Displays-earch-box {
|
|
|
+ height: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ max-width: 1200px;
|
|
|
+ padding: 0px;
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ transition: all 0.5s ease-in-out;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* PC端 */
|
|
|
+@media screen and (min-width: 760px) {
|
|
|
+ .input-box-content {
|
|
|
+ flex: 1;
|
|
|
+ padding: 48px;
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ /* border: 1px solid #e4e4e4; */
|
|
|
+ /* box-shadow: 0 5px 5px #cdcdcd; */
|
|
|
+ transition: all 0.5s ease-in-out;
|
|
|
+ }
|
|
|
+
|
|
|
+ .Displays-earch-box {
|
|
|
+ height: 100%;
|
|
|
+ margin: 8px auto;
|
|
|
+ max-width: 1200px;
|
|
|
+ padding: 4px;
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ transition: all 0.5s ease-in-out;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.folded-state-input-item {
|
|
|
+ min-width: 710px;
|
|
|
+ width: 100%;
|
|
|
+ max-width: 1168px;
|
|
|
+ height: 32px;
|
|
|
+ margin: 0px 4px;
|
|
|
+ padding: 16px 12px;
|
|
|
+ display: flex;
|
|
|
+ box-shadow: 0px 0px 6px rgb(147 147 147);
|
|
|
+}
|
|
|
+
|
|
|
+.input-item,
|
|
|
+.inpout-AddOrDel {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.input-item {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 860px;
|
|
|
+ margin: 8px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-item-query_concat {
|
|
|
+ width: 115px;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-box-content .input-item-select {
|
|
|
+ max-width: 700px;
|
|
|
+ background-color: #7a3e2a;
|
|
|
+}
|
|
|
+
|
|
|
+.inpout-AddOrDel {
|
|
|
+ width: 57px;
|
|
|
+ display: flex;
|
|
|
+ margin-left: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.inpout-AddOrDel span {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.inpout-btn {
|
|
|
+ margin: 0px 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box {
|
|
|
+ transition: all 0.5s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+/* 移动端 */
|
|
|
+@media screen and (max-width: 760px) {
|
|
|
+ .search-condition {
|
|
|
+ width: 80px;
|
|
|
+ background-color: rgb(0, 0, 0, 0);
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-hint-box {
|
|
|
+ width: 0px;
|
|
|
+ max-width: 278px;
|
|
|
+ padding: 0px;
|
|
|
+ margin-left: 0px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: none;
|
|
|
+ /* box-shadow: 0px 0px 0px #cdcdcd; */
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* PC端 */
|
|
|
+@media screen and (min-width: 760px) {
|
|
|
+ .search-condition {
|
|
|
+ width: 110px;
|
|
|
+ background-color: rgb(0, 0, 0, 0);
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-hint-box {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 278px;
|
|
|
+ padding: 16px 0px 16px 16px;
|
|
|
+ margin-left: 16px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ border-radius: 3px;
|
|
|
+ /* border: 1px solid #e4e4e4;
|
|
|
+ box-shadow: 0 5px 5px #cdcdcd; */
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box-content {
|
|
|
+ flex: 1 1 1px;
|
|
|
+ max-width: 270px;
|
|
|
+ overflow: auto;
|
|
|
+ padding-right: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box-content::-webkit-scrollbar {
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background-color: rgba(83, 83, 83, 0);
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box-content:hover::-webkit-scrollbar-thumb {
|
|
|
+ background-color: rgb(144, 147, 153, 0.3);
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box-content:hover::-webkit-scrollbar-thumb:hover {
|
|
|
+ background-color: rgb(144, 147, 153, 0.5);
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box-content-title {
|
|
|
+ position: sticky;
|
|
|
+ top: 0;
|
|
|
+ padding: 8px 8px 8px 0;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #f6c5ad;
|
|
|
+ background-color: #7a3e2a;
|
|
|
+ /* border-bottom: 2px solid #7a3e2a; */
|
|
|
+}
|
|
|
+
|
|
|
+.text-hint-box-content p {
|
|
|
+ margin: 8px 0px;
|
|
|
+ color: #efdfcf;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.time-horizon-box {
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-right: 8px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.time-horizon-box-title {
|
|
|
+ width: 100px;
|
|
|
+ color: #f6c5ad;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 600;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.up-time-title {
|
|
|
+ max-width: 200px;
|
|
|
+ margin: 5px;
|
|
|
+ margin-left: 20px
|
|
|
+}
|
|
|
+
|
|
|
+.input-item-btn-box {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.input-item-field-box {
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ bottom: 0;
|
|
|
+ transform: translate3d(-50%, 0, 0px);
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.input-item-field-box-item {
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ border-radius: 50%
|
|
|
+}
|
|
|
+
|
|
|
+.box-center,
|
|
|
+.language-base {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ background-color: #0f5de5;
|
|
|
+}
|
|
|
+
|
|
|
+.box-center {
|
|
|
+ flex: 1;
|
|
|
+ width: 100%;
|
|
|
+ max-width: 1200px;
|
|
|
+ margin: 16px auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.box-center-table {
|
|
|
+ flex: 1;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.language-base {
|
|
|
+ color: rgb(255, 255, 255);
|
|
|
+ margin: 0px 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.box-center-language {
|
|
|
+ margin-left: 64px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.box-center-language a {
|
|
|
+ margin: 6px
|
|
|
+}
|
|
|
+
|
|
|
+.demo-pagination-block {
|
|
|
+ margin: 6px 0px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.box-center-wrap {
|
|
|
+ flex: 1;
|
|
|
+ width: 100%;
|
|
|
+ max-width: 1200px;
|
|
|
+ margin: 16px auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+.box-footer {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+/* 组件内部样式 */
|
|
|
+::v-deep .el-collapse {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .hideContent {
|
|
|
+ border: none;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-select__selection {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-table th .cell {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-table__inner-wrapper {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-table__body-wrapper {
|
|
|
+ flex: 1 1 1px;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .box-center thead .el-table__cell {
|
|
|
+ background-color: #f2f2f2;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
|
|
|
+ background-color: #f6f8fa;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-select__placeholder {
|
|
|
+ color: #f6c5ad;
|
|
|
+ text-overflow: clip;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-pagination {
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-collapse {
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-collapse-item__wrap {
|
|
|
+ border-bottom: none;
|
|
|
+ background-color: rgb(0, 0, 0, 0);
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-select__wrapper {
|
|
|
+ box-shadow: none;
|
|
|
+ background-color: #7a3e2a;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-input-group__prepend {
|
|
|
+ background-color: rgb(0, 0, 0, 0);
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-collapse-item__header {
|
|
|
+ background-color: #7a3e2a;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-button {
|
|
|
+ color: #f6c5ad;
|
|
|
+ background-color: #7a3e2a;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-input-group--append .el-input-group__append .el-select .el-select__wrapper,
|
|
|
+::v-deep .el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper {
|
|
|
+ background-color: #7a3e2a;
|
|
|
+ border-radius: 0;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep svg {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep svg path {
|
|
|
+ fill: #f6c5ad;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-input__inner::placeholder,
|
|
|
+::v-deep .el-input__inner {
|
|
|
+ color: #efdfcf;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-input__wrapper {
|
|
|
+ background-color: #ab7356;
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-input__wrapper.is-focus {
|
|
|
+ box-shadow: 0 0 0 1px #7a3e2a;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .box-center thead .el-table__cell {
|
|
|
+ background-color: #7a3e2a;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-pagination .btn-prev,
|
|
|
+::v-deep .el-pagination .btn-next,
|
|
|
+::v-deep .el-pagination__editor .el-input__wrapper {
|
|
|
+ background-color: #7a3e2a;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-table thead,
|
|
|
+::v-deep .el-pagination__goto,
|
|
|
+::v-deep .el-pagination__classifier,
|
|
|
+::v-deep .el-pagination .el-input__inner {
|
|
|
+ color: #f6c5ad !important;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-pagination__sizes,
|
|
|
+::v-deep .el-pagination__total {
|
|
|
+ color: #f6c5ad !important;
|
|
|
+}
|
|
|
+
|
|
|
+/* 移动端 */
|
|
|
+@media screen and (max-width: 760px) {
|
|
|
+ ::v-deep .el-table__body-wrapper {
|
|
|
+ min-height: 500px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* PC端 */
|
|
|
+@media screen and (min-width: 760px) {}
|