123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- @charset "utf-8";
- #result {
- height: 100%;
- .layout {
- background: #fff;
- height: 100%;
- display: flex;
- flex-direction: column;
- position: relative;
- .layout-header {
- height: 60px;
- line-height: 60px;
- padding: 0 50px;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- box-shadow: 0px 4px 14px 0px rgba(189, 199, 215, 0.16);
- text-align: center;
- .left {
- position: absolute;
- .no {
- font-size: 20px;
- display: inline-block;
- color: #303036;
- font-size: 20px;
- margin-right: 25px;
- }
- .title {
- color: #A7A7B7;
- display: inline-block;
- font-size: 20px;
- }
- }
- .center {
- display: inline-block;
- transform: translateX(100%);
- .icon {
- margin-left: 20px;
- }
- }
- .right {
- float: right;
- text-align: right;
- .b {
- margin-left: 30px;
- .s {
- color: #4299FF;
- }
- }
- .icon {
- margin-left: 10px;
- }
- }
- }
- }
- .layout-footer {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 60px;
- line-height: 60px;
- box-shadow: 0px -4px 14px 0px rgba(189, 199, 215, 0.16);
- .left {
- width: 30%;
- display: inline-block;
- padding-left: 50px;
- }
- .right {
- width: 30%;
- display: inline-block;
- text-align: right;
- padding-right: 50px;
- .icon {
- margin-left: 10px;
- }
- }
- .center {
- width: 40%;
- display: inline-block;
- text-align: center;
- .item {
- margin: 0 10px;
- }
- }
- }
- .layout-body {
- background: #fff;
- flex: 1;
- overflow: hidden;
- overflow-y: auto;
- margin: 60px 0;
- position: relative;
- .layout-content {
- display: flex;
- height: 100%;
- .one {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .two {
- flex: 1;
- display: flex;
- }
- .block {
- flex: 1;
- }
- .block-content,
- .block-answer {
- padding: 30px 60px;
- color: #303036;
- }
- .block-analysis {
- background: #EFF3F7;
- padding: 20px 20px 0 20px;
- display: flex;
- flex-direction: column;
- .detail {
- flex: 1;
- display: flex;
- flex-direction: column;
- .detail-block {
- flex: 1;
- background: #fff;
- padding: 30px 50px;
- overflow: hidden;
- overflow-y: auto;
- font-size: 16px;
- color: #686872;
- }
- .answer-block {
- margin-bottom: 5px;
- }
- }
- .other {
- flex: 1;
- background: #fff;
- padding: 30px 50px;
- overflow: hidden;
- overflow-y: auto;
- font-size: 16px;
- color: #686872;
- .other-answer {
- margin-bottom: 30px;
- }
- }
- }
- .two-analysis {
- position: absolute;
- height: 100%;
- width: 50%;
- transition: all 0.3s;
- transform: translateX(200%);
- }
- .two-analysis.hide {
- transform: translateX(100%);
- }
- .fixed-analysis {
- position: absolute;
- width: 35px;
- padding: 5px;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- border: 1px solid #E7E7E7;
- background: #fff;
- z-index: 9;
- color: #787883;
- cursor: pointer;
- text-align: center;
- }
- }
- }
- .modal {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- .mask {
- background: #000;
- opacity: .2;
- width: 100%;
- height: 100%;
- }
- .body {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- background: #fff;
- width: 630px;
- color: #686872;
- padding: 20px 30px;
- .title {
- color: #303036;
- font-size: 20px;
- font-weight: 600;
- }
- .desc {
- color: #686872;
- font-size: 16px;
- padding: 20px 0;
- .select {
- margin-bottom: 15px;
- }
- .label {
- margin-bottom: 5px;
- }
- }
- .textarea {
- width: 570px;
- height: 80px;
- background: rgba(247, 247, 247, 1);
- margin-bottom: 15px;
- border: none;
- padding: 5px 10px;
- }
- .textarea::placeholder {
- color: #A7A7B7;
- }
- .bottom {
- border-top: 1px solid #E1E1E1;
- padding-top: 10px;
- text-align: right;
- }
- }
- }
- .modal.ask-ok,
- .modal.error-ok {
- .body {
- .content {
- width: 100%;
- padding-top: 20px;
- padding-bottom: 40px;
- color: #686872;
- overflow: hidden;
- .left {
- float: left;
- width: 360px;
- font-size: 18px;
- a {
- padding-top: 30px;
- display: inline-block;
- font-size: 14px;
- }
- }
- .right {
- float: right;
- text-align: right;
- font-size: 12px;
- }
- }
- .confirm {
- text-align: center;
- padding-bottom: 10px;
- .answer-button.lager {
- font-size: 16px;
- }
- }
- }
- }
- .modal.note {
- .body {
- width: 720px;
- .content {
- padding-top: 20px;
- .tabs {
- display: inline-block;
- width: 170px;
- vertical-align: top;
- margin-left: -30px;
- margin-right: 30px;
- .tab {
- padding: 5px 0px 5px 40px;
- line-height: 20px;
- color: #686872;
- margin-bottom: 30px;
- cursor: pointer;
- transition: all 0.3s;
- border-top-right-radius: 25px;
- border-bottom-right-radius: 25px;
- .date {
- font-size: 12px;
- }
- }
- .tab.active,
- .tab:hover {
- color: #fff;
- background: #4299FF;
- }
- }
- .input {
- display: inline-block;
- .textarea {
- width: 490px;
- height: 350px;
- margin-bottom: 20px;
- }
- }
- }
- }
- }
- }
|