123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- .c-list{
- background-color: transparent;
- border: 0;
- }
- .posater-oper li {
- margin: 10px 10px;
- background: #fff;
- border-radius: 5px;
- }
- .c-list-indent-m {
- padding-right: 50px !important;
- }
- .c-yqy-action{
- background-color: #4dcd6f;
- }
- .c-dqy-action,.c-dtx-action{
- background-color: #ff4c4c;
- }
- .c-ytx-action{
- background-color: #ccc;
- }
- .c-to-remind-action { background-color: #FF4D4C; }
- .c-reminded-action { background-color: #CCC; }
- .c-list-action{
- color: #fff !important;
- text-align: center;
- border-bottom-right-radius: 5px;
- border-top-right-radius: 5px;
- right: 0px!important;
- width: 50px;
- }
- .c-list-action>p{
- color: #fff;
- }
- .c-list .c-list-info > p {
- line-height: 26px;
- }
- .c-list > .c-list-cover {
- /*padding-left: 0 !important;*/
- margin-left: 10px !important;
- }
- .c-avatar-m img{
- border-radius: 50%;
- }
- .posater-oper li{
- padding: 0;
- }
- .allTx{
- width: 50px;
- height: 50px;
- position: absolute;
- bottom: 10px;
- right: 10px;
- color: #fff;
- border-radius: 50%;
- z-index: 9999;
- text-align: center;
- display: -webkit-box;
- -webkit-box-align: center;
- -webkit-box-orient: horizontal;
- }
- .allTx>img {
- width: 50px;
- height: 50px;
- }
- .f-fs14{
- font-size: 14px!important;
- }
- .lh26{
- line-height: 26px!important;
- }
- .weixin-icon { width: 30px; height: 30px; margin-left: 15px; }
- .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-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;
- }
- .icon-checkbox{
- position: relative;
- -webkit-appearance: none;
- }
- .icon-checkbox[type=radio]:before{
- content: '\e411';
- font-family: Muiicons;
- font-size: 28px;
- font-weight: 400;
- line-height: 1;
- text-decoration: none;
- color: #e1e1e1;
- border-radius: 0;
- background: 0 0;
- -webkit-font-smoothing: antialiased;
- }
- .icon-checkbox[type=radio]:checked:before{
- content: '\e442';
- color: #17B3EC;
- }
- .icon-checkbox[type=checkbox]:disabled:before{
- content: '\e442'; color: #e1e1e1;
- }
- .red-dot{
- display: inline-block;
- background-color: red;
- width: 5px;
- height: 5px;
- border-radius: 50%;
- margin-bottom: 5px;
- margin-right:5px;
- }
- .icon-zhuanqian{
- position: absolute;
- top: 50%;
- right: 58px;
- margin-top: -25px;
- }
|