123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492 |
- * {
- margin: 0;
- padding: 0;
- }
- ul,
- li {
- list-style: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- body {
- font-size: 14px;
- overflow-y: hidden;
- font-family: '微软雅黑', '宋体';
- background: #dde2ea;
- height: 100%;
- color: #1E1E1E;
- line-height: 21px;
- }
- h1 {
- margin: 0 0px 5px 0px !important;
- font-size: 18px !important;
- /*line-height: 37px;*/
- padding: 0 0 0 40px;
- }
- .titleH2 {
- font-size: 16px;
- position: relative;
- background: #fff;
- padding-right: 6px;
- /*line-height: 30px;*/
- }
- .content {
- position: relative;
- height: 550px;
- }
- .infoBox {
- border-left: 1px solid #969C9F;
- padding: 0 0 0 33px;
- margin: 0 0 4px 0;
- }
- .infoWrapper {
- padding: 0 0 0 40px;
- }
- .circleBox {
- position: absolute;
- z-index: 10;
- background: #fff;
- left: -38px;
- height: 32px;
- top: -1px;
- }
- .circle {
- display: inline-block;
- *display:inline;
- *zoom:1;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background: #3B9ED0;
- position: relative;
- top: 2px;
- }
- .infos {
- height: 100%;
- overflow-y: auto;
- padding: 0 60px 0 0;
- }
- .infos>div {
- margin-right: 160px;
- }
- .title {
- position: relative;
- line-height: 24px;
-
- margin: 0 0 4px;
- }
- .line {
- border-bottom: 1px dashed #ccc;
- }
- .container {
- width:100%;
- overflow: hidden;
- background: #fff;
- margin: 0 auto;
- padding: 8px 0 0px 0px;
- display: none;
- position: relative;
- left: 0;
- right: 0;
- }
- pre {
- white-space: pre-wrap;
- word-wrap: break-word;
- color: #1E1E1E;
- ol li {
- list-style: decimal;
- list-style-position:inside;
- }
- ul {
- padding-left: 20px;
- li {
- list-style-position:inside;
- list-style: inside;
- }
- }
- }
- .anchors {
- width: 200px;
- position: absolute;
- right:15px;
- top: 0;
- margin-right: 14px;
- overflow: auto;
- height: 100%;
- }
- .anchors ul {
- padding: 15px 0px 15px 20px;
- border-radius: 4px;
- border: 1px solid #F5F6F7;
- background-color: #F5F6F7;
- line-height: 19px;
- }
- .anchors li {
- position: relative;
- border-left: 2px solid #E0E2E3;
- }
- .anchors .anchor-line {
- height: 20px;
- width: 0;
- border-left: 2px solid #E0E2E3;
- }
- .anchors .anchor-line:last-child {
- display: none;
- }
- .anchors i {
- position: absolute;
- display: inline-block;
- width: 8px;
- height: 8px;
- border-radius: 5px;
- border: 1px solid #E0E2E3;
- background-color: #E0E2E3;
- left: -6px;
- top: 5px;
- }
- .anchors a {
- display: inline-block;
- position: relative;
- top: 0;
- left: 0;
- width: 132px;
- padding: 0 0px 0 20px;
- text-decoration: none;
- font-size: 14px;
- font-weight: 400;
- color: #777;
- word-wrap: break-word;
- }
- .anchors .active a {
- color: #3B9ED0 !important;
- font-weight: 700 !important;
- }
- .anchors .active i {
- width: 16px;
- height: 16px;
- top: 1px;
- left: -8px;
- border-radius: 0;
- border: none;
- background-color: #F5F6F7;
- background: url('../images/icon_current.png') center center no-repeat;
- }
- a:visited {
- color: #777;
- }
- .disCopy {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .tabBox{
- position: relative;
- background: #fff;
- height: 38px;
- border-bottom: 1px solid #E6E6E6;
- padding: 0 40px;
- }
- .showWhich {
- width: 94px;
- text-align: center;
- padding-top: 16px;
- position: absolute;
- z-index: 20;
- bottom: -6px;
- img {
- width: 8px;
- position: absolute;
- top: 29px;
- left: 76px;
- }
- .showWhichSelect {
- border-radius: 4px 4px 0px 0px;;
- background: #E2F1F8;
- height: 30px;
- line-height: 30px;
- display: inline-block;
- width: 100%;
- padding-right: 20px;
- padding-left: 10px;
- box-sizing: border-box;
- cursor: pointer;
- }
- ul {
- display: none;
- position: absolute;
- left: -9px;
- top: 48px;
- z-index: 10;
- background-color: #fff;
- width: 110px;
- box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.18);
- border-radius: 4px;
- border: 1px solid #E6E6E6;
- li {
- height: 35px;
- line-height: 35px;
- white-space: nowrap;/*强制在一行显示*/
- text-overflow:ellipsis;/*设置超出内容显示...*/
- overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
- padding:0 20px;
- cursor: pointer;
- &:hover {
- background-color: #E2F1F8;
- }
- }
- }
- }
- .tabList{
- position: absolute;
- bottom: 0;
- left: 186px;
- }
- .tab{
- display: inline-block;
- padding: 4px 18px 5px;
- margin-right: 5px;
- background: #EEEEEE;
- border-radius:6px 6px 0px 0px;
- cursor: pointer;
- font-size: 14px;
- color: #333;
- }
- .activeTab{
- background: #3B9ED0;
- color: #fff;
- }
- .ql-align-right{
- text-align: right;
- }
- .ql-align-center{
- text-align: center;
- }
-
- .ellipsis{
- white-space: nowrap;/*强制在一行显示*/
- text-overflow:ellipsis;/*设置超出内容显示...*/
- overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
- }
- .empty{
- text-align: center;
- margin-top: 32vh;
- img{
- width: 140px;
- height: 75px;
- }
- p{
- margin-top: 10px;
- font-size: 15px;
- color: #aaa;
- }
- }
- .open-win{
- position: absolute;
- right: 15px;
- bottom: 8px;
- cursor: pointer;
- color: #3B9ED0;
- font-size: 14px;
- padding-left: 30px;
- background: url("../images/link.png") 0 -2px no-repeat;
- background-size: 25px 25px;
- }
- .scaletitle{
- font-size: 20px;
- font-weight: 500;
- color: #333333;
- line-height: 28px;
- margin: 30px 0 8px 0;
- text-align: center;
- }
- .scaleBox{
- border-bottom: none;
- }
- .contentList{
- max-width: 100%;
- border-bottom: 1PX solid #F3F3F3;
- margin-bottom: 6px;
- .item-list{
- padding: 0 21px;
- .item-title,.item-titles{
- font-size: 14px;
- font-weight: 400;
- color: #333333;
- line-height: 20px;
- margin-top: 14px;
- }
- .item-content{
- margin: 10px 0;
- display: flex;
- flex-flow: wrap;
- .radio {
- display: flex;
- margin: 5px;
- margin-right: 25px;
- label{
- display: flex;
- align-items: center;
- font-weight: 400;
- color: #666666;
- line-height: 20px;
- & input{
- margin-right: 6px;
- }
- .num{
- margin-left: 10px;
- }
- }
- .recommend{
- width: 18px;
- height: 18px;
- }
- }
- }
- }
- }
- .scalebot{
- display: flex;
- align-items: center;
- justify-content: flex-end;
- margin-bottom: 44px;
- .but{
- width: 94px;
- height: 34px;
- background: #FFFFFF;
- border-radius: 8px;
- border: 1px solid #2A9BD5;
- font-size: 16px;
- font-weight: 400;
- color: #2A9BD5;
- margin-right: 9px;
- }
- .score{
- font-size: 16px;
- font-weight: 400;
- color: #333333;
- margin-right: 30px;
- display: none;
- }
- }
- .result{
- background: #EDFAFF;
- border-radius: 10px;
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- display: none;
- margin: 0 75px;
- text-align: center;
- .result_box{
- display: flex;
- justify-content: center;
- padding:25px 56px;
- .hel{
- width: 21px;
- height: 21px;
- background: #2C96E5;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- margin-right: 9px;
- font-size: 12px;
- }
- }
-
- }
- .result_title{
- max-width: 85%;
- }
- .foot{
- margin-bottom: 20px;
- margin-top: 40px;
- display: none;
- .foot_box{
- display: flex;
- justify-content: center;
- .printing{
- display: flex;
- align-items: center;
- width: 94px;
- height: 32px;
- background: #FFFFFF;
- border-radius: 4px;
- border: 1px solid #333333;
- cursor: pointer;
- & img{
- margin: 0 12px 0 14px;
- }
- }
- .printing:hover{
- background: #2C96E5;
- color: #fff;
- border:1px solid #2C96E5;
- }
- .copy{
- width: 132px;
- height: 32px;
- background: #FFFFFF;
- border-radius: 4px;
- border: 1px solid #333333;
- text-align: center;
- line-height: 32px;
- margin-left: 38px;
- cursor: pointer;
- }
- .copy:hover{
- background: #2C96E5;
- color: #fff;
- border:1px solid #2C96E5;
- }
- }
-
- }
- #inputs{
- position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;
- }
- #Print{
- overflow-x: hidden;
- }
- .scale{
- .infos-box{
- border: 1px solid #E6E6E6;
- margin: 0 71px 20px 38px;
- .infoWrapper {
- padding: 0 75px;
- }
- .scalebot{
- padding-right: 75px;
- }
- }
- }
- .chColor{
- color: red!important;
- }
|