feedback.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. @import './common/common.less';
  2. .modal {
  3. padding: 0 5px;
  4. margin-top: 5px;
  5. }
  6. .modal-content {
  7. background-color: #fff;
  8. }
  9. .modal-title {
  10. overflow: hidden;
  11. padding: 10px;
  12. border-bottom: 1px solid #e5e5e5;
  13. line-height: 30px;
  14. /* padding: 10px 20px; */
  15. margin: 0 10px;
  16. .title {
  17. font-size: 1.6rem;
  18. color: #666;
  19. font-weight: 700;
  20. }
  21. }
  22. .modal-body {
  23. padding: 0 23px 23px 23px;
  24. margin-top: 20px;
  25. input:focus,
  26. textarea:focus {
  27. border: 1px solid rgb(195, 26, 0);
  28. // background: rgba(195,26,0,0.3);
  29. }
  30. .body-label {
  31. width: 75px;
  32. text-align: right;
  33. padding: 7.8px 10px;
  34. font-family: sans-serif;
  35. font-size: 1.4rem;
  36. color: #666;
  37. line-height: 1.4rem;
  38. display: inline-block;
  39. }
  40. .rem-label {
  41. text-align: left;
  42. padding: 7.8px 10px;
  43. font-family: sans-serif;
  44. font-size: 1.3rem;
  45. color: #C31A00;
  46. line-height: 1.4rem;
  47. display: none;
  48. }
  49. .body-input {
  50. margin: 10px auto 10px 0;
  51. display: inline-block;
  52. width: 40%;
  53. font-family: sans-serif;
  54. font-size: 1.4rem;
  55. color: #555;
  56. background-color: #fff;
  57. background-image: none;
  58. border: 1px solid #ccc;
  59. height: 30px;
  60. line-height: 30px;
  61. padding: 0 6px;
  62. }
  63. .area-label {
  64. width: 75px;
  65. text-align: right;
  66. padding: 7.8px 10px;
  67. font-family: sans-serif;
  68. font-size: 1.4rem;
  69. color: #666;
  70. line-height: 1.4rem;
  71. display: inline-block;
  72. vertical-align: top;
  73. }
  74. .body-area {
  75. margin: 10px 0;
  76. display: inline-block;
  77. width: 75%;
  78. padding: 6px 12px;
  79. font-family: sans-serif;
  80. font-size: 1.4rem;
  81. color: #555;
  82. background-color: #fff;
  83. background-image: none;
  84. border: 1px solid #ccc;
  85. resize: vertical;
  86. max-height: 300px;
  87. }
  88. .body-button {
  89. margin: 10px auto 10px 30%;
  90. width: 25%;
  91. display: inline-block;
  92. padding: 10px 12px;
  93. margin-bottom: 0;
  94. font-size: 1.4rem;
  95. font-weight: 400;
  96. text-align: center;
  97. -ms-touch-action: manipulation;
  98. touch-action: manipulation;
  99. border: 1px solid transparent;
  100. color: #333;
  101. background-color: #fff;
  102. border-color: #ccc;
  103. &:hover {
  104. background: #EEEEEE;
  105. cursor: pointer;
  106. }
  107. }
  108. .post-label {
  109. color: rgb(195, 26, 0);
  110. display: none;
  111. }
  112. }
  113. .yanz {
  114. margin: 10px auto 10px 0;
  115. .yanz-label {
  116. width: 75px;
  117. text-align: right;
  118. padding: 2px 8px;
  119. font-family: sans-serif;
  120. font-size: 1.4rem;
  121. color: #666;
  122. line-height: 1.4rem;
  123. display: inline-block;
  124. vertical-align: top;
  125. margin-top: 5px;
  126. }
  127. .yanz-box {
  128. display: inline-block;
  129. position: relative;
  130. height: 30px;
  131. width: 30%;
  132. .body-yanz {
  133. border: 1px solid #ccc;
  134. border-right: 0;
  135. float: left;
  136. height: 100%;
  137. width: 65%;
  138. box-sizing: border-box;
  139. text-indent: 10px;
  140. font-size: 1.4rem;
  141. font-weight: 400;
  142. overflow: hidden;
  143. white-space: nowrap;
  144. text-overflow: ellipsis;
  145. &:focus {
  146. border: 1px solid @fcolor;
  147. }
  148. }
  149. .yanz-code {
  150. text-align: center;
  151. border: 1px solid #ccc;
  152. float: left;
  153. height: 100%;
  154. padding: 1px 0;
  155. width: 35%;
  156. font-size: 1.4rem;
  157. font-weight: 400;
  158. box-sizing: border-box;
  159. overflow: hidden;
  160. white-space: nowrap;
  161. text-overflow: ellipsis;
  162. line-height: 25px;
  163. &:hover {
  164. background: #EEEEEE;
  165. cursor: pointer;
  166. }
  167. }
  168. .body-yanzlabel {
  169. position: absolute;
  170. display: none;
  171. margin-left: -34%;
  172. float: left;
  173. width: 35%;
  174. &:hover {
  175. cursor: pointer;
  176. }
  177. }
  178. }
  179. .countdown {
  180. font-size: 1.4rem;
  181. display: inline-block;
  182. color: #C31A00;
  183. }
  184. }
  185. #countdown {
  186. display: none;
  187. vertical-align: super;
  188. }