123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- body,html,.c-main,.mui-slider,.mui-slider-group{height: 100%;}
- .c-h35 { height: 35px; }
- .c-lh35 { line-height: 35px; }
- .c-323232 { color: #323232; }
- .l-wrapper { top: 50px; }
- .cb-F0B548{background: #F0B548;}
- .cb-19d5c5 { background: #19D5C5; }
- .c-fwb{font-weight: bold;}
- .n-list{margin: 10px;border-radius: 5px;border:1px solid #dcdcdc;}
- .n-list .n-list-li{position: relative;padding-bottom: 5px;}
- .n-list .n-list-key{position: absolute;right: -6px;top:20px}
- .mui-segmented-control { background-color: #FFF; }
- .div-status-content{width: 60px;height: 30px;text-align:center;line-height:30px;color:#fff;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
- .cb-cccccc { background: #cccccc; }
- .zixun-conten{display: -moz-box;display: -webkit-box;background-color: #FFF;max-height:70px;font-size: 14px;padding-right: 10px;margin-bottom:5px;overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#323232;word-break: break-all;font-size: 14px;}
- .doc-avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; }
- .circle-icon { display: inline-block;border:3px solid #909090; border-radius: 5px; }
- .again-btn { padding: 3px 10px; border: 1px solid #17b3ec; border-radius: 5px; }
- #statistics_btn { position: absolute; right: 20px; top: 0; }
-
- .lin-sel-group{
- position: absolute;
- top: 45px;
- background: #fff;
- width: 100%;
- z-index: 11;
- display: none;
- }
- .lin-sel-group li{
- text-align: center;
- color: #17b3ec;
- height: 40px;
- line-height: 40px;
- font-size: 16px;
- border-bottom: 1px solid #f2f4f6;
- }
- .lin-sel-group img{
- width: 20px;
- margin: 10px;
- display: none;
- }
- .lin-sel-group li.checked img{
- display: inline;
- }
- .lin-mask{
- position: absolute;
- top: 45px;
- height: 100%;
- width: 100%;
- /*background: #000;*/
- height: 100%;
- z-index: 10;
- display: none;
- background-color: rgba(0,0,0,0.5);
- }
- .lin-down-arrow{
- position: relative;
- top: -2px;
- left: 5px;
- height: 10px;
- width: 10px;
- border-bottom: 3px solid #fff;
- border-right: 3px solid #fff;
- display: inline-block;
- transform:rotate(45deg);
- -ms-transform:rotate(45deg); /* IE 9 */
- -moz-transform:rotate(45deg); /* Firefox */
- -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
- -o-transform:rotate(45deg); /* Opera */
- zoom: 1;
- box-sizing: border-box;
- }
- .n-list { overflow: hidden; }
- .c-list > .list-arrow-r, .c-list > .list-arrow-u, .c-list > .list-arrow-d {
- padding-right: 1.5rem;
- }
- .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 > .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);
- }
- .no-result-img {
- display: block!important;
- width: 320px!important;
- height: 184px!important;
- margin: 0 auto!important;
- margin-top: 120px!important;
- }
- .mui-segmented-control.mui-scroll-wrapper .mui-scroll {
- width: 100%;
- }
- .mui-segmented-control.mui-scroll-wrapper .mui-control-item {
- width: 50%;
- }
- .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
- border-bottom: 2px solid #17b3ec;
- }
- .mui-segmented-control.mui-scroll-wrapper{height: 40px;}
- .in-list{display: inline-block;background-color: #17B3EC;color: #fff;font-size: 14px;padding: 2px 3px;border-radius: 11px;}
|