global.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. .clearfix:after {
  2. content:".";
  3. display:block;
  4. height:0;
  5. clear:both;
  6. visibility:hidden
  7. }
  8. .clearfix {
  9. display:inline-block;
  10. overflow:hidden
  11. }
  12. .clearfix {
  13. display:block
  14. }
  15. .clearfix {
  16. *zoom: 1;
  17. }
  18. .clearfix:before,
  19. .clearfix:after {
  20. display: table;
  21. content: "";
  22. line-height: 0;
  23. }
  24. .clearfix:after {
  25. clear: both;
  26. }
  27. .clearB {clear:both}
  28. .fL {float:left}
  29. .fR {float:right}
  30. /*-----star------*/
  31. .contentSearch .searchbar{
  32. height:auto;
  33. }
  34. .contentSearch .searchbar .search-input input{
  35. height:2.5rem;
  36. }
  37. .contentSearch .button.button-fill{
  38. height:2.5rem;
  39. line-height: 2.5rem;
  40. }
  41. .clientRecord .card-header,.card-footer{
  42. display:block;
  43. }
  44. .btn-bg{
  45. margin:0 0 1rem 0;
  46. padding:0.5rem;
  47. }
  48. .bg-danger{
  49. margin:0 0 1rem 0;
  50. padding:0.5rem;
  51. background:#F2DEDE;
  52. }
  53. .bg-Orange{
  54. background:#fcf8e3 !important;
  55. }
  56. .btn-Orange{
  57. background:#ffa132 !important;
  58. }
  59. .button-gray{
  60. background:#535353 !important;
  61. }
  62. .formlabel{
  63. color: #3d4145;
  64. }
  65. .pLR-n{
  66. padding: 0;
  67. }
  68. .barBig{
  69. z-index: 999;
  70. background:#f7f7f7;
  71. height:3.2rem;
  72. }
  73. .holidayList .tabTitleBox{
  74. margin: 1.25rem 0 0;
  75. }
  76. .holidayList .tabBtnBig{
  77. height:1.75rem;
  78. line-height: 1.65rem;
  79. }
  80. #myinput{
  81. padding-top:0.7rem;
  82. }
  83. .holidayBtnGray{
  84. background:#aaa !important;
  85. }
  86. .itemPrel{
  87. position: relative;
  88. }
  89. .itemView{
  90. min-width: 10rem;
  91. position:absolute;
  92. top:0.5rem;
  93. left:4rem;
  94. color:#5f646e;
  95. }
  96. .datepicker{
  97. width:100% !important;
  98. font-size: 1.2rem !important;
  99. }
  100. .datepicker--cell{
  101. min-height:2.5rem !important;
  102. }
  103. .button.btnSelf{
  104. height:2.3rem;
  105. line-height: 2.3rem;
  106. }
  107. .btnGray{
  108. background:#ccc !important;
  109. }
  110. .datepicker--cells-months{
  111. height:auto !important;
  112. }
  113. .holidayYy .card-content-inner{
  114. padding:0.5rem 0;
  115. }
  116. .m-0{
  117. margin:0;
  118. }
  119. .m-1{
  120. margin:1rem;
  121. }
  122. .mt-0{
  123. margin-top: 0;
  124. }
  125. .mlr-0{
  126. margin-left: 0 !important;
  127. margin-right: 0 !important;
  128. }
  129. .p-1{
  130. padding:1rem 0;
  131. }
  132. .bar .button-nav.pull-right{
  133. margin-right:0.5rem;
  134. }
  135. .item-inner .item-title{
  136. color:#3d4145;
  137. }
  138. .itemHhang .item-after{
  139. width:75%;
  140. text-align: right;
  141. white-space: normal;
  142. max-height:none !important;
  143. display:inline;
  144. }
  145. .itemHhang .itemDis .item-inner{
  146. display:inline-block;
  147. }
  148. .itemHhang textarea{
  149. min-height: 1.4rem;
  150. height:4.5rem;
  151. }
  152. .avatarImg{
  153. width:2.5rem;
  154. height:2.5rem;
  155. border: 1px solid #eee;
  156. border-radius: 2rem;
  157. }
  158. .mlr-0 .itemBinner{
  159. padding:0.8rem 0;
  160. font-size: 1rem;
  161. }
  162. .searchImg{
  163. text-align: center;
  164. }
  165. .searchImg img{
  166. margin:0 0 0.5rem 0;
  167. width:2rem;
  168. height:2rem;
  169. }
  170. .searchImg b{
  171. margin:0 0 1rem 0;
  172. display:block;
  173. }
  174. .blueBg{
  175. background:#D9EDF7;
  176. border-color:#BCE8F1;
  177. color:#3A87AD;
  178. }
  179. .colRed{
  180. color: #f70000;
  181. }
  182. .card-content-inner-lnot{
  183. padding:0.75rem 0;
  184. }
  185. .item-text.item-text-bigh{
  186. height:3.1rem;
  187. }
  188. .btn-red{
  189. background:#ce5e5e;
  190. }
  191. .selectWrap{
  192. border:none;
  193. background:none;
  194. }
  195. .item-text-money{
  196. height:1.3rem !important;
  197. margin-top:0.35rem;
  198. font-size: 1rem !important;
  199. color:#7d7d7d !important;
  200. }
  201. .table-wrap{
  202. width:100%;
  203. background:#fff;
  204. }
  205. .table-wrap th,.table-wrap td{
  206. padding:0.5rem;
  207. text-align: center;
  208. border: 1px solid #ddd;
  209. }
  210. .item-title{
  211. overflow:visible !important;
  212. }
  213. .item-after{
  214. white-space: normal !important;
  215. margin-left: 1.5rem !important;
  216. flex-shrink: inherit !important;
  217. max-height: 5.5rem !important;
  218. }
  219. .item-inputLeft{
  220. margin:0 0 0 0.25rem !important;
  221. }
  222. .invoiceBtn{
  223. position:relative;
  224. }
  225. .invoiceBtn .badge{
  226. position:absolute;
  227. top:0;
  228. right: 0;
  229. z-index: 100;
  230. height: .8rem;
  231. min-width: .8rem;
  232. padding: 0 .2rem;
  233. font-size: .6rem;
  234. line-height: .8rem;
  235. color: white;
  236. vertical-align: top;
  237. background: red;
  238. border-radius: .5rem;
  239. margin-left: .1rem;
  240. }
  241. .button-none{
  242. border-radius: 0 !important;
  243. top:0 !important;
  244. }
  245. .item-input-title{
  246. float:left;
  247. }
  248. .gw_num{
  249. margin:0 0 0 50px;
  250. display:inline-block;
  251. border: 1px solid #dbdbdb;
  252. width: 105px;
  253. height:35px;
  254. line-height: 35px;
  255. overflow: hidden;
  256. }
  257. .gw_num em{
  258. display: block;
  259. height: 35px;
  260. width: 35px;
  261. float: left;
  262. color: #7A7979;
  263. border-right: 1px solid #dbdbdb;
  264. text-align: center;
  265. cursor: pointer;
  266. font-style:normal;
  267. }
  268. .gw_num .num{
  269. display: block !important;
  270. float: left !important;
  271. text-align: center !important;
  272. width: 32px !important;
  273. font-style: normal !important;
  274. font-size: 14px !important;
  275. height:35px !important;
  276. line-height: 35px !important;
  277. border: 0 !important;
  278. padding:0 !important;
  279. }
  280. .gw_num em.add{
  281. float: right;
  282. border-right: 0;
  283. border-left: 1px solid #dbdbdb;
  284. }
  285. .ml-4{
  286. margin-left: 1rem;
  287. }
  288. .colorRed{
  289. color:#f00;
  290. }
  291. .textarea-bor{
  292. border:1px solid #ddd !important;
  293. border-radius: 3px !important;
  294. padding:0.5rem !important;
  295. }
  296. .btn-wrap{
  297. padding:1rem 0 1rem 0;
  298. float:right;
  299. }
  300. .btn-wrap .btn-regular{
  301. float:left;
  302. }
  303. .height7{
  304. height:12rem;
  305. }
  306. /*#in-display{
  307. display:inline-block;
  308. }
  309. .text-number{
  310. margin:0 15px;
  311. width:1.35rem;
  312. height:1.35rem;
  313. text-align: center;
  314. display:inline-block;
  315. border:1px solid #ddd;
  316. border-radius: 5px;
  317. font-size: 0.8rem;
  318. }*/