12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .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: #37a6ec;
- border-bottom-color:#37a6ec;
- }
- .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: #37a6ec;
- }
- .md-bttn-true{
- font-size: 14px;
- color: #37a6ec;
- 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;
- }
|