Aucune description

QualityCommon.css 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. .spiner-example {
  2. position: absolute;
  3. top: 50%;
  4. left: 50%;
  5. z-index: 111;
  6. margin-left: -85px;
  7. margin-top: -100px;
  8. display: none;
  9. }
  10. .sk-spinner-three-bounce {
  11. width: 170px!important;
  12. }
  13. .sk-spinner p {
  14. display: inline-block;
  15. font-size: 18px;
  16. margin-left: 10px;
  17. }
  18. #goods tr th {
  19. text-align: center;
  20. }
  21. #goods td {
  22. text-align: center;
  23. }
  24. .t-shade {
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. width: 100%;
  29. height: 100%;
  30. background: rgba(0, 0, 0, 0.48);
  31. z-index: 10004;
  32. display: none;
  33. }
  34. .wh_btn {
  35. width: 80%;
  36. text-align: center;
  37. padding-top: 20px;
  38. margin: 0 auto;
  39. margin-bottom: 20px;
  40. }
  41. .wh_btn input {
  42. padding: 7px 20px;
  43. color: #FFF;
  44. border-radius: 5px;
  45. margin-right: 30px;
  46. border: 1px solid #23c6c8;
  47. }
  48. .inps {
  49. width: 167px;
  50. height: 24px;
  51. outline: none;
  52. border: 0;
  53. border-image-width: 0;
  54. padding: 0;
  55. padding-left: 3px;
  56. }
  57. .inpBox {
  58. border: 1px solid #e5e6e7;
  59. height: 27px;
  60. width: 170px;
  61. display: inline-block;
  62. position: relative;
  63. vertical-align: middle;
  64. }
  65. .inpBox select {
  66. width: 100%;
  67. outline: none;
  68. border: 0;
  69. background: transparent;
  70. padding: 1px;
  71. }
  72. .cx {
  73. display: block!important;
  74. }
  75. .form_table {
  76. width: 100%;
  77. border: 1px solid #EDECFF;
  78. }
  79. .form_table td {
  80. padding: 6px 0 5px 10px;
  81. text-align: left;
  82. color: #717171;
  83. line-height: 200%;
  84. border-top: 1px dotted #cccccc;
  85. }
  86. .form_table th {
  87. padding: 5px 8px 5px 0;
  88. color: #333;
  89. font-weight: 700;
  90. text-align: right;
  91. background: #f9f9f9;
  92. border-right: 1px dotted #cccccc;
  93. border-top: 1px dotted #cccccc;
  94. }
  95. .play {
  96. height: 50px;
  97. width: 100%;
  98. }
  99. #downlond {
  100. padding: 0 8px;
  101. height: 24px;
  102. line-height: 24px;
  103. color: #707070;
  104. border: 1px solid #D7D7D7;
  105. cursor: pointer;
  106. vertical-align: middle;
  107. }
  108. .txtInput {
  109. margin-right: 5px;
  110. padding: 0 3px 0 3px;
  111. height: 22px;
  112. line-height: 22px;
  113. background: #FAFAFA;
  114. border: 1px solid #D7D7D7;
  115. vertical-align: middle;
  116. font-size: 12px;
  117. width: 50px;
  118. color: blue;
  119. }
  120. .btnSubmit {
  121. padding: 0 10px;
  122. height: 28px;
  123. line-height: 28px;
  124. color: #3D80B3;
  125. font-weight: bold;
  126. border: 1px solid #AED0EA;
  127. cursor: pointer;
  128. vertical-align: middle;
  129. overflow: hidden;
  130. }
  131. .foot_btn_box {
  132. padding: 15px 20px;
  133. text-align: center;
  134. }
  135. .gjss {
  136. display: none;
  137. }
  138. .Block {
  139. display: block;
  140. }
  141. .Input {
  142. margin-right: 5px;
  143. padding: 0 3px 0 3px;
  144. height: 22px;
  145. line-height: 22px;
  146. background: #FAFAFA;
  147. border: 1px solid #D7D7D7;
  148. vertical-align: middle;
  149. font-size: 12px;
  150. width: 50px;
  151. color: blue;
  152. }
  153. .ly_download {
  154. color: rgb(255, 255, 255);
  155. font-size: 12px;
  156. margin-left: 15px;
  157. box-sizing: border-box;
  158. background-color: #249fea;
  159. padding: 6px 10px;
  160. outline: none;
  161. border-width: 0px;
  162. border-style: initial;
  163. border-color: initial;
  164. border-image: initial;
  165. border-radius: 3px;
  166. }
  167. .qualityScores input[readonly="readonly"]{
  168. border: none;
  169. background: transparent;
  170. }