flow.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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: #00c4cb;
  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. .mui-table-view-divider {
  104. background-color: #efeff4;
  105. font-size: 14px;
  106. }
  107. .mui-table-view-divider:before,
  108. .mui-table-view-divider:after {
  109. height: 0;
  110. }
  111. .head {
  112. height: 40px;
  113. }
  114. #head {
  115. line-height: 40px;
  116. }
  117. .head-img {
  118. width: 40px;
  119. height: 40px;
  120. }
  121. #head-img1 {
  122. position: absolute;
  123. bottom: 10px;
  124. right: 40px;
  125. width: 40px;
  126. height: 40px;
  127. }
  128. .update {
  129. font-style: normal;
  130. color: #999999;
  131. margin-right: -25px;
  132. font-size: 15px
  133. }
  134. .mui-fullscreen {
  135. position: fixed;
  136. z-index: 20;
  137. background-color: #000;
  138. }
  139. .mui-ios .mui-navbar .mui-bar .mui-title {
  140. position: static;
  141. }
  142. /*问题反馈在setting页面单独的css*/
  143. #feedback .mui-popover {
  144. position: fixed;
  145. }
  146. #feedback .mui-table-view:last-child {
  147. margin-bottom: 0px;
  148. }
  149. #feedback .mui-table-view:first-child {
  150. margin-top: 0px;
  151. }
  152. .mui-plus.mui-plus-stream .mui-stream-hidden {
  153. display: none !important;
  154. }
  155. /*问题反馈在setting页面单独的css==end*/
  156. .mui-table-view-cell {
  157. padding: 10px 15px;
  158. }
  159. .mui-input-group .mui-input-row {
  160. height: initial
  161. }
  162. .mui-input-row label {
  163. line-height: normal;
  164. padding: initial
  165. }
  166. input[type=color],
  167. input[type=date],
  168. input[type=datetime-local],
  169. input[type=datetime],
  170. input[type=email],
  171. input[type=month],
  172. input[type=number],
  173. input[type=password],
  174. input[type=search],
  175. input[type=tel],
  176. input[type=text],
  177. input[type=time],
  178. input[type=url],
  179. input[type=week],
  180. select,
  181. textarea {
  182. height: initial;
  183. padding: initial
  184. }
  185. .mui-input-row select {
  186. height: initial
  187. }