Advertisement
gaconpro

ghtkcss

Jan 15th, 2023
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. .sheet {
  2. border: 1px solid rgb(255, 255, 255);
  3. page-break-after: always;
  4. margin: 0 !important;
  5. }
  6.  
  7. div.sheet {
  8. margin: 0 !important;
  9. }
  10. .sheet > .aui-group {
  11. border-top: 1px solid #000;
  12. }
  13.  
  14. .sheet > .aui-group:last-child {
  15. border-top: 0px transparent;
  16. }
  17.  
  18. .sheet > .aui-group:nth-child(1) {
  19. padding-bottom: 5px;
  20. }
  21.  
  22. .sheet > .aui-group .aui-item {
  23. text-align: center;
  24. }
  25. .sheet > .aui-group:nth-child(1) .aui-item:nth-child(2) div:nth-child(1) {
  26. font-size: 25px !important;
  27. }
  28.  
  29. .sheet > .aui-group:nth-child(1) .aui-item:nth-child(2) div:nth-child(2) {
  30. font-size: 14px !important;
  31. }
  32.  
  33. .sheet > .aui-group:nth-child(1) .aui-item:nth-child(1) {
  34. vertical-align: middle;
  35. padding-left: 5px;
  36. padding-top: 5px;
  37. }
  38. .sheet > .aui-group:nth-child(2) > div {
  39. float: left;
  40. text-align: center;
  41. width: 50%;
  42. }
  43.  
  44. /*gio giao*/
  45. .sheet > .aui-group:nth-child(2) .aui-item:nth-child(1) {
  46. vertical-align: middle;
  47. width: 40%;
  48. font-size: 30px;
  49. height: 105px;
  50. }
  51.  
  52. .sheet > .aui-group:nth-child(2) .aui-item:nth-child(1) h1 {
  53. font-size: 30px;
  54. padding: 20px 0px;
  55. }
  56.  
  57. .sheet > .aui-group:nth-child(2) .aui-item:nth-child(2) {
  58. vertical-align: mirgb(194, 204, 194);
  59. width: 60%;
  60. padding-top: 5px;
  61. vertical-align: middle;
  62. }
  63.  
  64. .sheet > .aui-group:nth-child(3) * {
  65. font-size: 15px;
  66. text-align: left;
  67. }
  68.  
  69. .sheet > .aui-group:nth-child(3) .aui-item {
  70. padding-left: 5px;
  71. }
  72.  
  73. .sheet > .aui-group:nth-child(4) * {
  74. padding: 5px 0px;
  75. }
  76.  
  77. .sheet > .aui-group:nth-child(4) .aui-item:nth-child(1) {
  78. width: 35%;
  79. border-right: 1px solid #000;
  80. }
  81.  
  82. .sheet > .aui-group:nth-child(6) * {
  83. display: none;
  84. }
  85. .sheet > .aui-group:nth-child(5) .aui-item {
  86. float: left;
  87. }
  88.  
  89. .sheet > .aui-group:nth-child(5) .aui-item:nth-child(1),
  90. .sheet > .aui-group:nth-child(5) .aui-item:nth-child(2) {
  91. width: 50%;
  92. }
  93.  
  94. .sheet > .aui-group:nth-child(5) .aui-item:nth-child(3) {
  95. border-top: 1px solid #000;
  96. padding-left: 0;
  97. }
  98.  
  99. pick-money {
  100. margin: 0;
  101. font-size: 19px;
  102. }
  103.  
  104. .aui-item.aui-border-r {
  105. font-size: 14px;
  106. }
  107. .product-info .pick-money {
  108. font-size: 20px;
  109. }
  110. .aui-group > .aui-item + .aui-item {
  111. padding-left: 10px;
  112. }
  113.  
  114. .label-note {
  115. min-height: 111px !important;
  116. }
  117. .product-info {
  118. height: auto !important;
  119. }
  120. .label-row {
  121. border: 0px transparent;
  122. }
  123.  
  124. .aui-border-b .aui-border-r:nth-child(1) {
  125. width: 80% !important;
  126. }
  127.  
  128. .aui-border-b .aui-border-r:nth-child(2) {
  129. width: 20% !important;
  130. }
  131.  
  132. .sheet > .aui-group:nth-child(3) .aui-item:nth-child(1) {
  133. width: 40%;
  134. }
  135. .sheet > .aui-group:nth-child(3) .aui-item:nth-child(2) {
  136. padding-left: 5px;
  137. }
  138.  
  139. .label-h1 {
  140. font-size: 12px;
  141. }
  142.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement