123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- .mui-content .ca_slider .mui-slider-item img {
- height: 200px;
- width: 100%;
- }
- .mui-content .ca_slider .mui-slider-indicator .mui-indicator {
- box-shadow: none;
- border: none;
- }
- .mui-content .ca_slider .mui-slider-indicator {
- text-align: right;
- border: none;
- /*background: rgba(0,0,0,.4);
- bottom: 0;
- padding: 5px 0;*/
- bottom: 3px;
- }
- .mui-content .ca_slider .mui-slider-title {
- background: rgba(0, 0, 0, .4);
- color: #FFFFFF;
- }
- .mui-content .ca_slider .mui-slider-group .mui-slider-item p span {
- width: 200px;
- overflow: hidden;
- display: block;
- font-size: 14px;
- text-overflow: ellipsis;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell .mui-media-object {
- max-width: 100px;
- width: 100px;
- height: 75px;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell .mui-media-body h4 {
- white-space: normal;
- overflow: hidden;
- -webkit-line-clamp: 2;
- text-overflow: ellipsis;
- overflow: hidden;
- font-size: 16px;
- font-weight: normal;
- line-height: 24px;
- margin-top: -3px;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
- white-space: normal;
- text-overflow: inherit;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell a {
- position: relative;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell .mui-ellipsis {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- position: absolute;
- top: 64px;
- }
- .ca_media_list .mui-card-header {
- background-color: #FFFFFF;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell {
- padding-bottom: 10px;
- }
- .ca_media_list .mui-table-view .mui-table-view-cell.mui-active a {
- background: #FFFFFF;
- }
- .nav {
- padding-top: 8px;
- padding-bottom: 8px;
- overflow: hidden;
- position: relative;
- }
- .nav>div {
- float: left;
- line-height: 1;
- }
- .nav>div:first-child {
- width: 34px;
- height: 34px;
- }
- .nav>div:nth-child(2) {
- padding: 11px 10px;
- }
- .nav>div:nth-child(2)>div:first-child {
- font-size: 14px;
- margin-bottom: 5px;
- }
- .nav img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .nav>div:nth-child(3) {
- font-size: 14px;
- position: absolute;
- top: 19px;
- right: 0;
- color: #1BADF8;
- }
- .mui-active {
- background: #FFFFFF !important;
- }
|