userRoute.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /*S line*/
  2. #userLineList {
  3. padding:5px 0 10px 40px;
  4. }
  5. #userLineList dt {
  6. padding:5px;
  7. font-size:12px;
  8. cursor:pointer;
  9. color:#333;
  10. border-bottom:1px solid #DDD;
  11. line-height:24px;
  12. position:relative;
  13. }
  14. #userLineList dt.hover,
  15. #userLineList dt.select {
  16. background:#e2ebff;
  17. }
  18. #userLineList dt .num {
  19. font-size:20px;
  20. font-family:Arial,serif;
  21. color:#CCCCCC;
  22. text-align:right;
  23. left:-55px;
  24. position:absolute;
  25. height:24px;
  26. width:40px;
  27. padding:0 5px;
  28. overflow:hidden;
  29. }
  30. #userLineList dt .title {
  31. font-weight:bold;
  32. }
  33. #userLineList dt .name {
  34. display:inline-block;
  35. width:160px;
  36. }
  37. #userLineList dt .option {
  38. display:none;
  39. }
  40. #userLineList dt.hover .option {
  41. position:absolute;
  42. right:10px;
  43. top:10px;
  44. display:block;
  45. }
  46. #userLineList dt.hover .option .del {
  47. display:block;
  48. float:right;
  49. width:14px;
  50. height:14px;
  51. overflow:hidden;
  52. text-indent:-999px;
  53. background:url(../images/glyphicons-halflings.gif) no-repeat -312px 0;
  54. }
  55. #userLineList dt.hover .option .edit {
  56. display:block;
  57. float:right;
  58. width:14px;
  59. height:14px;
  60. overflow:hidden;
  61. text-indent:-999px;
  62. margin-right:5px;
  63. background:url(../images/glyphicons-halflings.gif) no-repeat -96px -72px;
  64. }
  65. #userLineList dt .form {
  66. position:absolute;
  67. left:0;
  68. top:0;
  69. height:27px;
  70. padding:7px 0 0 0;
  71. background:#ffff99;
  72. width:100%;
  73. }
  74. #userLineList dt .form .input {
  75. width:120px;
  76. float:left;
  77. margin:0 5px;
  78. }
  79. #userLineList dt .form .btn {
  80. float:left;
  81. margin-left:-1px;
  82. width:35px;
  83. }
  84. #userLineList dt .form .sure {
  85. border-top-right-radius:0;
  86. border-bottom-right-radius:0;
  87. }
  88. #userLineList dt .form .cancel {
  89. border-top-left-radius:0;
  90. border-bottom-left-radius:0;
  91. }
  92. #userLineList dd {
  93. margin-bottom:10px;
  94. line-height:18px;
  95. color:#999;
  96. font-size:11px;
  97. padding:0 5px;
  98. }
  99. /*E line*/
  100. #userFavPageJump {
  101. height: 36px;
  102. width: 233px;
  103. overflow: hidden;
  104. text-align: right;
  105. clear: both;
  106. position: relative;
  107. color: #fff;
  108. margin: auto;
  109. border: 1px solid #42bbe8;
  110. border-radius: 5px;
  111. background: #0b4496;
  112. padding: 0px;
  113. margin-top: 10px;
  114. /*display:none;*/
  115. }
  116. #userFavPageJump .firstpage {
  117. width: 28px;
  118. height: 36px;
  119. margin-left: 3px;
  120. border-right: 1px solid #3fb4e3;
  121. background: url(../../images/layout/page_11.png) no-repeat 7px 11px;
  122. float: left;
  123. cursor: pointer;
  124. }
  125. #userFavPageJump .uppage {
  126. width: 29px;
  127. height: 34px;
  128. background: url(../../images/layout/page_13.png) no-repeat 10px 11px;
  129. float: left;
  130. cursor: pointer;
  131. }
  132. .fg {
  133. width: 1px;
  134. height: 34px;
  135. background: url(../../images/layout/page_03.png) no-repeat 0px 10px;
  136. float: left;
  137. }
  138. #thematicPageJump {
  139. width: 108px;
  140. height: 34px;
  141. float: left;
  142. }
  143. #thematicPageJump span {
  144. float: left;
  145. height: 24px;
  146. font-size: 12px;
  147. line-height: 37px;
  148. text-indent: 35px;
  149. }
  150. #userFavPageJump .nextpage {
  151. width: 29px;
  152. height: 34px;
  153. background: url(../../images/layout/page_06ch.png) no-repeat 10px 11px;
  154. float: left;
  155. cursor: pointer;
  156. }
  157. #userFavPageJump .endpage {
  158. width: 28px;
  159. height: 36px;
  160. background: url(../../images/layout/page_08ch.png) no-repeat 7px 11px;
  161. float: left;
  162. border-left: 1px solid #3fb4e3;
  163. cursor: pointer;
  164. }
  165. .page-wrap .btn-group {
  166. float: right;
  167. width: 93px;
  168. }
  169. .not-result {
  170. padding: 15px 0;
  171. text-align: center;
  172. font-size: 14px;
  173. color: #fff;
  174. }