index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. @import "~@less/variables.less";
  2. .container {
  3. padding-left: 80px;
  4. padding-top: 10px;
  5. position: fixed;
  6. bottom: 0;
  7. left: 10px;
  8. right: 470px;
  9. min-width: 720px;
  10. background-color: #fff;
  11. // z-index: 240;
  12. padding-bottom: 10px;
  13. border-bottom: 10px solid #e4e6e7;
  14. .button {
  15. width: 111px;
  16. height: 34px;
  17. outline: none;
  18. border-radius: 4px;
  19. cursor: pointer;
  20. color: @blue;
  21. border: 0 none;
  22. cursor: pointer;
  23. background: #fff;
  24. img{
  25. vertical-align: middle;
  26. position: relative;
  27. top: -2px;
  28. }
  29. }
  30. .preButton {
  31. height: 34px;
  32. line-height: 34px;
  33. outline: none;
  34. cursor: pointer;
  35. color: @blue;
  36. border: 0 none;
  37. background-color: #fff;
  38. margin-left:20px;
  39. img{
  40. vertical-align: middle;
  41. position: relative;
  42. top: -2px;
  43. }
  44. }
  45. .saveButton {
  46. width: 80px;
  47. height: 34px;
  48. line-height: 32px;
  49. text-align: center;
  50. outline: none;
  51. border-radius: 4px;
  52. cursor: pointer;
  53. color: #000;
  54. border: 1px solid #3B9ED0;
  55. box-sizing: border-box;
  56. background: #fff;
  57. margin-left:20px;
  58. background: #3B9ED0;
  59. color: #fff;
  60. float: right;
  61. margin-right: 20px;
  62. }
  63. .clearButton {
  64. border: 1px solid #414141;
  65. border-radius: 4px;
  66. background-color: #fff;
  67. color: #000;
  68. }
  69. .modal{
  70. position: fixed;
  71. left: 50%;
  72. margin-left: -360px;
  73. top: 0px;
  74. }
  75. .table{
  76. width: 650px;
  77. height: 78px;
  78. text-align: left;
  79. margin: 25px 1px 2px 5px;
  80. td{
  81. font-size: 12px;
  82. border: 1px solid #CCD2D9;
  83. text-align: left;
  84. padding: 10px;
  85. }
  86. }
  87. .sign{
  88. float: left;
  89. width: 100px;
  90. font-Size: 14px;
  91. line-height: 21px;
  92. }
  93. .textbox{
  94. float: left;
  95. width: 220px;
  96. height: 60px;
  97. border: 1px solid #979797;
  98. text-align: center;
  99. font-size: 20px;
  100. line-height: 50px;
  101. color: #979797;
  102. }
  103. .footer{
  104. clear: both;
  105. text-align: right;
  106. margin-top:20px;
  107. margin-bottom: 20px;
  108. }
  109. }
  110. .msg {
  111. text-align: center;
  112. font-size: 16px;
  113. padding-top: 10px;
  114. padding-bottom: 50px;
  115. }
  116. .box {
  117. padding-top: 10px;
  118. box-sizing: border-box;
  119. height: 80px;
  120. }
  121. .ipt {
  122. font-size: 16px;
  123. width: 170px;
  124. height: 20px;
  125. line-height: 18px;
  126. display: block;
  127. margin: 0 auto;
  128. text-align: left;
  129. }
  130. .line {
  131. width: 182px;
  132. height: 1px;
  133. margin: 8px auto 0 auto;
  134. background: #D8D8D8;
  135. }