123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- @import "./variables.less";
- :global(.clearfix) {
- zoom: 1;
- }
- :global(.clearfix:after) {
- content: "";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- :global(.hide) {
- display: none !important;
- }
- :global(.show) {
- display: block !important;
- }
- :global(.show-inline) {
- display: inline-block !important;
- }
- :global(.fix-center) {
- position: fixed;
- z-index: 20;
- margin: auto;
- margin-bottom: 50px;
- right: 0;
- left: 0;
- top: 50px;
- height: 85%;
- }
- button + button {
- margin-left: 10px;
- margin-bottom: 0;
- }
- :global(.fl) {
- float: left;
- }
- :global(.fr) {
- float: right;
- }
- :global(.icon) {
- margin: 0 8px 0 3px;
- display: inline-block;
- height: 23px;
- width: 16px;
- }
- html,body {
- font-size: @font-size-base;
- // color: @B800;
- background: @body-bg;
- }
- :global(#root) {
- overflow: auto;
- }
- :global(.cb-box) {//下拉框
-
- }
- :global(.inline-box) {
-
- }
- :global(.mainsuit-box) {
-
- }
- :global(.ql-align-center) {
- text-align: center;
- }
- :global(.ql-align-right) {
- text-align: right;
- }
- //标准颜色(主诉、现病史、其他史、查体)
- //字体修改
- :global(.inheritStyle){//继承样式
- color: inherit;
- font-size: inherit;
- }
- :global(.largeFontSize){//超大字号
- font-size: 18px !important;
- }
- :global(.middleFontSize){//大字号
- font-size: 16px !important;
- }
- :global(.simpleFontSize){//默认字号
- font-size: 14px !important;
- }
- :global(.simpleLightColor){//标签未选中颜色
- color: #bfbfbf !important;
- }
- :global(.simpleColor){
- color: #333 !important;
- }
- :global(.selectColor){//选中颜色
- color: #000 !important;
- }
- :global(.prefixUnset){//选中颜色
- color: unset !important;
- font-size: unset !important;
- }
- :global(.prefixUnsetColor){//继承颜色
- color: unset !important;
- }
- :global(.widthChangeed){
- width: 318px !important;
- }
- :global(.pdright){
- padding-right: 308px !important;
- }
- :global(.middleImg){
- img {
- margin-bottom: 7px !important;
- }
- }
- :global(.titleWidth){
- width: 78px !important;
- margin-top: 8px !important;
- #mainSuit {
- margin-left: 78px;
- }
- }
- :global(.specialSize){
- margin-left: 74px !important;
- }
- :global(.specialpaceSize){
- margin-left: 74px !important;
- }
- :global(.fontWeight){
- font-weight: bold !important;
- }
|