qygl.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .c-list{
  2. background-color: transparent;
  3. border: 0;
  4. }
  5. .posater-oper li {
  6. margin: 10px 10px;
  7. background: #fff;
  8. border-radius: 5px;
  9. }
  10. .c-list-indent-m {
  11. padding-right: 50px !important;
  12. }
  13. .c-yqy-action{
  14. background-color: #4dcd6f;
  15. }
  16. .c-dqy-action,.c-dtx-action{
  17. background-color: #ff4c4c;
  18. }
  19. .c-ytx-action{
  20. background-color: #ccc;
  21. }
  22. .c-to-remind-action { background-color: #FF4D4C; }
  23. .c-reminded-action { background-color: #CCC; }
  24. .c-list-action{
  25. color: #fff !important;
  26. text-align: center;
  27. border-bottom-right-radius: 5px;
  28. border-top-right-radius: 5px;
  29. right: 0px!important;
  30. width: 50px;
  31. }
  32. .c-list-action>p{
  33. color: #fff;
  34. }
  35. .c-list .c-list-info > p {
  36. line-height: 26px;
  37. }
  38. .c-list > .c-list-cover {
  39. /*padding-left: 0 !important;*/
  40. margin-left: 10px !important;
  41. }
  42. .c-avatar-m img{
  43. border-radius: 50%;
  44. }
  45. .posater-oper li{
  46. padding: 0;
  47. }
  48. .allTx{
  49. width: 50px;
  50. height: 50px;
  51. position: absolute;
  52. bottom: 10px;
  53. right: 10px;
  54. color: #fff;
  55. border-radius: 50%;
  56. z-index: 9999;
  57. text-align: center;
  58. display: -webkit-box;
  59. -webkit-box-align: center;
  60. -webkit-box-orient: horizontal;
  61. }
  62. .allTx>img {
  63. width: 50px;
  64. height: 50px;
  65. }
  66. .f-fs14{
  67. font-size: 14px!important;
  68. }
  69. .lh26{
  70. line-height: 26px!important;
  71. }
  72. .weixin-icon { width: 30px; height: 30px; margin-left: 15px; }
  73. .lin-sel-group{
  74. position: absolute;
  75. top: 45px;
  76. background: #fff;
  77. width: 100%;
  78. z-index: 11;
  79. display: none;
  80. }
  81. .lin-sel-group li{
  82. text-align: center;
  83. color: #17b3ec;
  84. height: 40px;
  85. line-height: 40px;
  86. font-size: 16px;
  87. border-bottom: 1px solid #f2f4f6;
  88. }
  89. .lin-mask{
  90. position: absolute;
  91. top: 45px;
  92. height: 100%;
  93. width: 100%;
  94. /*background: #000;*/
  95. height: 100%;
  96. z-index: 10;
  97. display: none;
  98. background-color: rgba(0,0,0,0.5);
  99. }
  100. .lin-down-arrow{
  101. position: relative;
  102. top: -2px;
  103. left: 5px;
  104. height: 10px;
  105. width: 10px;
  106. border-bottom: 3px solid #fff;
  107. border-right: 3px solid #fff;
  108. display: inline-block;
  109. transform:rotate(45deg);
  110. -ms-transform:rotate(45deg); /* IE 9 */
  111. -moz-transform:rotate(45deg); /* Firefox */
  112. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  113. -o-transform:rotate(45deg); /* Opera */
  114. zoom: 1;
  115. box-sizing: border-box;
  116. }
  117. .icon-checkbox{
  118. position: relative;
  119. -webkit-appearance: none;
  120. }
  121. .icon-checkbox[type=radio]:before{
  122. content: '\e411';
  123. font-family: Muiicons;
  124. font-size: 28px;
  125. font-weight: 400;
  126. line-height: 1;
  127. text-decoration: none;
  128. color: #e1e1e1;
  129. border-radius: 0;
  130. background: 0 0;
  131. -webkit-font-smoothing: antialiased;
  132. }
  133. .icon-checkbox[type=radio]:checked:before{
  134. content: '\e442';
  135. color: #17B3EC;
  136. }
  137. .icon-checkbox[type=checkbox]:disabled:before{
  138. content: '\e442'; color: #e1e1e1;
  139. }
  140. .red-dot{
  141. display: inline-block;
  142. background-color: red;
  143. width: 5px;
  144. height: 5px;
  145. border-radius: 50%;
  146. margin-bottom: 5px;
  147. margin-right:5px;
  148. }
  149. .icon-zhuanqian{
  150. position: absolute;
  151. top: 50%;
  152. right: 58px;
  153. margin-top: -25px;
  154. }