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