index.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .tableBox{
  2. // height: 690px;
  3. overflow-y: auto;
  4. padding: 30px;
  5. h1{
  6. font-size: 16px;
  7. font-weight: bold;
  8. margin: 10px 0 30px;
  9. text-align: center;
  10. }
  11. }
  12. strong{
  13. font-weight: bold;
  14. }
  15. .textlh{
  16. p{
  17. line-height: 22px;
  18. }
  19. }
  20. .textContent{
  21. margin: 40px 0 30px;
  22. .group{
  23. border-bottom: 4px solid #EBEBEB;
  24. padding-bottom: 10px;
  25. margin-top: 25px;
  26. .item{
  27. display: inline-block;
  28. margin-right: 24px;
  29. }
  30. .recomand{
  31. color:#3B9ED0;
  32. }
  33. .block{
  34. margin-top: 20px;
  35. padding: 5px 0 0 30px;
  36. }
  37. .redBorder{
  38. border: 1px solid #f00;
  39. }
  40. .miniName{
  41. margin-left: -30px;
  42. i{
  43. display: inline-block;
  44. width: 25px;
  45. text-align: center;
  46. margin-right: 5px;
  47. }
  48. }
  49. }
  50. .groupName{
  51. font-size: 14px;
  52. font-weight: bold;
  53. color:#000;
  54. margin: 25px 0;
  55. }
  56. .rows{
  57. border-bottom: 1px solid #EBEBEB;
  58. position: relative;
  59. .tip{
  60. position: absolute;
  61. top:-16px;
  62. color: #c9c9c9;
  63. font-size: 12px;
  64. }
  65. }
  66. .subTotal{
  67. height: 49px;
  68. line-height: 49px;
  69. // border-top: 1px solid #EBEBEB;
  70. text-align: right;
  71. margin-top: 10px;
  72. }
  73. .total{
  74. height: 72px;
  75. line-height: 72px;
  76. border-bottom: 10px solid #EBEBEB;
  77. text-align: right;
  78. .totalBtn{
  79. display: inline-block;
  80. width: 64px;
  81. height: 32px;
  82. line-height: 32px;
  83. color:#3B9ED0;
  84. border: 1px solid #3B9ED0;
  85. border-radius: 4px;
  86. margin-left: 40px;
  87. text-align: center;
  88. cursor: pointer;
  89. }
  90. }
  91. }
  92. .printShow {
  93. display: none;
  94. }
  95. @media print {
  96. .printShow {
  97. display: block;
  98. }
  99. }