global.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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{
  54. margin:0 0 1rem 0;
  55. padding:0.5rem;
  56. }
  57. .bg-Orange{
  58. background:#fcf8e3 !important;
  59. }
  60. .bg-Red{
  61. background:#ffc9c9 !important;
  62. }
  63. .bg-Yellow{
  64. background:#ffe2cf !important;
  65. }
  66. .btn-Orange{
  67. background:#ffa132 !important;
  68. }
  69. .button-gray{
  70. background:#535353 !important;
  71. }
  72. .button-Red{
  73. background:#ff2222 !important;
  74. }
  75. .button-Yellow{
  76. background:#ff781f !important;
  77. }
  78. .formlabel{
  79. color: #3d4145;
  80. }
  81. .pLR-n{
  82. padding: 0;
  83. }
  84. .barBig{
  85. z-index: 999;
  86. background:#f7f7f7;
  87. height:3.2rem;
  88. }
  89. .holidayList .tabTitleBox{
  90. margin: 1.25rem 0 0;
  91. }
  92. .holidayList .tabBtnBig{
  93. height:1.75rem;
  94. line-height: 1.65rem;
  95. }
  96. #myinput{
  97. padding-top:0.7rem;
  98. }
  99. .holidayBtnGray{
  100. background:#aaa !important;
  101. }
  102. .itemPrel{
  103. position: relative;
  104. }
  105. .itemView{
  106. min-width: 10rem;
  107. position:absolute;
  108. top:0.5rem;
  109. left:4rem;
  110. color:#5f646e;
  111. }
  112. .datepicker{
  113. width:100% !important;
  114. font-size: 1.2rem !important;
  115. }
  116. .datepicker--cell{
  117. min-height:2.5rem !important;
  118. }
  119. .button.btnSelf{
  120. height:2.3rem;
  121. line-height: 2.3rem;
  122. }
  123. .btnGray{
  124. background:#ccc !important;
  125. }
  126. .datepicker--cells-months{
  127. height:auto !important;
  128. }
  129. .holidayYy .card-content-inner{
  130. padding:0.5rem 0;
  131. }
  132. .m-0{
  133. margin:0;
  134. }
  135. .m-1{
  136. margin:1rem;
  137. }
  138. .mt-0{
  139. margin-top: 0;
  140. }
  141. .mlr-0{
  142. margin-left: 0 !important;
  143. margin-right: 0 !important;
  144. }
  145. .p-1{
  146. padding:1rem 0;
  147. }
  148. .bar .button-nav.pull-right{
  149. margin-right:0.5rem;
  150. }
  151. .item-inner .item-title{
  152. color:#3d4145;
  153. }
  154. .itemHhang .item-after{
  155. width:75%;
  156. text-align: right;
  157. white-space: normal;
  158. max-height:none !important;
  159. display:inline;
  160. }
  161. .itemHhang .itemDis .item-inner{
  162. display:inline-block;
  163. }
  164. .itemHhang textarea{
  165. min-height: 1.4rem;
  166. height:4.5rem;
  167. }
  168. .avatarImg{
  169. width:2.5rem;
  170. height:2.5rem;
  171. border: 1px solid #eee;
  172. border-radius: 2rem;
  173. }
  174. .mlr-0 .itemBinner{
  175. padding:0.8rem 0;
  176. font-size: 1rem;
  177. }
  178. .searchImg{
  179. text-align: center;
  180. }
  181. .searchImg img{
  182. margin:0 0 0.5rem 0;
  183. width:2rem;
  184. height:2rem;
  185. }
  186. .searchImg b{
  187. margin:0 0 1rem 0;
  188. display:block;
  189. }
  190. .blueBg{
  191. background:#D9EDF7;
  192. border-color:#BCE8F1;
  193. color:#3A87AD;
  194. }
  195. .colRed {color:#f70000}
  196. .colOrange {color:#ed8b00}
  197. .colYel {color:#d9a601}
  198. .colGreen{color:#17ab0c}
  199. .colGray{color:#999}
  200. .colDark{color:#333}
  201. .colBlue{color:#3172d9}
  202. .card-content-inner-lnot{
  203. padding:0.75rem 0;
  204. }
  205. .item-text.item-text-bigh{
  206. height:3.1rem;
  207. }
  208. .btn-red{
  209. background:#ce5e5e;
  210. }
  211. .selectWrap{
  212. border:none;
  213. background:none;
  214. }
  215. .item-text-money{
  216. height:1.3rem !important;
  217. margin-top:0.35rem;
  218. font-size: 1rem !important;
  219. color:#7d7d7d !important;
  220. }
  221. .table-wrap{
  222. width:100%;
  223. background:#fff;
  224. }
  225. .table-wrap th,.table-wrap td{
  226. padding:0.5rem;
  227. text-align: center;
  228. border: 1px solid #ddd;
  229. }
  230. .item-title{
  231. overflow:visible !important;
  232. }
  233. .item-after{
  234. white-space: normal !important;
  235. margin-left: 1.5rem !important;
  236. flex-shrink: inherit !important;
  237. max-height: 15.5rem !important;
  238. }
  239. .item-inputLeft{
  240. margin:0 0 0 0.25rem !important;
  241. }
  242. .invoiceBtn{
  243. position:relative;
  244. }
  245. .invoiceBtn .badge{
  246. position:absolute;
  247. top:0;
  248. right: 0;
  249. z-index: 100;
  250. height: .8rem;
  251. min-width: .8rem;
  252. padding: 0 .2rem;
  253. font-size: .6rem;
  254. line-height: .8rem;
  255. color: white;
  256. vertical-align: top;
  257. background: red;
  258. border-radius: .5rem;
  259. margin-left: .1rem;
  260. }
  261. .button-none{
  262. border-radius: 0 !important;
  263. top:0 !important;
  264. }
  265. .item-input-title{
  266. float:left;
  267. }
  268. .gw_num{
  269. margin-top: 0.3rem !important;
  270. display:inline-block;
  271. border: 1px solid #f0f0f0;
  272. width: 250px;
  273. height:38px;
  274. line-height: 38px;
  275. overflow: hidden;
  276. }
  277. .gw_num em{
  278. display: block;
  279. height: 38px;
  280. width: 38px;
  281. float: left;
  282. color: #7A7979;
  283. border-right: 1px solid #f0f0f0;
  284. text-align: center;
  285. cursor: pointer;
  286. font-style:normal;
  287. }
  288. .gw_num .num{
  289. display: block !important;
  290. float: left !important;
  291. text-align: center !important;
  292. width: 170px !important;
  293. font-style: normal !important;
  294. font-size: 14px !important;
  295. height:38px !important;
  296. line-height: 38px !important;
  297. border: 0 !important;
  298. padding:0 !important;
  299. }
  300. .gw_num em.add{
  301. float: right;
  302. border-right: 0;
  303. border-left: 1px solid #f0f0f0;
  304. }
  305. .ml-4{
  306. margin-left: 1rem;
  307. }
  308. .mr-4{
  309. margin-right: 0.5rem;
  310. }
  311. .colorRed{
  312. color:#f00;
  313. }
  314. .textarea-bor{
  315. border:1px solid #ddd !important;
  316. border-radius: 3px !important;
  317. padding:0.5rem !important;
  318. }
  319. .btn-wrap{
  320. padding:1rem 0 1rem 0;
  321. float:right;
  322. }
  323. .btn-wrap .btn-regular{
  324. float:left;
  325. }
  326. .height7{
  327. height:12rem;
  328. }
  329. .mail-list dt{
  330. font-weight: bold;
  331. }
  332. .mail-list dd{
  333. padding:0;
  334. padding-top: 0.3rem;
  335. margin:0;
  336. }
  337. .card .item-titleName{
  338. white-space: normal !important;
  339. }