variables.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. @orange: #f6b37f;
  2. @green: #4caf50;
  3. @cyan: #00bcd4;
  4. @blue: #3B9ED0;
  5. @red:#ff0000;
  6. @tab-color:#3B9ED0;
  7. @ipt-color:#E9F5FA;
  8. @ipt-bg-color:#F0F0F0;
  9. @ipt-wrap-color:#e2e2e2;
  10. /***按钮hover***/
  11. @button-hover: #aaa;
  12. @base-color: #dbdfe8;
  13. @body-bg: @base-color;
  14. @btn-text-color: #fff;
  15. @text-color: #333;
  16. @placeholder-color: #bfbfbf;
  17. @link-hover-decoration: underline;
  18. /* 个人信息,表格边框颜色 */
  19. @person-table-color:#BBBFC1;
  20. /* 各模块边框颜色 */
  21. @part-border-color:#aaa7a7;
  22. @font-size-base: 12px;
  23. @font-size-large: 14px;
  24. @font-size-small: 10px;
  25. @font-size-h1: 24px;
  26. @font-size-h2: 20px;
  27. @font-size-h3: 16px;
  28. @font-size-h4: 14px;
  29. @font-size-h5: @font-size-base;
  30. @font-size-h6: @font-size-base;
  31. @box-shadow: 2px 0px 7px rgba(152, 151, 152, .4);
  32. @border-color:#666;
  33. @border-radius: 2px;
  34. @border-radius-default: 2px;
  35. @dropdwon-normal-width:200px;
  36. @dropdwon-small-width:400px;
  37. @dropdwon-long-width:600px;
  38. @dropdwon-height:200px;
  39. @selected-bg:#fff;
  40. @import-color:#ffad5f;
  41. @closeIcon:url(../images/del_nor.png) no-repeat;
  42. @closeHor:url(../images/del_hor.png) no-repeat;
  43. /*********推送内容容器宽度*************/
  44. @push-width: 450px;
  45. /****电子病历容器宽度*****/
  46. @EMR-width: calc(~"100% - "@push-width);
  47. /*******下拉框公用样式**********/
  48. .btnCom{
  49. border: none;
  50. outline: none;
  51. cursor: pointer;
  52. border-radius: 4px;
  53. text-align: center;
  54. }
  55. .pop{
  56. position: absolute;
  57. // top:40px;
  58. // top:30px;
  59. background: #fff;
  60. box-shadow: 0 10px 20px 0 #989DA3;
  61. // filter:progid:DXImageTransform.Microsoft.Shadow(color='#989DA3',Direction=125,Strength=6);
  62. border: 1px solid #dedede;
  63. z-index: 203;
  64. padding: 20px;
  65. white-space: nowrap;
  66. }
  67. .mult-li{
  68. // width: 200px;
  69. height: 32px;
  70. line-height: 32px;
  71. padding-right: 8px;
  72. }
  73. .select-li{
  74. height: 32px;
  75. line-height: 32px;
  76. width: 100%;
  77. font-size: 14px;
  78. text-align: left;
  79. border: none;
  80. color:#000000;
  81. /*padding-left: 40px;*/
  82. cursor: pointer;
  83. background: rgba(59,158,208,0.1);
  84. background-image: url(../images/first.png);
  85. background-repeat: no-repeat;
  86. background-position: 0px 10px;
  87. }
  88. .clear{
  89. width: 60px;
  90. height: 44px;
  91. line-height: 44px;
  92. font-size: 12px;
  93. color:@red;
  94. // border: none;
  95. background: #fff;
  96. float: left;
  97. // outline: none;
  98. // text-align: center;
  99. // cursor: pointer;
  100. margin-left: 22px;
  101. position: relative;
  102. bottom: -10px;
  103. }
  104. .confirm{
  105. width: 120px;
  106. height: 44px;
  107. line-height: 44px;
  108. color:@blue;
  109. font-size: 12px;
  110. // border: 1px solid @blue;
  111. background: #fff;
  112. margin-left: 20px;
  113. float: right;
  114. // outline: none;
  115. text-align: right;
  116. // cursor: pointer;
  117. font-weight: bold;
  118. position: relative;
  119. bottom: -10px;
  120. padding-right: 10px;
  121. }
  122. :global(.red){
  123. color: @red;
  124. }
  125. .tag{
  126. display: inline-block;
  127. position: relative;
  128. /* margin-right: 5px;*/
  129. padding: 0 3px 3px 0;
  130. color: @placeholder-color;
  131. cursor: pointer;
  132. &:before{
  133. content: '[';
  134. /*text-indent: -5px;*/
  135. display: inline-block;
  136. }
  137. &:after{
  138. content: ']';
  139. /*width: 8px;*/
  140. display: inline-block;
  141. }
  142. }
  143. .selected-tag{
  144. position: relative;//发热
  145. display: inline-block;
  146. color: @text-color;
  147. /*padding: 0 3px 0;*/
  148. border-bottom: 1px @border-color solid;
  149. }
  150. .no-tag{
  151. display: inline-block;
  152. position: relative;
  153. /*margin-right: 5px;
  154. padding: 0 3px 0;*/
  155. color: unset!important;
  156. border:none!important;
  157. &:before,&:after{
  158. content: ''!important;
  159. }
  160. /*color: @placeholder-color;*/
  161. }
  162. .hide{
  163. display: none!important;
  164. }
  165. .llStyle{
  166. box-shadow: 0 10px 20px 0 #989DA3;
  167. // filter:progid:DXImageTransform.Microsoft.Shadow(color='#989DA3',Direction=125,Strength=6);
  168. border: 1px solid #dedede;
  169. }
  170. .borderd{
  171. border:1px #000 solid;
  172. }
  173. .blue-border{
  174. border:2px @blue solid;
  175. border-radius: 2px;
  176. /*box-shadow: 0px 0px 2px @blue;*/
  177. }
  178. .orange-border{
  179. border:1px solid @import-color;
  180. //color: @import-color!important;
  181. }
  182. :global(.drag-title) {
  183. cursor: move;
  184. moz-user-select: -moz-none;
  185. -moz-user-select: none;
  186. -o-user-select: none;
  187. -khtml-user-select: none;
  188. -webkit-user-select: none;
  189. -ms-user-select: none;
  190. user-select: none;
  191. }
  192. // 加入病历
  193. .add-record{
  194. float: right;
  195. text-align: left;
  196. padding-left: 5px;
  197. cursor: default;
  198. display: inline-block;
  199. width: 99px;
  200. height: 26px;
  201. line-height: 26px;
  202. border: 1px solid #EAEDF1;
  203. border-radius: 4px;
  204. font-size: 12px;
  205. img{
  206. vertical-align: middle;
  207. width: 12px;
  208. margin:-3px 3px 0 0;
  209. }
  210. }
  211. .disable-add{
  212. float: right;
  213. text-align: left;
  214. padding-left: 5px;
  215. cursor: default;
  216. display: inline-block;
  217. width: 99px;
  218. height: 26px;
  219. line-height: 26px;
  220. border: 1px solid #EAEDF1;
  221. border-radius: 4px;
  222. font-size: 12px;
  223. color: @placeholder-color;
  224. img{
  225. vertical-align: middle;
  226. width: 12px;
  227. margin:-3px 3px 0 0;
  228. opacity: .5;
  229. }
  230. }