12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @charset "utf-8";
- /* c-list
- -----------------------------------------------------------------------------*/
- .ptb12 { padding-top: .6rem; padding-bottom: .6rem; }
- .c-list-group h3 { padding: .3rem .75rem; background-color: #f9f9f9; font-size: .65rem; color: #5b5b5b; margin: 0; vertical-align: middle; }
- .c-avatar-s { width: 1.3rem; height: 1.3rem; }
- .c-avatar-m { width: 2rem; height: 2rem; }
- .c-avatar-l { width: 2.7rem; height: 2.7rem; }
- .c-avatar-s img, .c-avatar-m img, .c-avatar-l img { width: 100%; height: 100%; }
- .c-list > li, .c-list > .c-list-div { position: relative; display: -webkit-box; display: box; -webkit-box-pack: center; box-pack: center; padding-right: 0.75rem; margin-left: 0.75rem; border-top: 1px solid #f1f1f1; line-height:1rem;}
- .c-list > li:first-child, .c-list > .c-list-div:first-child { border-top: none; }
- .c-list > .c-list-cover, .c-list > .c-list-link:active { padding-left: 0.75rem; margin-left: 0; }
- .c-list > .c-list-link:active { background: #f7f7f7;}
- .c-list-a{display: -webkit-box; display: box; width:100%; color:#333;}
- .c-list-title, .c-list-key, .c-list-info { display: -webkit-box; display: box; -webkit-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; box-pack: center; }
- .c-list-title{ -webkit-box-pack: start; box-pack: start;}
- .c-list-info { -webkit-box-flex: 1; box-flex: 1; }
- .c-list > .c-list-fun, .c-list > .c-list-label{ border-top: none; padding-right: 0; }
- .c-list > li:first-child, .c-list > .c-list-fun:first-child .c-list-info, .c-list > .c-list-fun:first-child .c-list-key, .c-list > .c-list-fun:first-child .c-list-title, .c-list-div:first-child { border: none; }
- .c-list > .list-arrow-r, .c-list > .list-arrow-u, .c-list > .list-arrow-d { padding-right: 1.5rem; }
- .c-list > .list-arrow-r:after, .c-list > .list-arrow-u:after, .c-list > .list-arrow-d:after { position: absolute; top: 50%; right: 0.75rem; margin-top: -0.25rem; content: ""; display: block; width: 0.4rem; height: 0.4rem; border: solid #cdcdcd; border-width: 0.1rem 0.1rem 0 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
- .c-list > .list-arrow-u:after { right: 0.65rem; margin-top: -0.1rem; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
- .c-list > .list-arrow-d:after { right: 0.65rem; margin-top: -0.4rem; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
- .c-list-info.c-border-t, .c-list-key.c-border-t, .c-list-title.c-border-t { border-color: #f1f1f1; }
- @font-face {
- font-family: Muiicons;
- font-weight: 400;
- font-style: normal;
- src: url(../../../fonts/mui.ttf) format('truetype')
- }
- .mui-input-row .mui-input-clear~.mui-icon-clear{
- font-size: 20px;
- position: absolute;
- z-index: 1;
- top: 10px;
- right: -10px;
- width: 38px;
- height: 38px;
- line-height: 38px;
- text-align: center;
- color: #999
- }
- .mui-icon {
- font-family: Muiicons;
- font-size: 24px;
- font-weight: 400;
- font-style: normal;
- line-height: 1;
- display: inline-block;
- text-decoration: none;
- -webkit-font-smoothing: antialiased;
- }
- .mui-hidden {
- display: none!important;
- }
- .mui-icon-clear:before, .mui-icon-close-filled:before {
- content: '\e434';
- }
|