阜外心血管项目前端

AddInvoice.css 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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: #3b8bfc;
  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. font-size: 14px;
  42. }
  43. .mui-input-row label~input:-webkit-input-placeholder {
  44. color:#222222; /* WebKit browsers */
  45. }
  46. .mui-input-row label~input:-moz-placeholder {
  47. color: #222222; /* Mozilla Firefox 4 to 18 */
  48. }
  49. .mui-input-row label~input:-moz-placeholder {
  50. color: #222222; /* Mozilla Firefox 19+ */
  51. }
  52. .mui-input-row label~input:-ms-input-placeholder {
  53. color: #222222; /* Internet Explorer 10+ */
  54. }
  55. .mui-table-view-cell {
  56. padding: 0px!important;
  57. }
  58. .mui-table-view-cell:after{
  59. left: 0px;
  60. background-color: #f5f5f6;
  61. }
  62. .mui-table-view-cell-line:after{
  63. position: absolute;
  64. right: 0;
  65. bottom: 0;
  66. left: 0px;
  67. height: 5px;
  68. content: '';
  69. -webkit-transform: scaleY(.5);
  70. transform: scaleY(.5);
  71. background-color: #f5f5f6;
  72. }
  73. .radio_box {
  74. display: inline-block;
  75. }
  76. .mui-radio input[type=radio]:before {
  77. font-size: 20px;
  78. vertical-align: middle;
  79. }
  80. .mui-radio.mui-left input[type=radio] {
  81. line-height: 24px!important;
  82. }
  83. .mui-radio.mui-left label {
  84. padding-right: 1px!important;
  85. padding-left: 51px!important;
  86. color: #222222;
  87. }
  88. .mui-content>.mui-table-view:first-child{
  89. margin-top: 0px;
  90. }
  91. .mui-input-row font{
  92. padding: 10px 20px;
  93. float: left;
  94. color: #222222;}
  95. .ztext {
  96. width: 100%;
  97. margin: 0;
  98. border: 0;
  99. }
  100. .action {
  101. padding: 5px 15px;
  102. }
  103. .type_down {
  104. float: right!important;
  105. display: inline-block!important;
  106. vertical-align: middle!important;
  107. line-height: 42px;
  108. margin-right: 10px;
  109. }
  110. .type_con {
  111. width: 55%!important;
  112. float: left!important;
  113. vertical-align: middle!important;
  114. display: inline-block!important;
  115. padding: 10px 0!important;
  116. }
  117. .label {
  118. width: 28%!important;
  119. padding:14px 5px 14px 10px!important;
  120. text-align: left !important;
  121. }
  122. .get_yzm {
  123. padding: 5px!important;
  124. width: auto!important;
  125. }
  126. .yzm_con {
  127. float: left!important;
  128. width: 40%!important;
  129. }
  130. .mui-bar-nav {
  131. background-color: #393a3f;
  132. }
  133. .mui-title{color: #FFFFFF;}
  134. .mui-input-row label {
  135. text-align: -webkit-right;
  136. color: #595959;
  137. }
  138. .mui-input-row .tital {
  139. width: 100% !important;
  140. font-size: 16px;
  141. color: #3b8bfc;
  142. font-weight: 600;
  143. }
  144. .mui-btn-block {
  145. padding: 10px;
  146. width: 100%;
  147. }
  148. a {
  149. color: #000;
  150. }
  151. .size-14 {
  152. font-size: 14px;
  153. }
  154. .mui-input-row label~input,
  155. .mui-input-row label~select,
  156. {
  157. line-height: 1.1;
  158. font-size: 14px;
  159. }
  160. .submit-btn{
  161. width: 100%;
  162. position: fixed;
  163. bottom: 0px;
  164. overflow: hidden;
  165. -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
  166. -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
  167. box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  168. }
  169. .submit-btn button{
  170. width: 100%;
  171. float: left;
  172. display: block;
  173. border: none;
  174. padding: 0;
  175. margin: 0;
  176. height: 50px;
  177. border-radius: 0px;
  178. background-color: #3b8bfc;}