flow.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. html,
  2. body {
  3. background-color: #efeff4;
  4. }
  5. .mui-views,
  6. .mui-view,
  7. .mui-pages,
  8. .mui-page,
  9. .mui-page-content {
  10. position: absolute;
  11. left: 0;
  12. right: 0;
  13. top: 0;
  14. bottom: 0;
  15. width: 100%;
  16. height: 100%;
  17. background-color: #efeff4;
  18. }
  19. .mui-pages {
  20. top: 46px;
  21. height: auto;
  22. }
  23. .mui-scroll-wrapper,
  24. .mui-scroll {
  25. background-color: #efeff4;
  26. }
  27. .mui-page.mui-transitioning {
  28. -webkit-transition: -webkit-transform 300ms ease;
  29. transition: transform 300ms ease;
  30. }
  31. .mui-page-left {
  32. -webkit-transform: translate3d(0, 0, 0);
  33. transform: translate3d(0, 0, 0);
  34. }
  35. .mui-ios .mui-page-left {
  36. -webkit-transform: translate3d(-20%, 0, 0);
  37. transform: translate3d(-20%, 0, 0);
  38. }
  39. .mui-navbar {
  40. position: fixed;
  41. right: 0;
  42. left: 0;
  43. z-index: 10;
  44. height: 44px;
  45. background-color: #468CF0;
  46. }
  47. .mui-navbar .mui-bar {
  48. position: absolute;
  49. background: transparent;
  50. text-align: center;
  51. }
  52. .mui-android .mui-navbar-inner.mui-navbar-left {
  53. opacity: 0;
  54. }
  55. .mui-ios .mui-navbar-left .mui-left,
  56. .mui-ios .mui-navbar-left .mui-center,
  57. .mui-ios .mui-navbar-left .mui-right {
  58. opacity: 0;
  59. }
  60. .mui-navbar .mui-btn-nav {
  61. -webkit-transition: none;
  62. transition: none;
  63. -webkit-transition-duration: .0s;
  64. transition-duration: .0s;
  65. }
  66. .mui-navbar .mui-bar .mui-title {
  67. display: inline-block;
  68. width: auto;
  69. }
  70. .mui-page-shadow {
  71. position: absolute;
  72. right: 100%;
  73. top: 0;
  74. width: 16px;
  75. height: 100%;
  76. z-index: -1;
  77. content: '';
  78. }
  79. .mui-page-shadow {
  80. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
  81. background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
  82. }
  83. .mui-navbar-inner.mui-transitioning,
  84. .mui-navbar-inner .mui-transitioning {
  85. -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  86. transition: opacity 300ms ease, transform 300ms ease;
  87. }
  88. .mui-page {
  89. display: none;
  90. }
  91. .mui-pages .mui-page {
  92. display: block;
  93. }
  94. .mui-page .mui-table-view:first-child {
  95. margin-top: 15px;
  96. }
  97. .mui-page .mui-table-view:last-child {
  98. margin-bottom: 30px;
  99. }
  100. .mui-table-view span.mui-pull-right {
  101. color: #999;
  102. }
  103. .hjyj {
  104. font-weight: 600;
  105. color: #333;
  106. }
  107. .hjname {
  108. font: 1.125rem;
  109. color: #468CF0;
  110. font-weight: 600;
  111. }
  112. .mui-table-view-divider {
  113. background-color: #efeff4;
  114. font-size: 14px;
  115. }
  116. .mui-table-view-divider:before,
  117. .mui-table-view-divider:after {
  118. height: 0;
  119. }
  120. .head {
  121. height: 40px;
  122. }
  123. #head {
  124. line-height: 40px;
  125. }
  126. .head-img {
  127. width: 40px;
  128. height: 40px;
  129. }
  130. #head-img1 {
  131. position: absolute;
  132. bottom: 10px;
  133. right: 40px;
  134. width: 40px;
  135. height: 40px;
  136. }
  137. .update {
  138. font-style: normal;
  139. color: #999999;
  140. margin-right: -25px;
  141. font-size: 15px
  142. }
  143. .mui-fullscreen {
  144. position: fixed;
  145. z-index: 20;
  146. background-color: #000;
  147. }
  148. .mui-ios .mui-navbar .mui-bar .mui-title {
  149. position: static;
  150. }
  151. /*问题反馈在setting页面单独的css*/
  152. #feedback .mui-popover {
  153. position: fixed;
  154. }
  155. #feedback .mui-table-view:last-child {
  156. margin-bottom: 0px;
  157. }
  158. #feedback .mui-table-view:first-child {
  159. margin-top: 0px;
  160. }
  161. .mui-plus.mui-plus-stream .mui-stream-hidden {
  162. display: none !important;
  163. }
  164. /*问题反馈在setting页面单独的css==end*/
  165. .mui-table-view-cell {
  166. padding: 10px 15px;
  167. }
  168. .mui-table-view-cell img {
  169. max-width: 90%;
  170. margin: 0 auto;
  171. }
  172. .mui-input-group .mui-input-row {
  173. height: initial
  174. }
  175. .mui-input-row label {
  176. line-height: normal;
  177. padding: initial;
  178. }
  179. input[type=color],
  180. input[type=date],
  181. input[type=datetime-local],
  182. input[type=datetime],
  183. input[type=email],
  184. input[type=month],
  185. input[type=number],
  186. input[type=password],
  187. input[type=search],
  188. input[type=tel],
  189. input[type=text],
  190. input[type=time],
  191. input[type=url],
  192. input[type=week],
  193. select,
  194. textarea {
  195. height: initial;
  196. padding: initial
  197. }
  198. .mui-input-row select {
  199. height: initial
  200. }