Ei kuvausta

personal.css 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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. height: 20px;
  227. color: #FF1B41;
  228. border-radius: 10px;
  229. font-size: 14px;
  230. font-weight: bold;
  231. }
  232. .red {
  233. color: #ff1b41;
  234. }
  235. .marquee {
  236. overflow: hidden;
  237. line-height: 40px;
  238. background-color: #fff;
  239. margin-bottom: 8px;
  240. margin-top: -5px;
  241. }
  242. .marquee-span {
  243. font-size: 12px;
  244. color: #797979;
  245. font-weight: bold;
  246. }
  247. .Icon {
  248. /*height: 30px; */
  249. padding: 5px;
  250. /* width: 30px; */
  251. border-radius: 50%;
  252. width: 34px;
  253. margin: 0 auto;
  254. }
  255. .Icon i {
  256. color: #fff;
  257. }
  258. .icon-1 {
  259. background-color: #ff9600;
  260. }
  261. .icon-2 {
  262. background-color: #4692f8;
  263. }
  264. .icon-3 {
  265. background-color: #ff784b;
  266. }
  267. .icon-4 {
  268. background-color: #7068e2;
  269. }
  270. .icon-5 {
  271. background-color: #7068e2;
  272. }
  273. .icon-7 {
  274. background-color: #1bce8d;
  275. }
  276. .icon-8 {
  277. background-color: #247fc2;
  278. }
  279. .icon-6 {
  280. background-color: #f26665;
  281. }
  282. .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  283. /*border: none;*/
  284. }
  285. .mui-grid-view.mui-grid-9:after {
  286. position: absolute;
  287. }
  288. .font-weight-bold {
  289. font-weight: bold;
  290. color: #797979 !important;
  291. }
  292. .mui-h5,
  293. h5 {
  294. font-size: 13px;
  295. }
  296. .RoleCode_0{
  297. display: none;
  298. }
  299. .RoleCode_1{
  300. display: none;
  301. }
  302. .RoleCode_2{
  303. display: none;
  304. }
  305. .RoleCode_3{
  306. display: none;
  307. }
  308. .RoleCode_4{
  309. display: none;
  310. }
  311. .Icon{
  312. width: 34px;
  313. height: 34px;
  314. }
  315. .Icon img{
  316. width: 20px;
  317. margin: 2px;
  318. }