| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- html,
- body {
- background-color: #efeff4;
- }
- .mui-views,
- .mui-view,
- .mui-pages,
- .mui-page,
- .mui-page-content {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background-color: #efeff4;
- }
- .mui-pages {
- top: 46px;
- height: auto;
- }
- .mui-scroll-wrapper,
- .mui-scroll {
- background-color: #efeff4;
- }
- .mui-page.mui-transitioning {
- -webkit-transition: -webkit-transform 300ms ease;
- transition: transform 300ms ease;
- }
- .mui-page-left {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .mui-ios .mui-page-left {
- -webkit-transform: translate3d(-20%, 0, 0);
- transform: translate3d(-20%, 0, 0);
- }
- .mui-bar-nav {
- background-color: #00a1cb;
- }
- .mui-navbar {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 10;
- height: 44px;
- background-color: #00a1cb;
- }
- .mui-navbar .mui-bar {
- position: absolute;
- background: transparent;
- text-align: center;
- }
- .mui-android .mui-navbar-inner.mui-navbar-left {
- opacity: 0;
- }
- .mui-ios .mui-navbar-left .mui-left,
- .mui-ios .mui-navbar-left .mui-center,
- .mui-ios .mui-navbar-left .mui-right {
- opacity: 0;
- }
- .mui-navbar .mui-btn-nav {
- -webkit-transition: none;
- transition: none;
- -webkit-transition-duration: .0s;
- transition-duration: .0s;
- }
- .mui-navbar .mui-bar .mui-title {
- display: inline-block;
- width: auto;
- }
- .mui-page-shadow {
- position: absolute;
- right: 100%;
- top: 0;
- width: 16px;
- height: 100%;
- z-index: -1;
- content: '';
- }
- .mui-page-shadow {
- 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%);
- 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%);
- }
- .mui-navbar-inner.mui-transitioning,
- .mui-navbar-inner .mui-transitioning {
- -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
- transition: opacity 300ms ease, transform 300ms ease;
- }
- .mui-page {
- display: none;
- }
- .mui-pages .mui-page {
- display: block;
- }
- .mui-page .mui-table-view:first-child {
- margin-top: 15px;
- }
- .mui-page .mui-table-view:last-child {
- margin-bottom: 30px;
- }
- .mui-table-view {
- margin-top: 20px;
- }
- .mui-table-view span.mui-pull-right {
- color: #999;
- }
- .mui-table-view-divider {
- background-color: #efeff4;
- font-size: 14px;
- }
- .mui-table-view-divider:before,
- .mui-table-view-divider:after {
- height: 0;
- }
- .head {
- height: 40px;
- }
- #head {
- line-height: 40px;
- }
- .head-img {
- width: 40px;
- height: 40px;
- }
- #head-img1 {
- position: absolute;
- bottom: 10px;
- right: 40px;
- width: 40px;
- height: 40px;
- }
- .update {
- font-style: normal;
- color: #999999;
- margin-right: -25px;
- font-size: 15px;
- }
- .mui-fullscreen {
- position: fixed;
- z-index: 20;
- background-color: #000;
- }
- .mui-ios .mui-navbar .mui-bar .mui-title {
- position: static;
- }
- .mui-title {
- color: #fff!important;
- }
- #img1 {
- width: 100%;
- }
- .mui-grid-view.mui-grid-9 .mui-table-view-cell {
- padding: 11px 10px;
- }
- .Content .mui-media-body {
- width: 50%;
- }
- .mui-icon {
- font-size: 20px!important;
- vertical-align: sub;
- }
- .Blue {
- color: #1775c2;
- }
- /*图标颜色*/
- .yellow {
- color: #f68d20;
- }
- .blue {
- color: #1775C2;
- }
- .blues {
- color: #1677be;
- }
- .green {
- color: #008a4d;
- }
- .red {
- color: #e4415d;
- }
- .Content {
- background-color: #fff;
- }
- .Content-title {
- margin-left: 8px;
- }
- .Content-title h5 {
- margin: 0;
- line-height: 34px;
- color: #797979;
- }
- .size-16 {
- font-size: 16px;
- }
- .size-14 {
- font-size: 14px;
- }
- .size-13 {
- font-size: 13px;
- }
- .Left-icon {
- width: 20%;
- line-height: 40px;
- margin-right: 3px;
- }
- .mui-pull-left h4 {
- font-size: 13px;
- margin-bottom: 8px;
- }
- .mui-pull-left h5 {
- font-size: 12px;
- }
- #IMG-box {
- background-color: #fff;
- }
- .Common-box li {
- display: none;
- position: relative;
- }
- .stateIcon {
- position: absolute;
- right: 6px;
- top: 6px;
- height: 20px;
- color: #FF1B41;
- border-radius: 10px;
- font-size: 14px;
- font-weight: bold;
- }
- .red {
- color: #ff1b41;
- }
- .marquee {
- overflow: hidden;
- line-height: 40px;
- background-color: #fff;
- margin-bottom: 8px;
- margin-top: -5px;
- }
- .marquee-span {
- font-size: 12px;
- color: #797979;
- font-weight: bold;
- }
- .Icon {
- /*height: 30px; */
- padding: 5px;
- /* width: 30px; */
- border-radius: 50%;
- width: 34px;
- margin: 0 auto;
- }
- .Icon i {
- color: #fff;
- }
- .icon-1 {
- background-color: #ff9600;
- }
- .icon-2 {
- background-color: #4692f8;
- }
- .icon-3 {
- background-color: #ff784b;
- }
- .icon-4 {
- background-color: #7068e2;
- }
- .icon-5 {
- background-color: #7068e2;
- }
- .icon-7 {
- background-color: #1bce8d;
- }
- .icon-8 {
- background-color: #247fc2;
- }
- .icon-6 {
- background-color: #f26665;
- }
- .mui-grid-view.mui-grid-9 .mui-table-view-cell {
- /*border: none;*/
- }
- .mui-grid-view.mui-grid-9:after {
- position: absolute;
- }
- .font-weight-bold {
- font-weight: bold;
- color: #797979 !important;
- }
- .mui-h5,
- h5 {
- font-size: 13px;
- }
- .RoleCode_0{
- display: none;
- }
- .RoleCode_1{
- display: none;
- }
- .RoleCode_2{
- display: none;
- }
- .RoleCode_3{
- display: none;
- }
- .RoleCode_4{
- display: none;
- }
- .Icon{
- width: 34px;
- height: 34px;
- }
- .Icon img{
- width: 20px;
- margin: 2px;
- }
|