| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 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;
- }
|