説明なし

personal.css 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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-bar-nav {
  40. background-color: #00a1cb;
  41. }
  42. .mui-navbar {
  43. position: fixed;
  44. right: 0;
  45. left: 0;
  46. z-index: 10;
  47. height: 44px;
  48. background-color: #00a1cb;
  49. }
  50. .mui-navbar .mui-bar {
  51. position: absolute;
  52. background: transparent;
  53. text-align: center;
  54. }
  55. .mui-android .mui-navbar-inner.mui-navbar-left {
  56. opacity: 0;
  57. }
  58. .mui-ios .mui-navbar-left .mui-left,
  59. .mui-ios .mui-navbar-left .mui-center,
  60. .mui-ios .mui-navbar-left .mui-right {
  61. opacity: 0;
  62. }
  63. .mui-navbar .mui-btn-nav {
  64. -webkit-transition: none;
  65. transition: none;
  66. -webkit-transition-duration: .0s;
  67. transition-duration: .0s;
  68. }
  69. .mui-navbar .mui-bar .mui-title {
  70. display: inline-block;
  71. width: auto;
  72. }
  73. .mui-page-shadow {
  74. position: absolute;
  75. right: 100%;
  76. top: 0;
  77. width: 16px;
  78. height: 100%;
  79. z-index: -1;
  80. content: '';
  81. }
  82. .mui-page-shadow {
  83. 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%);
  84. 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%);
  85. }
  86. .mui-navbar-inner.mui-transitioning,
  87. .mui-navbar-inner .mui-transitioning {
  88. -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  89. transition: opacity 300ms ease, transform 300ms ease;
  90. }
  91. .mui-page {
  92. display: none;
  93. }
  94. .mui-pages .mui-page {
  95. display: block;
  96. }
  97. .mui-page .mui-table-view:first-child {
  98. margin-top: 15px;
  99. }
  100. .mui-page .mui-table-view:last-child {
  101. margin-bottom: 30px;
  102. }
  103. .mui-table-view {
  104. margin-top: 20px;
  105. }
  106. .mui-table-view span.mui-pull-right {
  107. color: #999;
  108. }
  109. .mui-table-view-divider {
  110. background-color: #efeff4;
  111. font-size: 14px;
  112. }
  113. .mui-table-view-divider:before,
  114. .mui-table-view-divider:after {
  115. height: 0;
  116. }
  117. .head {
  118. height: 40px;
  119. }
  120. #head {
  121. line-height: 40px;
  122. }
  123. .head-img {
  124. width: 40px;
  125. height: 40px;
  126. }
  127. #head-img1 {
  128. position: absolute;
  129. bottom: 10px;
  130. right: 40px;
  131. width: 40px;
  132. height: 40px;
  133. }
  134. .update {
  135. font-style: normal;
  136. color: #999999;
  137. margin-right: -25px;
  138. font-size: 15px;
  139. }
  140. .mui-fullscreen {
  141. position: fixed;
  142. z-index: 20;
  143. background-color: #000;
  144. }
  145. .mui-ios .mui-navbar .mui-bar .mui-title {
  146. position: static;
  147. }
  148. .mui-title {
  149. color: #fff!important;
  150. }
  151. #img1 {
  152. width: 100%;
  153. }
  154. .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  155. padding: 11px 10px;
  156. }
  157. .Content .mui-media-body {
  158. width: 50%;
  159. }
  160. .mui-icon {
  161. font-size: 20px!important;
  162. vertical-align: sub;
  163. }
  164. .Blue {
  165. color: #1775c2;
  166. }
  167. /*图标颜色*/
  168. .yellow {
  169. color: #f68d20;
  170. }
  171. .blue {
  172. color: #1775C2;
  173. }
  174. .blues {
  175. color: #1677be;
  176. }
  177. .green {
  178. color: #008a4d;
  179. }
  180. .red {
  181. color: #e4415d;
  182. }
  183. .Content {
  184. background-color: #fff;
  185. }
  186. .Content-title {
  187. margin-left: 8px;
  188. }
  189. .Content-title h5 {
  190. margin: 0;
  191. line-height: 34px;
  192. color: #797979;
  193. }
  194. .size-16 {
  195. font-size: 16px;
  196. }
  197. .size-14 {
  198. font-size: 14px;
  199. }
  200. .size-13 {
  201. font-size: 13px;
  202. }
  203. .Left-icon {
  204. width: 20%;
  205. line-height: 40px;
  206. margin-right: 3px;
  207. }
  208. .mui-pull-left h4 {
  209. font-size: 13px;
  210. margin-bottom: 8px;
  211. }
  212. .mui-pull-left h5 {
  213. font-size: 12px;
  214. }
  215. #IMG-box {
  216. background-color: #fff;
  217. }
  218. .Common-box li {
  219. display: none;
  220. position: relative;
  221. }
  222. .stateIcon {
  223. position: absolute;
  224. right: 6px;
  225. top: 6px;
  226. width: 20px;
  227. height: 20px;
  228. color: #FFFFFF;
  229. background: #FF1B41;
  230. border-radius: 10px;
  231. font-size: 12px;
  232. }
  233. .red {
  234. color: #ff1b41;
  235. }
  236. .marquee {
  237. overflow: hidden;
  238. line-height: 40px;
  239. background-color: #fff;
  240. margin-bottom: 8px;
  241. margin-top: -5px;
  242. }
  243. .marquee-span {
  244. font-size: 12px;
  245. color: #797979;
  246. font-weight: bold;
  247. }
  248. .Icon {
  249. /*height: 30px; */
  250. padding: 5px;
  251. /* width: 30px; */
  252. border-radius: 50%;
  253. width: 34px;
  254. margin: 0 auto;
  255. }
  256. .Icon i {
  257. color: #fff;
  258. }
  259. .icon-1 {
  260. background-color: #ff9600;
  261. }
  262. .icon-2 {
  263. background-color: #4692f8;
  264. }
  265. .icon-3 {
  266. background-color: #ff784b;
  267. }
  268. .icon-4 {
  269. background-color: #7068e2;
  270. }
  271. .icon-7 {
  272. background-color: #1bce8d;
  273. }
  274. .icon-6 {
  275. background-color: #f26665;
  276. }
  277. .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  278. /*border: none;*/
  279. }
  280. .mui-grid-view.mui-grid-9:after {
  281. position: absolute;
  282. }
  283. .font-weight-bold {
  284. font-weight: bold;
  285. color: #797979 !important;
  286. }
  287. .mui-h5,
  288. h5 {
  289. font-size: 13px;
  290. }
  291. .RoleCode_0,.RoleCode_1,.RoleCode_2,.RoleCode_3{
  292. display: none;
  293. }