xietongfuwu.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. .mtb3{
  2. margin-top: 3px;
  3. margin-bottom: 3px;
  4. }
  5. .lin-mask{
  6. position: absolute;
  7. top: 45px;
  8. height: 100%;
  9. width: 100%;
  10. height: 100%;
  11. z-index: 10;
  12. display: none;
  13. background-color: rgba(0,0,0,0.5);
  14. }
  15. .lin-down-arrow{
  16. position: relative;
  17. top: -2px;
  18. left: 5px;
  19. height: 10px;
  20. width: 10px;
  21. border-bottom: 3px solid #fff;
  22. border-right: 3px solid #fff;
  23. display: inline-block;
  24. transform:rotate(45deg);
  25. -ms-transform:rotate(45deg); /* IE 9 */
  26. -moz-transform:rotate(45deg); /* Firefox */
  27. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  28. -o-transform:rotate(45deg); /* Opera */
  29. zoom: 1;
  30. box-sizing: border-box;
  31. }
  32. .lin-sel-group{
  33. position: fixed;
  34. top: 45px;
  35. background: #fff;
  36. width: 100%;
  37. z-index: 11;
  38. display: none;
  39. max-height: 260px;
  40. overflow: scroll;
  41. overflow-x: hidden;
  42. overflow-y: scroll;
  43. }
  44. .lin-sel-group li{
  45. text-align: center;
  46. color: #17b3ec;
  47. height: 40px;
  48. line-height: 40px;
  49. font-size: 16px;
  50. border-bottom: 1px solid #f2f4f6;
  51. }
  52. .lin-sel-group img{
  53. width: 20px;
  54. margin: 10px;
  55. display: none;
  56. }
  57. .lin-sel-group li.checked img{
  58. display: inline;
  59. }
  60. .sign-comonhd{
  61. display: -webkit-box;
  62. display: box;
  63. border-bottom: 1px solid #dcdcdc;
  64. }
  65. .sign-comonhd .sanp-flex{
  66. width: 33.333333%;
  67. -webkit-box-flex: 1;
  68. box-flex: 1;
  69. text-align: center;
  70. padding-bottom: 10px;
  71. }
  72. .sanp-flex p{
  73. position: relative;
  74. }
  75. .sanp-flex:not(:last-child) p:after{
  76. position: absolute;
  77. top: 0;
  78. right: 0;
  79. content: '';
  80. width: 1px;
  81. height: 100%;
  82. background-color: #dcdcdc;
  83. }
  84. .sign-comonhd .sanp-flex p{
  85. color: #333;
  86. font-size: 0.85rem;
  87. }
  88. .fa-sort-desc{
  89. position: absolute;
  90. top: 50%;
  91. margin-top: -10px;
  92. margin-left: 5px;
  93. }
  94. .c-panels{
  95. position: absolute;
  96. width: 100%;
  97. top: 41px;
  98. left: 0;
  99. }
  100. .c-panel{
  101. max-height: 330px;
  102. overflow-y: auto;
  103. background-color: #fff;
  104. display: none;
  105. }
  106. .c-panel li {
  107. margin-left: 0;
  108. padding-left: 10px;
  109. }
  110. .c-panel li a {
  111. color: #323232;
  112. font-size: 14px;
  113. }
  114. .c-panel .list-selected a {
  115. color: #19b4ec;
  116. }
  117. .list-selected:after {
  118. position: absolute;
  119. top: 50%;
  120. right: 0.75rem;
  121. margin-top: -8px;
  122. content: "";
  123. display: block;
  124. width: 17px;
  125. height: 17px;
  126. background-image: url(../images/gouxuan_lanse_icon.png);
  127. background-size: 17px;
  128. background-repeat: no-repeat;
  129. background-position: 50%;
  130. }
  131. #search_btn {
  132. position:absolute;
  133. top:50%;
  134. right: 10px;
  135. margin-top:-10px;
  136. width:20px;
  137. height:20px;
  138. background-image:url(../images/icon_sousuo.png);
  139. background-size: 20px;
  140. background-repeat: no-repeat;
  141. }
  142. .search-section{
  143. position: fixed;
  144. top: 0px;
  145. left: 0px;
  146. width: 100%;
  147. z-index: 5;
  148. }
  149. .lin-search-ipt{
  150. height: 50px;
  151. padding: 8px 10px;
  152. background-color: #17b3ec;
  153. display: -webkit-box;
  154. border-bottom: 1px solid #dcdcdc;
  155. }
  156. .lin-search-ipt a{
  157. font-size: 16px;
  158. display: block;
  159. width: 50px;
  160. padding: 4px 4px 4px 0px;
  161. color: #fff;
  162. text-align: right;
  163. }
  164. .lin-search-ipt .div-input{
  165. padding-top: 2px;
  166. border-radius: 5px;
  167. line-height: 29px;
  168. background-color: #f2f4f6;
  169. color: #999;
  170. text-align: left;
  171. -webkit-box-flex: 1;
  172. }
  173. .lin-search-ipt input{
  174. background-color: #f2f4f6;
  175. border-radius: 5px;
  176. height: 30px;
  177. text-align: left;
  178. padding-left: 30px;
  179. background: url(../../../images/sousuo_icon.png) no-repeat;
  180. background-size: 30px 30px;
  181. width: 98%;
  182. border: none;
  183. }
  184. #search_suggest_text {
  185. position: relative;
  186. top: 5px;
  187. left: 10px;
  188. color: #17b3ec;
  189. font-size: 18px;
  190. z-index: 10;
  191. }
  192. .c-list2{background-color: transparent}
  193. .c-list > .j-detail{
  194. margin-left: 0px;
  195. background-color: #fff;
  196. border-radius: 5px;
  197. border: 1px solid #e1e1e1 !important;
  198. }
  199. .c-list .c-list-action{
  200. right: 0;
  201. width: 50px;
  202. font-size: 14px;
  203. padding: 0 18px;
  204. line-height: 1.4;
  205. color: #fff;
  206. border-top-right-radius: 5px;
  207. border-bottom-right-radius: 5px;
  208. }
  209. .j-detail .c-list-info{
  210. padding-right: 10px;
  211. margin-right: 50px;
  212. }
  213. .noword{font-size: 16px;color: #333;margin-top: 10px;text-align: center;}
  214. .patient-list .n-list{display: block;}
  215. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
  216. .n-list li.yp-one{padding: 10px 0px}
  217. .xt-list{background-color: transparent;padding: 10px;}