| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- body {
- font-size: 14px;
- }
- .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-ul{
- margin-bottom: 8px;
- }
- .pop_up_div2{
- display: none;
- }
- .mui-nav{
- position: fixed;
- width: 100%;
- top: 0px;
- height: 44px;
- line-height: 44px;
- text-align: center;
- /*background: #22c9a8;*/
- background: #FFFFFF;
- z-index: 333;
- color: #000000;
- /*color: #FFFFFF;*/
- font-size: 17px;}
- .mui-nav a{
- position: absolute;
- left: 15px;
- line-height: 44px;
- color: #000000;
- }
- .mui-nav span{
- position: absolute;
- right: 15px;
- line-height: 44px;
- font-size: 13px;
- }
- .mui-table-view-li label {
- padding: 7px 10px 7px 10px!important;
- }
- .mui-input-row .mui-right {
- text-align: right;
- width: 60%;
- float: right;
- }
- .mui-table-view-cell {
- padding: 0px!important;
- }
- .mui-icon {
- font-size: 20px!important;
- vertical-align: sub;
- }
- .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;
- }
- .mui-media-body{
- font-size: 22px;
- }
- .mui-table-view .mui-media-object{
- line-height: 42px;
- max-width: 100px;
- height: 60px;
- }
- .mui-grid-view.mui-grid-9{
- background: #FFFFFF;
- }
- .Managment a{
- padding: 0 !important;
- }
- .frist_list{
- margin-top: 10px !important;
- }
|