learun-bill.css 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .bills{overflow:auto; border-radius:5px;position:relative;background:#FFFFFF;border: 1px solid rgb(204, 204, 204);box-shadow: rgb(189, 189, 189) 0px 0px 10px;padding: 25px}
  2. #bottomField{position: fixed;top: 0;right: 25px;background-color: rgba(0, 0, 0, 0.2);border-radius: 0px 0px 6px 6px;padding: 10px;}
  3. #bottomField .btn-group {
  4. font-size: 14px;
  5. margin-top: -1px;
  6. vertical-align: middle;
  7. color: #666666;
  8. }
  9. .bills .form .formTitle{}
  10. .bills .ui-jqgrid .ui-state-highlight {
  11. background:none;
  12. color:#000;
  13. border-top:0px;
  14. }
  15. .bills .ui-jqgrid tr.ui-row-ltr td{border-right:1px solid #ccc;}
  16. .bills .ui-jqgrid .footrow-ltr{border-left:none;color: #555;font-weight:100;border-bottom:none;background-color: rgb(255, 253, 205);}
  17. .bills .ui-jqgrid .footrow-ltr .jqgrid-rownum{width:auto !important;}
  18. .bills .ui-jqgrid .footrow-ltr td{background-color: rgb(255, 253, 205);border-right:1px solid #ccc;}
  19. .bills .ui-jqgrid tr.ui-row-ltr td{padding: 0px;}
  20. .bills .ui-jqgrid .editable{height: 25px;background-color: #fff;border:0px;outline: 0;padding-left:5px;padding-right:5px;}
  21. .bills .ui-jqgrid input.center {text-align:center;}
  22. .bills input.disabled{cursor: default;display: block;overflow: hidden;color: #666;}
  23. .bills textarea.form-control{padding-top:5px;}
  24. .bills .product {
  25. position: relative;
  26. }
  27. .bills .ui-icon-ellipsis {
  28. background: url(../images/icon-select.gif) 55% 55% no-repeat #fff;
  29. border: none;
  30. right: 4px;
  31. top: 50%;
  32. width: 16px;
  33. height: 16px;
  34. margin-top: -8px;
  35. cursor: pointer;
  36. overflow: hidden;
  37. position: absolute;
  38. display:none;
  39. }
  40. .price-box{width:860px;margin-left:auto;margin-right:auto;border: 1px solid #ddd;box-shadow: rgb(189, 189, 189) 0px 0px 10px;background: #fff;padding: 50px;padding-top:20px;margin-top: 25px;padding-bottom:0px;}
  41. .price-title{font-size: 28px;text-align: center;line-height:60px;font-weight: bold;color: #333;}
  42. .price-subtitle{text-align: center;}
  43. .price-info{margin-top:20px;margin-bottom:20px;}
  44. .price-info table .formTitle{text-align:left;width:50px;font-size: 12px;}
  45. .price-info table .formValue{text-align:left;font-size: 12px;}
  46. .price-info table .formValue input{box-shadow:none; border-top:none;border-right:none;border-left:none;height:22px!important;line-height:22px!important;font-size: 12px;}
  47. .price-table table{margin: 0px;margin-top:1px;border-collapse: collapse;width: 100%;border-left: 1px solid #ccc;}
  48. .price-table table thead tr td{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;padding-top:5px;padding-bottom:5px;text-overflow:ellipsis;word-break:keep-all;overflow:hidden;font-weight:bold;padding-left:5px;padding-right:5px;font-size: 12px;}
  49. .price-table table tbody tr td{border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;height:25px;line-height:25px;word-break: break-all;padding-left:5px;padding-right:5px;font-size: 12px;}