variables.less 5.2 KB

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