1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .mui-popover .mui-scroll-wrapper,.mui-popover.mui-popover-action .mui-table-view{
- margin: 0px;
- border-radius: 0px;
- }
- .md-title{
- font-size: 16px;
- color: #333333;
- padding: 10px 0px;
- text-align: center;
- }
- .md-wrapper{
- top: 74px;
- }
- .md-tag{
- display: -webkit-box;
- height: 30px;
- border-bottom: solid 1px #d8d8d8;
-
- }
- .md-tag li{
- width: 33.3333333333333%;
- font-size: 14px;
- color: #333333;
- border-bottom: solid 1px transparent;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .md-tag li.active{
- color: #74bf00;
- border-bottom-color:#74bf00;
- }
- .mui-popover.mui-popover-action .mui-table-view{
- background-color: #fff;
- font-size: 14px;
- color: #999;
- }
- .mui-popover.mui-popover-action .mui-table-view li{
- height: 40px;
- line-height: 40px;
- border-bottom: solid 1px #dcdcdc;
- }
- .mui-popover.mui-popover-action .mui-table-view li:last-child{
- border-bottom: none;
- }
- .mui-popover.mui-popover-action .mui-table-view li:active{
- background-color: #e5e6e7;
- }
- .mui-popover.mui-popover-action .mui-table-view li.active{
- color: #74bf00;
- }
- .md-bttn-true{
- font-size: 14px;
- color: #74bf00;
- position: absolute;
- right: 0px;
- top: 0px;
- line-height: 44px;
- padding-right: 10px;
- display: none;
- }
- .md-bttn-false{
- font-size: 14px;
- color: #999;
- position: absolute;
- right: 0px;
- top: 0px;
- line-height: 44px;
- padding-right: 10px;
- }
|