index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. min-width: 548px;
  11. background-color: #fff;
  12. // z-index: 240;
  13. padding-bottom: 10px;
  14. border-bottom: 10px solid #e4e6e7;
  15. .button {
  16. width: 111px;
  17. height: 34px;
  18. outline: none;
  19. border-radius: 4px;
  20. cursor: pointer;
  21. color: @blue;
  22. border: 0 none;
  23. cursor: pointer;
  24. background: #fff;
  25. img{
  26. vertical-align: middle;
  27. position: relative;
  28. top: -2px;
  29. }
  30. }
  31. .preButton {
  32. height: 34px;
  33. line-height: 34px;
  34. outline: none;
  35. cursor: pointer;
  36. color: @blue;
  37. border: 0 none;
  38. background-color: #fff;
  39. margin-left:20px;
  40. img{
  41. vertical-align: middle;
  42. position: relative;
  43. top: -2px;
  44. }
  45. }
  46. .saveButton {
  47. width: 80px;
  48. height: 34px;
  49. line-height: 32px;
  50. text-align: center;
  51. outline: none;
  52. border-radius: 4px;
  53. cursor: pointer;
  54. color: #000;
  55. border: 1px solid #3B9ED0;
  56. box-sizing: border-box;
  57. background: #fff;
  58. margin-left:20px;
  59. background: #3B9ED0;
  60. color: #fff;
  61. float: right;
  62. margin-right: 20px;
  63. }
  64. .clearButton {
  65. border: 1px solid #414141;
  66. border-radius: 4px;
  67. background-color: #fff;
  68. color: #000;
  69. }
  70. .b1024{
  71. width: 60px;
  72. margin-left: 15px;
  73. margin-right: 10px;
  74. font-size: 13px;
  75. }
  76. .modal{
  77. position: fixed;
  78. left: 50%;
  79. margin-left: -360px;
  80. top: 0px;
  81. }
  82. .table{
  83. width: 650px;
  84. height: 78px;
  85. text-align: left;
  86. margin: 25px 1px 2px 5px;
  87. td{
  88. font-size: 12px;
  89. border: 1px solid #CCD2D9;
  90. text-align: left;
  91. padding: 10px;
  92. }
  93. }
  94. .sign{
  95. float: left;
  96. width: 100px;
  97. font-Size: 14px;
  98. line-height: 21px;
  99. }
  100. .textbox{
  101. float: left;
  102. width: 220px;
  103. height: 60px;
  104. border: 1px solid #979797;
  105. text-align: center;
  106. font-size: 20px;
  107. line-height: 50px;
  108. color: #979797;
  109. }
  110. .footer{
  111. clear: both;
  112. text-align: right;
  113. margin-top:20px;
  114. margin-bottom: 20px;
  115. }
  116. }
  117. .iptWrap {
  118. width: 320px;
  119. line-height: 18px;
  120. margin: 10px auto;
  121. text-align: center;
  122. p {
  123. text-align: left;
  124. font-size: 12px;
  125. color: #6b6969;
  126. margin-bottom: 5px;
  127. }
  128. span {
  129. display: inline-block;
  130. cursor: pointer;
  131. padding-right: 24px;
  132. font-size: 14px;
  133. i {
  134. color: #6b6969;
  135. }
  136. img {
  137. vertical-align: middle;
  138. position: relative;
  139. top: -1px;
  140. }
  141. }
  142. }
  143. .msg {
  144. text-align: center;
  145. font-size: 16px;
  146. padding-top: 10px;
  147. padding-bottom: 50px;
  148. }
  149. .box {
  150. padding-top: 10px;
  151. box-sizing: border-box;
  152. height: 110px;
  153. }
  154. .ipt {
  155. font-size: 16px;
  156. width: 320px;
  157. height: 20px;
  158. line-height: 18px;
  159. display: block;
  160. margin: 0 auto;
  161. text-align: left;
  162. }
  163. .line {
  164. width: 332px;
  165. height: 1px;
  166. margin: 8px auto 0 auto;
  167. background: #D8D8D8;
  168. }