12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .lin-down-arrow{
- position: relative;
- top: 3px;
- left: 5px;
- height: 10px;
- width: 10px;
- background: url(../images/zhangkai_icon.png) no-repeat;
- background-size: 100%;
- display: inline-block;
- }
- .header-link2{position: absolute; top:0; right: 46px;}
- .header-link2 a{
- padding: 5px 7px;
- background-color: #fff;
- color: #17b3ec;
- border-radius: 50%;
- font-weight: bold;
- font-size: 14px;
- }
- .header-link img{vertical-align: middle;}
- .day span{display: inline-block;width: 29px;height: 29px;}
- .day span.active{
- background-color: #17b3ec;
- color: #fff;
- border-radius: 50%;
- }
- .c-list{background-color:#f2f4f6}
- .c-list > li{margin-left: 0;border-top: 1px solid #e1e1e1;}
- .plan_li{
-
- border-radius: 10px;
- margin-top: 10px;
- }
- .c-avatar-m{width: 50px; height: 50px;}
- .c-list > .list-arrow-r:after, .c-list > .list-arrow-u:after, .c-list > .list-arrow-d:after{right: 15px;}
- .c-list > li:first-child, .c-list > .c-list-div:first-child{border-top: 1px solid #e1e1e1;}
- .mask{position: absolute; width:100%; height: 100%; top:0; left:0;background: rgba(0,0,0,0.5); z-index:2; display: none;}
- .mask ul{position:fixed; bottom: 10px; left:0;width: -webkit-calc(100% - 30px);width: -moz-calc(100%-30px); width: calc(100%-30px);}
- .mask ul .li1{border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom: 1px solid #e1e1e1;}
- .mask ul .li2{border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
- .mask ul .li3{border-radius: 5px;}
- .mui-table-view{background: none;}
- .mui-table-view-cell{padding:0; background-color: #fff; margin-top: 10px;}
- .mui-table-view-cell1{padding: 11px 15px; margin-top:0;}
- .mui-table-view-cell:first-child{margin-top: 0;}
- .mui-table-view-cell>a:not(.mui-btn){margin:0; padding:5px 10px;}
- .mui-table-view-cell:after{left:0;}
- .mui-table-view-cell:before{
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
- .mui-table-view-cell.mui-collapse.mui-active{
- margin-top: 10px;
- }
- .mui-table-view-cell.mui-collapse .mui-collapse-content{margin:0; padding:0;}
- .c-e83434{color: #e83434;}
- .add_icon{
- position: absolute;
- top: 50%;
- right: 15px;
- width: 45px;
- height: 28px;
- margin-top: -14px;
- border-radius: 14px;
- text-align: center;
- background-color: #17b3ec;
- z-index:2;
- }
- .num_icon{
- position: absolute;
- width: 25px;
- height: 25px;
- top: 50%;
- right: 35px;
- background-color: #17b3ec;
- border-radius: 50%;
- margin-top: -9px;
- font-size: 16px;
- text-align: center;
- }
- .mui-content{background: none;}
- .in-list{display: inline-block;background-color: #17B3EC;color: #fff;font-size: 14px;padding: 1px 3px;border-radius: 11px;}
|