Ei kuvausta

AddWorkolder.css 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. body {
  2. font-size: 14px;
  3. }
  4. /*导航*/
  5. .mui-nav{
  6. position: fixed;
  7. width: 100%;
  8. top: 0px;
  9. height: 44px;
  10. line-height: 44px;
  11. text-align: center;
  12. background: #22c9a8;
  13. z-index: 333;
  14. color: #FFFFFF;
  15. font-size: 17px;}
  16. .mui-nav a{
  17. position: absolute;
  18. left: 15px;
  19. line-height: 44px;
  20. color: #FFFFFF;
  21. }
  22. .mui-nav span{
  23. position: absolute;
  24. right: 15px;
  25. line-height: 44px;
  26. font-size: 13px;
  27. }
  28. /*内容部分*/
  29. .mui-bar-popover {
  30. width: 30%;
  31. }
  32. .mui-popover.mui-bar-popover .mui-table-view {
  33. width: 100%;
  34. }
  35. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  36. text-align: center;
  37. }
  38. .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
  39. float: left;
  40. color: #222222;
  41. }
  42. .mui-input-row label~input:-webkit-input-placeholder {
  43. color:#222222; /* WebKit browsers */
  44. }
  45. .mui-input-row label~input:-moz-placeholder {
  46. color: #222222; /* Mozilla Firefox 4 to 18 */
  47. }
  48. .mui-input-row label~input:-moz-placeholder {
  49. color: #222222; /* Mozilla Firefox 19+ */
  50. }
  51. .mui-input-row label~input:-ms-input-placeholder {
  52. color: #222222; /* Internet Explorer 10+ */
  53. }
  54. .mui-table-view-cell {
  55. padding: 0px!important;
  56. }
  57. .mui-table-view-cell:after{
  58. left: 0px;
  59. background-color: #f5f5f6;
  60. }
  61. .mui-table-view-cell-line:after{
  62. position: absolute;
  63. right: 0;
  64. bottom: 0;
  65. left: 0px;
  66. height: 5px;
  67. content: '';
  68. -webkit-transform: scaleY(.5);
  69. transform: scaleY(.5);
  70. background-color: #f5f5f6;
  71. }
  72. .radio_box {
  73. display: inline-block;
  74. }
  75. .mui-radio input[type=radio]:before {
  76. font-size: 20px;
  77. vertical-align: middle;
  78. }
  79. .mui-radio.mui-left input[type=radio] {
  80. line-height: 24px!important;
  81. }
  82. .mui-radio.mui-left label {
  83. padding-right: 1px!important;
  84. padding-left: 40px!important;
  85. color: #222222;
  86. }
  87. .mui-content>.mui-table-view:first-child{
  88. margin-top: 0px;
  89. }
  90. .mui-input-row font{
  91. padding: 10px 20px;
  92. float: left;
  93. color: #222222;}
  94. .ztext {
  95. width: 100%;
  96. margin: 0;
  97. border: 0;
  98. }
  99. .action {
  100. padding: 5px 15px;
  101. }
  102. .type_down {
  103. float: right!important;
  104. display: inline-block!important;
  105. vertical-align: middle!important;
  106. line-height: 42px;
  107. margin-right: 10px;
  108. }
  109. .type_con {
  110. width: 55%!important;
  111. float: left!important;
  112. vertical-align: middle!important;
  113. display: inline-block!important;
  114. padding: 10px 0!important;
  115. }
  116. .label {
  117. width: 28%!important;
  118. padding:14px 5px 14px 10px!important;
  119. text-align: left !important;
  120. }
  121. .get_yzm {
  122. padding: 5px!important;
  123. width: auto!important;
  124. }
  125. .yzm_con {
  126. float: left!important;
  127. width: 40%!important;
  128. }
  129. .mui-bar-nav {
  130. background-color: #393a3f;
  131. }
  132. .mui-title{color: #FFFFFF;}
  133. .mui-input-row label {
  134. text-align: -webkit-right;
  135. color: #595959;
  136. }
  137. .mui-btn-block {
  138. padding: 10px;
  139. width: 100%;
  140. }
  141. a {
  142. color: #000;
  143. }
  144. .size-14 {
  145. font-size: 14px;
  146. }
  147. .mui-input-row label~input,
  148. .mui-input-row label~select,
  149. {
  150. line-height: 1.1;
  151. font-size: 14px;
  152. }
  153. .submit-btn{
  154. width: 100%;
  155. position: fixed;
  156. bottom: 0px;
  157. overflow: hidden;
  158. -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
  159. -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
  160. box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  161. }
  162. .submit-btn button{
  163. width: 100%;
  164. float: left;
  165. display: block;
  166. border: none;
  167. padding: 0;
  168. /*margin-left: 20px;*/
  169. margin: 0;
  170. height: 50px;
  171. border-radius: 0px;
  172. background-color: #2cc6a7;}
  173. /*.submit-btn>button:first-child{
  174. background: #FFFFFF !important;
  175. color: #000000;
  176. }*/
  177. #order_responsible{
  178. position: absolute;
  179. left: 25%;
  180. width: 65%;
  181. z-index: 333;
  182. }
  183. #order_recive{
  184. position: absolute;
  185. left: 25%;
  186. width: 65%;
  187. z-index: 333;
  188. }
  189. .complaintOrder{
  190. position: relative;
  191. line-height: 44px;
  192. }
  193. .complaintOrder option{
  194. line-height: 44px;
  195. }
  196. .receive{
  197. position: relative;
  198. line-height: 44px;
  199. }
  200. .receive option{
  201. line-height: 44px;
  202. }
  203. .mui-checkbox.mui-left input[type=checkbox], .mui-radio.mui-left input[type=radio]{
  204. left: 5px;
  205. }