@import './reset.css'; @fontClr:#333;//通用字体颜色 @txtColor:#666;//正文字体颜色 @mainBg:#fff; //主体背景色 @tabColor: #fff; // 左侧Tab文字颜色 @tabBgColor: #1C6EC3; // 左侧Tab背景颜色 @bgcBlue:#4F9FF3; //背景蓝色 @dangerColor:#FF7F5B; //警惕 @shadowColor:#DEDDDD; //阴影颜色 @linkColor:#1677FF; //链接颜色 @warnColor:#FF8042; //错误提示颜色 @suggerColor:#267FD7; //推送颜色 @treatColor:#1ECEBD; //治疗颜色 @pushBgColor:#E3F0FF; //推送title背景颜色 @markFontColor:#1E1E1E; //着重色 @hoverBg:#EEF3FF; //鼠标悬浮背景色 @grayColor:#D1D1D1; //边框 @colorBlue:#267FD7; //hover @staticMainColor: #2A9BD5; // 静态知识主要颜色 @colorBlue: #267fd7; //hover @bgcWaring: #fdf4ee; //病情提示 @colorWaring: #FF7836; //警惕 @bgcPlan: #e3fefe; //治疗 @bgcMay: #faebec; //疑似,警惕,可能 @bgcModal: #dfeafe; //弹窗头 @fontColor: #666; .disCopy { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ellipsis{ white-space: nowrap;/*强制在一行显示*/ text-overflow:ellipsis;/*设置超出内容显示...*/ overflow: hidden;/*一定不能少 超出的内容进行隐藏*/ } .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom: 1; } .clearfix:after{ content: ""; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom: 1; } .fl{ float: left; } .fr{ float: right; } // 文本编辑器返回dom样式 .ql-align-right { text-align: right; } .ql-align-left { text-align: left; } .ql-align-justify { text-align: justify; } .ql-align-center { text-align: center; } .warning-box { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; .bg { width: 100%; height: 100%; background: #000; opacity: .3; filter:Alpha(opacity=30); z-index: 999; } .inner-box { width: 400px; background: #fff; position: absolute; top: 50%; left: 50%; margin: -90px 0 0 -200px; color: #333; border-radius: 4px; } .title { border-bottom: 1px #EBEBEB solid; height: 40px; line-height: 40px; span { margin-left: 20px; } i { margin-left: 322px; font-size: 16px; cursor: pointer; } } .content { padding: 30px 20px; img { width: 20px; height: 20px; vertical-align: middle; margin-right: 10px; } } button { width: 60px; height: 34px; background: @staticMainColor; color: #fff; text-align: center; border-radius: 3px; margin: 0 0 20px 322px; } } /*********免责声明,版本信息*********/ .disclaimer{ h1{ background: @bgcBlue; height: 100px; margin-bottom: 30px; span{ font-size: 20px; color: #fff; display: inline-block; border-bottom: 2px solid #fff; padding-bottom: 4px; margin-top: 36px; } } } .version .banner{ background: @bgcBlue; height: 100px; margin-bottom: 30px; h1{ padding-top: 20px; color: #fff; text-align: left; font-size: 20px; margin-bottom: 8px; img{ margin: 0 14px 0 45px; vertical-align: middle; } span{ font-size: 20px; } } .time{ display: inline-block; margin-left: 83px; padding: 0 26px 0 4px; color: @bgcBlue; font-size: 12px; line-height: 20px; background: url("../images/arr.png") #fff 76px center no-repeat; } } /* chrome & safari 浏览器 */ /*滚动条整体部分,必须要设置*/ /*滚动条的上下两端的按钮*/ // .right_content::-webkit-scrollbar-button, // ul::-webkit-scrollbar-button { // height: 0; // background-color: #fff; // } ::-webkit-scrollbar{ /*滚动条整体样式*/ width: 8px; /*高宽分别对应横竖滚动条的尺寸*/ height: 8px; background: #fff; -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2); } ::-webkit-scrollbar-thumb{ /*滚动条里面小方块*/ width: 8px; height: 8px; border-radius: 5px; background: @bgcBlue; } ::-webkit-scrollbar-track{ /*滚动条里面轨道*/ border-radius: 5px; background: #fff; opacity: .2; }