Няма описание

AddWorkolder.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. body {
  2. font-size: 14px;
  3. }
  4. .mui-bar-popover {
  5. width: 30%;
  6. }
  7. .mui-popover.mui-bar-popover .mui-table-view {
  8. width: 100%;
  9. }
  10. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  11. text-align: center;
  12. }
  13. .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
  14. float: left;
  15. color: #222222;
  16. }
  17. .mui-input-row label~input:-webkit-input-placeholder {
  18. color:#222222; /* WebKit browsers */
  19. }
  20. .mui-input-row label~input:-moz-placeholder {
  21. color: #222222; /* Mozilla Firefox 4 to 18 */
  22. }
  23. .mui-input-row label~input:-moz-placeholder {
  24. color: #222222; /* Mozilla Firefox 19+ */
  25. }
  26. .mui-input-row label~input:-ms-input-placeholder {
  27. color: #222222; /* Internet Explorer 10+ */
  28. }
  29. .mui-table-view-cell {
  30. padding: 0px!important;
  31. }
  32. .mui-table-view-cell:after{
  33. left: 0px;
  34. background-color: #f5f5f6;
  35. }
  36. .mui-table-view-cell-line:after{
  37. position: absolute;
  38. right: 0;
  39. bottom: 0;
  40. left: 0px;
  41. height: 5px;
  42. content: '';
  43. -webkit-transform: scaleY(.5);
  44. transform: scaleY(.5);
  45. background-color: #f5f5f6;
  46. }
  47. .radio_box {
  48. display: inline-block;
  49. }
  50. .mui-radio input[type=radio]:before {
  51. font-size: 20px;
  52. vertical-align: middle;
  53. }
  54. .mui-radio.mui-left input[type=radio] {
  55. line-height: 24px!important;
  56. }
  57. .mui-radio.mui-left label {
  58. padding-right: 1px!important;
  59. padding-left: 51px!important;
  60. color: #222222;
  61. }
  62. .mui-content>.mui-table-view:first-child{
  63. margin-top: 0px;
  64. }
  65. .mui-input-row font{
  66. padding: 10px 20px;
  67. float: left;
  68. color: #222222;}
  69. .ztext {
  70. width: 100%;
  71. margin: 0;
  72. border: 0;
  73. }
  74. .action {
  75. padding: 5px 15px;
  76. }
  77. .type_down {
  78. float: right!important;
  79. display: inline-block!important;
  80. vertical-align: middle!important;
  81. line-height: 42px;
  82. margin-right: 10px;
  83. }
  84. .type_con {
  85. width: 55%!important;
  86. float: left!important;
  87. vertical-align: middle!important;
  88. display: inline-block!important;
  89. padding: 10px 0!important;
  90. }
  91. .label {
  92. width: 28%!important;
  93. padding:14px 5px 14px 10px!important;
  94. text-align: left !important;
  95. }
  96. .get_yzm {
  97. padding: 5px!important;
  98. width: auto!important;
  99. }
  100. .yzm_con {
  101. float: left!important;
  102. width: 40%!important;
  103. }
  104. .mui-bar-nav {
  105. background-color: #393a3f;
  106. }
  107. .mui-title{color: #FFFFFF;}
  108. .mui-input-row label {
  109. text-align: -webkit-right;
  110. color: #595959;
  111. }
  112. .mui-btn-block {
  113. padding: 10px;
  114. width: 100%;
  115. }
  116. a {
  117. color: #000;
  118. }
  119. .size-14 {
  120. font-size: 14px;
  121. }
  122. .mui-input-row label~input,
  123. .mui-input-row label~select,
  124. {
  125. line-height: 1.1;
  126. font-size: 14px;
  127. }
  128. .submit-btn{
  129. width: 100%;
  130. position: fixed;
  131. bottom: 0px;
  132. overflow: hidden;
  133. -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
  134. -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
  135. box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  136. }
  137. .submit-btn button{
  138. width: 50%;
  139. float: left;
  140. display: block;
  141. border: none;
  142. padding: 0;
  143. margin: 0;
  144. height: 50px;
  145. border-radius: 0px;
  146. background-color: #2cc6a7;}
  147. .submit-btn>button:first-child{
  148. background: #FFFFFF !important;
  149. color: #000000;
  150. }