Aucune description

Setting.css 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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: #f7f7f8;
  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 {
  101. margin-top: 20px;
  102. }
  103. .mui-table-view span.mui-pull-right {
  104. color: #999;
  105. }
  106. .mui-table-view-divider {
  107. background-color: #efeff4;
  108. font-size: 14px;
  109. }
  110. .mui-table-view-divider:before,
  111. .mui-table-view-divider:after {
  112. height: 0;
  113. }
  114. .head {
  115. height: 40px;
  116. }
  117. #head {
  118. line-height: 40px;
  119. }
  120. .head-img {
  121. width: 40px;
  122. height: 40px;
  123. }
  124. #head-img1 {
  125. position: absolute;
  126. bottom: 10px;
  127. right: 40px;
  128. width: 40px;
  129. height: 40px;
  130. }
  131. .update {
  132. font-style: normal;
  133. color: #999999;
  134. margin-right: -25px;
  135. font-size: 15px
  136. }
  137. .mui-fullscreen {
  138. position: fixed;
  139. z-index: 20;
  140. background-color: #000;
  141. }
  142. .mui-ios .mui-navbar .mui-bar .mui-title {
  143. position: static;
  144. }
  145. /*问题反馈在setting页面单独的css*/
  146. #feedback .mui-popover{
  147. position: fixed;
  148. }
  149. #feedback .mui-table-view:last-child {
  150. margin-bottom: 0px;
  151. }
  152. #feedback .mui-table-view:first-child {
  153. margin-top: 0px;
  154. }
  155. /*问题反馈在setting页面单独的css==end*/