| | |
| | | |
| | | .evaluate-box-middle{ |
| | | height: 46%; |
| | | width: 443px !important; |
| | | } |
| | | |
| | | .evaluate-box-bottom{ |
| | |
| | | border-right: 1px solid #999; |
| | | } |
| | | |
| | | /**分析窗口**/ |
| | | .evaluate-analysis{ |
| | | width: 465px; |
| | | height: 808px; |
| | | position: fixed; |
| | | top: 10%; |
| | | right: 0%; |
| | | background: white; |
| | | margin: 15px; |
| | | border-radius: 4px; |
| | | border: 1px solid white; |
| | | z-index: 100; |
| | | } |
| | | |
| | | .evaluate-title{ |
| | | height: 35px; |
| | | line-height: 35px; |
| | | font-weight: bold; |
| | | font-size: 16px; |
| | | box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 40%); |
| | | background-color: #32425d; |
| | | color: white; |
| | | } |
| | | |
| | | .evaluate-back-icon{ |
| | | background-image: url("../images/fold_up.png"); |
| | | width: 35px; |
| | | height: 100%; |
| | | position: relative; |
| | | left: 88%; |
| | | } |
| | | |
| | | .evaluate-lable{ |
| | | width: 70px; |
| | | position: absolute; |
| | | left: 2%; |
| | | } |
| | | |
| | | .evaluate-box-top{ |
| | | height: 30%; |
| | | width: 450px; |
| | | } |
| | | |
| | | .evaluate-box-middle{ |
| | | height: 66%; |
| | | } |
| | | |
| | | .evaluate-middle-first .column-1{ |
| | | display: flex; |
| | | } |
| | | |
| | | .evaluate-middle-first .column-2{ |
| | | display: flex; |
| | | } |
| | | |
| | | /**放大按钮**/ |
| | | .restore-icon{ |
| | | width: 32px; |