| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- body {
- font-size: 14px;
- }
- .font-color1{
- color: #e03636 !important;
- }
- .font-color2{
- color: #303030 !important;
- }
- .font-color3{
- color: #999999 !important;
- }
- .font-color4{
- color:#2cc6a7 ;
- }
- .font-color5{
- color: #595959 !important;
- }
- .font-color6{
- color: #222222 !important;
- }
- /*导航样式*/
- .mui-tabs{
- bottom: 0;
- display: table;
- width: 100%;
- height: 50px;
- padding: 0;
- table-layout: fixed;
- border-top: 0;
- border-bottom: 0;
- position: fixed;
- z-index: 10;
- right: 0;
- left: 0;
- height: 44px;
- padding-right: 10px;
- padding-left: 10px;
- border-bottom: 0;
- background-color: #f7f7f7;
- -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
- box-shadow: 0 0 1px rgba(0, 0, 0, .85);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;}
- .mui-tabs-item{
- display: table-cell;
- overflow: hidden;
- width: 1%;
- height: 50px;
- text-align: center;
- vertical-align: middle;
- white-space: nowrap;
- text-overflow: ellipsis;
- color: #929292;
- }
- .mui-icon {
- top: 3px;
- width: 24px;
- height: 24px;
- padding-top: 0;
- padding-bottom: 0;
- font-size: 24px;
- position: relative;
- z-index: 20;
- }
- .mui-tab-label {
- font-size: 11px;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mui-active{
- color: #2cc6a7;
- }
- /*工单动态*/
- .mui-bar-popover {
- width: 30%;
- }
- .mui-popover.mui-bar-popover .mui-table-view {
- width: 100%;
- }
- .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
- text-align: center;
- }
- .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
- float: left;
- color: #222222;
- }
- .mui-input-row label~input:-webkit-input-placeholder {
- color:#222222; /* WebKit browsers */
- }
- .mui-input-row label~input:-moz-placeholder {
- color: #222222; /* Mozilla Firefox 4 to 18 */
- }
- .mui-input-row label~input:-moz-placeholder {
- color: #222222; /* Mozilla Firefox 19+ */
- }
- .mui-input-row label~input:-ms-input-placeholder {
- color: #222222; /* Internet Explorer 10+ */
- }
- .mui-table-view-cell {
- padding: 0px!important;
- }
- .mui-table-view-cell:after{
- left: 0px;
- background-color: #f5f5f6;
- }
- .mui-bar-nav {
- background-color: #393a3f;
- }
- .mui-title{color: #FFFFFF;}
- /*工单详情*/
- .mui-tail{
- padding: 0px 80px 15px 40px;
- position: relative;
- }
- .mui-tail span{
- margin-right:0px;
- font-size: 12px;
- }
- .mui-tail p{
- margin-top: 10px;
- font-size: 12px;
- }
- .mui-table-view-cell-pmargin p{
- padding: 14px 10px;
- border-top: 1px solid #f5f5f6;
- }
- .mui-tail .span3{
- position: absolute;
- right: 10px;
- top: 0px;
- }
- .mui-tail-contail:first-child{
- padding-top: 15px !important;
- }
- .mui-table-view-li:after{
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 0px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .mui-table-view-li label{
- padding:7px 10px 7px 10px!important;
-
- }
- .mui-tail-contail{
- position: relative;
- }
- .mui-tail-contail .circular{
- position: absolute;
- background: #2cc6a7;
- left: 15px;
- top: 20px;
- width: 12px;
- height: 12px;
- -moz-border-radius: 6px; /* Firefox */
- -webkit-border-radius: 6px; /* Safari 和 Chrome */
- border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- z-index: 3;
- }
- .mui-tail-contail .circular_h{
- position: absolute;
- background: #e1e1e1;
- left: 16px;
- top: 5px;
- width: 10px;
- height: 10px;
- -moz-border-radius: 5px; /* Firefox */
- -webkit-border-radius: 5px; /* Safari 和 Chrome */
- border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- z-index: 3;
-
- }
- .mui-tail-contail .circular_hd{
- position: absolute;
- background: #e1e1e1;
- left: 15px;
- top: 5px;
- width: 12px;
- height: 12px;
- -moz-border-radius: 6px; /* Firefox */
- -webkit-border-radius: 6px; /* Safari 和 Chrome */
- border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- z-index: 3;
-
- }
- .mui-tail-contail .string1{
- position: absolute;
- background: #e1e1e1;
- left: 20px;
- top: 20px;
- width: 2px;
- height: 70px;
- z-index: 1;
- }
- .mui-tail-contail .string{
- position: absolute;
- background: #e1e1e1;
- left: 20px;
- top: 0px;
- width: 2px;
- height: 70px;
- z-index: 1;
- }
- .mui-tail-contail .string3{
- position: absolute;
- background: #e1e1e1;
- left: 20px;
- top: 0px;
- width: 2px;
- height: 5px;
- z-index: 1;
- }
- .mui-table-view-ul:after{
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 5px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .mui-table-view-ul-1:after{
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .mui-nav{
- position: fixed;
- width: 100%;
- top: 44px;
- height: 44px;
- line-height: 44px;
- text-align: center;
- background: #22c9a8;
- z-index: 333;
- color: #FFFFFF;
- font-size: 17px;}
- .mui-nav a{
- position: absolute;
- left: 15px;
- line-height: 44px;
- color: #FFFFFF;
- }
- .mui-nav span{
- position: absolute;
- right: 15px;
- line-height: 44px;
- font-size: 13px;
- }
- .mui-icon img{
- width: 100%;
- }
|