123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357 |
- @import './common.less';
- body{
- overflow: hidden;
- position: relative;
- background: #fff;
- }
- .bodyWrap{
- position: fixed;
- width: 100%;
- height: 100%;
- }
- .iframeWrap {
- margin: 10px auto 50px;
- // padding: 0 20px 20px 20px;
- min-width: 340px;
- overflow-y: hidden;
- }
- .contentWrapper{
- position: relative;
- overflow-y: auto;
- }
- .responsibility {
- text-align: center;
- font-size: 12px;
- color: #979797;
- padding-top: 15px;
- position: absolute;
- left: 0;
- width: 100%;
- bottom: 14px;
- background-color: #fff;
- }
- .disclaimer {
- height: 36px;
- width: 100%;
- line-height: 36px;
- position: fixed;
- bottom: 0;
- background-color: #EFF1F6;
- left: 0;
- z-index: 98;
- .version-tip{
- margin-left: 20px;
- display: inline-block;
- font-size: 12px;
- line-height: 12px;
- padding-right: 34px;
- cursor: pointer;
- &.new-icon{
- background: url(../images/new.png) 100% 0px no-repeat;
- background-size: 27px;
- }
- }
- .version-txt:hover{
- border-bottom: 1px solid #000;
- }
- .logo {
- // float: left;
- font-size: 12px;
- margin-left: 15px;
- }
- .disclaimerInfo {
- float: right;
- font-size: 12px;
- margin-right: 20px;
- }
- }
- .disclaimerInfo {
- cursor: pointer;
- }
- .disclaimerInfoTxt:hover{
- border-bottom: 1px solid #000;
- }
- .moreInfo {
- display: inline-block;
- width:42px;
- height:20px;
- border-radius:4px;
- border:1px solid #267FD7;
- line-height:20px;
- color: #267FD7;
- text-align: center;
- margin-left: 20px;
- cursor: pointer;
- }
- .staticWin {
- color: #040428;
- text-decoration: underline;
- cursor: pointer;
- }
- .line {
- width: 100%;
- height: 1px;
- background: #D1D1D1;
- }
- .empty{
- position: relative;
- top: 100px;
- }
- .emptyImg{
- width: 130px;
- position: relative;
- left: 50%;
- margin-left: -65px;
- }
- .emptyTxt{
- text-align: center;
- color: #AAA;
- font-size: 12px;
- margin-top: 15px;
- }
- // .titleIcon{
- // width: 16px;
- // margin: 0px 12px 0 12px;
- // position: relative;
- // top: 2px;
- // }
- // .warningbox{
- // .titleIcon{
- // width: 16px;
- // margin: 0px 12px 0 -5px;
- // position: relative;
- // top: 2px;
- // }
- // }
- .loading{
- position: fixed;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- z-index: 100;
- display: none;
- }
- .loadingMask{
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: #fff;
- opacity: 0.5;
- filter:alpha(opacity=50);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50);";
- }
- .loadingImg{
- width: 40px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -20px 0 0 -20px;
- }
- .emergency {
- position: fixed;
- right: 20px;
- top: 0;
- .disPub {
- width: 40px;
- height: 40px;
- line-height: 40px;
- position: absolute;
- left: 0;
- text-align: center;
- border-radius: 50%;
- color: #fff;
- background-color: #f93333;
- }
- .singleDis {
- left: -25px;
- display: none;
- }
- .allDis {
- display: none;
- z-index: 10;
- moz-user-select: -moz-none;
- -moz-user-select: none;
- -o-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- position: fixed;
- top: 0;
- right: 5px;
- width: auto;
- height: 40px;
- line-height: 40px;
- border-radius: 22px;
- border: 2px solid #f93333;
- background-color: #fff;
- padding-left: 50px;
- padding-right: 30px;
- cursor: pointer;
- .right {
- position: absolute;
- right: 5px;
- top: 9px;
- }
- }
- }
- // CDSS6.0
- .tab{
- color: @tabColor;
- margin-right: 20px;
- display: inline-block;
- }
- .moduleItem{
- border: 1px solid #EAEDF1;
- margin: 0 0 10px 0;
- }
- .longBox,.shortBox{
- padding: 5px 15px;
- }
- .longBox{
- display: none;
- }
- .pushItemBox{
- position: relative;
- display: inline-block;
- margin-right: 15px;
- padding-top: 5px;
- }
- .pushItemName{
- position: relative;
- display: inline-block;
-
- }
- .infoImg{
- width: 16px;
- position: absolute;
- top: -7px;
- left: 50%;
- margin: 0 0 0 -9px;
- cursor: pointer;
- display: none;
- }
- .pushItemBox:hover{
- .infoImg{
- display: block;
- }
- }
- .showMore,.showLess{
- display: inline-block;
- cursor: pointer;
- float: right;
- line-height: 31px;
- color: #3B9ED0;
- }
- .moduleTitle{
- height: 35px;
- line-height: 35px;
- font-size: 14px;
- font-weight: 600;
- .titleIcon{
- width: 24px;
- position: relative;
- top: 6px;
- margin: 0 8px;
- }
- }
- .iconArrowImg{
- width: 14px;
- }
- .moduleBox{
- padding: 5px 0;
- }
- .moduleBoxTitle{
- padding: 0 15px;
- line-height: 31px;
- font-weight: 500;
- }
- .iconMark{
- width: 4px;
- position: absolute;
- left: 20px;
- top: 8px;
- }
- .billingPushItem{
- padding: 0 15px 0 30px;
- position: relative;
- line-height: 31px;
- }
- .moduleItem{
- border-radius: 4px;
- .moduleBox{
- border-bottom: 1px solid #EAEDF1;
- }
- .moduleBox:last-child{
- border-bottom: 0;
- }
- }
- .tabList{
- line-height: 39px;
- margin-bottom: 10px;
- padding: 0 20px 0 20px;
- box-sizing: border-box;
- }
- .tab{
- font-size:18px;
- color: #777777;
- position: relative;
- cursor: pointer;
- }
- .activeTab{
- color:#3B9ED0;
- font-weight: 600;
- .activeLine{
- display: inline-block;
- width: 34%;
- height: 3px;
- left: 32%;
- background: #3B9ED0;
- position: absolute;
- bottom: 0;
- }
- }
- .moduleWrapper{
- display: none;
- }
- .recommendWrap{
- position: absolute;
- box-sizing: border-box;
- width: 100%;
- padding: 0 20px 50px 20px;
- }
- .staticSearchB ul{
- position: absolute;
- height: 480px;
- // width: 100%;
- /* right: 30px; */
- left: 0;
- overflow: auto;
- }
- .warning{
- background: #FF8042;
- color: #fff;
- padding: 10px 40px;
- }
- .warningTitImg{
- width: 24px;
- position: absolute;
- left: -28px;
- top: -3px;
- }
- .warningTitle{
- position: relative;
- margin-right: 15px;
- }
- .medicalKonwledgeWrap{
- padding: 0 30px;
- }
|