123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- html,
- body,
- div,
- span,
- iframe,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- a,
- img,
- i,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- label,
- tr,
- th,
- td,
- input {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 14px;
- font-style: normal;
- color: #333333;
- text-decoration: none;
- }
- html,
- body {
- font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
- color: #333333;
- height: 100%;
- overflow: hidden;
- }
- ol,
- ul {
- list-style: none;
- }
- li {
- list-style: none;
- }
- a {
- color: #000;
- }
- button {
- cursor: pointer;
- outline: none;
- background-color: #fff;
- border: 0 none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .table{
- width: 100%;
- border:1px solid #E2E5EF;
- border-collapse: collapse;
- thead{
- background: #EFF0F9;
- }
- th,td{
- height: @trHeight;
- box-sizing: border-box;
- padding:0 10px;
- border:1px solid #E2E5EF;
- border-collapse: collapse;
- }
- th{
- font-size: 14px;
- font-weight: 500;
- }
- td{
- font-size: 14px;
- font-weight: 400
- }
- }
- input,
- textarea {
- border: none;
- margin: 0;
- padding: 0;
- outline: none;
- }
- .clearfix:after{
- content: "";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .clearfix {
- zoom: 1;
- }
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- @headerHt:50px; /*logo栏高度*/
- @menuLiHt:40px; /*菜单项高度*/
- @menuWt:205px; /*菜单宽度*/
- @themeColor:#203463; //主题背景色
- @themeFontClr:#fff; //主题字体色
- @greyColor:#A5ADBF; //灰色二级
- @fstColor:#E9EBEF; //重要一级,菜单
- @secColor:#A5ADBF; //重要二级,菜单
- @trdColor:#6D7A97; //版权重要三级
- @darkLightBorderColor:#344876; //深色背景的分割线,border,浅色
- @darkDeepBorderColor:#4A5D8E; //深色背景的分割线,border,深点
- @themeBorderClr:#344876; //主题边框色
- @activeColor:#00A1FF; /*菜单项选中颜色*/
- @activeBg:#142753; /*菜单项选中背景*/
- @borderColor:#E2E5EF; /**边框颜色**/
- @frameBdColor:#F0F0F0;/***框架边框颜色**/
- @warnColor:#FF4D4F; /**重点红色**/
- @thBgColor:#EFF0F9; /**标题背景色**/
- @tableBorderColor:#E2E5EF; /**表格边框**/
- @trHeight:30px; /**表格行高**/
- .h2{
- width: 100%;
- /*box-sizing: border-box;*/
- z-index: 20;
- color: #51649C;
- height: 44px;
- line-height: 44px;
- /*padding: 0 0 0 15px;*/
- border-bottom: 10px solid #F5F6FA;
- font-size: 16px;
- text-indent: 20px;
- font-weight: normal;
- letter-spacing: 1px;
- }
- /****弹窗样式*****/
- .modal{
- position: fixed;
- top:0;
- left: 0;
- display: none;
- width: 100%;
- height: 100%;
- .cover{
- width: 100%;
- height: 100%;
- background: #000;
- opacity: .5;
- }
- .modal-box{
- position: absolute;
- top:50%;
- left: 50%;
- /*width: 400px;
- height: 255px;*/
- padding-bottom: 30px;
- margin-top:-180px;
- margin-left: -200px;
- background: #fff;
- border-radius:4px;
- }
- .modal-header{
- height: 40px;
- line-height: 40px;
- padding: 0 15px;
- border-bottom: 1px #E2E5EF solid;
- a{
- float: right;
- font-size: 18px;
- color: #8C8C8C;
- }
- }
- .modal-body{
- padding: 30px 65px 40px;
- }
- .modal-footer{
- /*position: absolute;
- bottom: 20px;
- width: 100%;*/
- height: 50px;
- line-height: 50px;
- text-align: center;
- a{
- width:80px;
- height:36px;
- color: #fff;
- background:@activeColor;
- border-radius:4px;
- padding:7px 26px;
- &.cancel{
- background: #fff;
- border:1px @activeColor solid;
- color:@activeColor;
- margin-left: 20px;
- }
- }
- }
- }
- .red{
- color: @warnColor;
- }
- .blue{
- color:@activeColor;
- }
- .alertModal {
- .modalBg {
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background: rgba(0, 0, 0, .3);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
- }
- .modalMain {
- width: 300px;
- // height: 200px;
- background-color: #fff;
- position: fixed;
- left: 50%;
- top: 30%;
- margin-left: -200px;
- padding-bottom: 34px;
- border-radius: 4px;
- overflow: hidden;
- }
- .title {
- border-bottom: 1px solid #eee;
- line-height: 40px;
- height: 40px;
- position: relative;
- padding-left: 15px;
- font-size: 14px;
- img {
- position: absolute;
- right: 0px;
- top: 0px;
- cursor: pointer;
- }
- }
- .content {
- padding: 25px 15px 0 15px;
- font-size: 14px;
- text-align: center;
- }
- .btns {
- height: 36px;
- text-align: center;
- span {
- border-radius: 5px;
- display: inline-block;
- // float: right;
- cursor: pointer;
- border: 1px solid #dedede;
- width: 80px;
- height: 36px;
- line-height: 36px;
- margin: 5px 5px 0;
- color: #333;
- border-radius: 3px;
- font-weight: 400;
- text-decoration: none;
- }
- .sure {
- background-color: @activeColor;
- border-color: #1E9FFF;
- color: #fff;
- }
- .quite {
- margin-left: 30px;
- margin-right: 30px;
- }
- }
- }
- .divModal {
- position: fixed;
- z-index: 9999;
- }
- .modaltip {
- position: fixed;
- top: 40%;
- left: 50%;
- padding: 10px;
- border-radius: 3px;
- color: #fff;
- background: rgba(0, 0, 0, .6);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
- }
- .loading {
- position: fixed;
- width: 100%;
- height: 100%;
- padding: 10px;
- border-radius: 3px;
- color: #fff;
- background: rgba(0, 0, 0, 0);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
- img {
- position: fixed;
- top: 50%;
- left: 50%;
- width: 40px;
- height: 40px;
- margin-left: -20px;
- margin-top: -20px;
- }
- }
- input::-webkit-input-placeholder{
- color:#ccc;
- }
- input::-moz-placeholder{ /* Mozilla Firefox 19+ */
- color:#ccc;
- }
- input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
- color:#ccc;
- }
- input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
- color:#ccc;
- }
- .grayLine {
- height: 10px;
- background-color: #f5f5f5;
- }
- .partTitleT {
- height: 44px;
- }
- .partTitle {
- position: absolute;
- top: 0;
- right: 0;
- width: 100%;
- box-sizing: border-box;
- background-color: #fff;
- z-index: 20;
- height: 44px;
- line-height: 44px;
- padding-left: 15px;
- font-size: 14px;
- font-weight: normal;
- letter-spacing: 1px;
- min-width: 100px;
- p {
- display: inline-block;
- font-size: 16px;
- color: @themeColor;
- a {
- font-size: 16px;
- color: @themeColor;
- opacity: 70%;
- }
- span {
- color: @themeColor;
- font-size: 16px;
- }
- i {
- color: @themeColor;
- }
- }
- .dateDetail {
- font-size: 12px;
- color: #777777;
- margin-right: 30px;
- font-weight: normal;
- }
- .monthYear {
- float: right;
- margin-right: 20px;
- border: 1px solid @activeColor;
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- overflow: hidden;
- cursor: pointer;
- margin-top: 7px;
- span {
- width: 48px;
- height: 28px;
- line-height: 28px;
- display: inline-block;
- text-align: center;
- font-weight: normal;
- }
- .year {
- background-color: @activeColor;
- color: #fff;
- }
- .mon {
- color: @activeColor;
- }
- }
- }
- .partTitlePub span {
- color: @fstColor !important;
- }
- .filterBox {
- /*.filter {
- display: inline-block;
- width:60px;
- height:36px;
- background:@activeColor;
- border-radius:4px;
- color: #fff;
- text-align: center;
- line-height: 36px;
- position: relative;
- top: -1px;
- cursor: pointer;
- }*/
- .filterclear{
- display: inline-block;
- width:60px;
- height:30px;
- background:#fff;
- border-radius:4px;
- color: #777;
- border: 1px solid #777;
- text-align: center;
- line-height: 30px;
- position: relative;
- top: 2px;
- cursor: pointer;
- margin-left: 5px;
- }
- }
- .filterclearT {
- height: 32px !important;
- line-height: 32px !important;
- float: left;
- position: relative;
- top: 2px !important;
- }
- .goHomeDetail {
- color: #00A1F0;
- cursor: pointer;
- }
- .filterclear.abnormalClear {
- display: inline-block;
- width: 60px;
- height: 32px;
- line-height: 32px;
- background: #fff;
- border-radius: 4px;
- color: #777;
- border: 1px solid #777;
- box-sizing: border-box;
- text-align: center;
- position: relative;
- top: 0px !important;
- cursor: pointer;
- margin-left: 10px;
- float: left;
- }
- .filterItem,.patientNumInp,.filter,.moduleItemInp,.selectDept, .filterItem span {
- height: 32px !important;
- line-height: 32px !important;
- float: left;
- }
- .filterItem ,.filter {
- top: 0px !important;
- float: left !important;
- }
- .arrow{
- top: 13px !important;
- }
- .filterDropList {
- top: 31px !important;
- }
- .toggleSlide p {
- border: 1px solid #506597 !important;
- }
|