userFav.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. /*S fav*/
  2. #userFavList {
  3. padding: 5px 0 10px 30px;
  4. }
  5. #userFavList dt {
  6. padding:5px;
  7. font-size:14px;
  8. cursor:pointer;
  9. color:#333;
  10. border-bottom:1px solid #378be0;
  11. height:24px;
  12. line-height:24px;
  13. position:relative;
  14. }
  15. #userFavList dt.hover,
  16. #userFavList dt.select {
  17. background:#e2ebff;
  18. }
  19. #userFavList dt .num {
  20. font-size:14px;
  21. font-family:Arial,serif;
  22. color:#01b7ff;
  23. text-align:right;
  24. left:-55px;
  25. position:absolute;
  26. height:24px;
  27. width: 35px;
  28. padding:0 5px;
  29. overflow:hidden;
  30. }
  31. #userFavList dt .name {
  32. color: #000;
  33. display:inline-block;
  34. width:160px;
  35. height:24px;
  36. overflow:hidden;
  37. }
  38. #userFavList dt .date {
  39. font-size:10px;
  40. color:#999;
  41. font-weight:normal;
  42. float:right;
  43. }
  44. #userFavList dt .option {
  45. display:none;
  46. }
  47. #userFavList dt.hover .date {
  48. display:none;
  49. }
  50. #userFavList dt.hover .option {
  51. position:absolute;
  52. right:10px;
  53. top:10px;
  54. display:block;
  55. }
  56. #userFavList dt.hover .option .edit {
  57. display:block;
  58. float:right;
  59. width:14px;
  60. height:14px;
  61. overflow:hidden;
  62. text-indent:-999px;
  63. margin-right:5px;
  64. background:url(../../images/layout/glyphicons-halflings.gif) no-repeat -96px -72px;
  65. }
  66. #userFavList dt.hover .option .del {
  67. display:block;
  68. float:right;
  69. width:14px;
  70. height:14px;
  71. overflow:hidden;
  72. text-indent:-999px;
  73. background:url(../../images/layout/glyphicons-halflings.gif) no-repeat -312px 0;
  74. }
  75. #userFavList dt .form {
  76. position:absolute;
  77. left:0;
  78. top:0;
  79. height:27px;
  80. padding:7px 0 0 0;
  81. background:#ffff99;
  82. width:100%;
  83. }
  84. #userFavList dt .form .input {
  85. width:120px;
  86. float:left;
  87. margin:0 5px;
  88. height: 20px;
  89. line-height: 20px;
  90. }
  91. #userFavList dt .form .btn {
  92. float:left;
  93. margin-left:-1px;
  94. width:35px;
  95. }
  96. #userFavList dt .form .sure {
  97. border-top-right-radius:0;
  98. border-bottom-right-radius:0;
  99. }
  100. #userFavList dt .form .cancel {
  101. border-top-left-radius:0;
  102. border-bottom-left-radius:0;
  103. }
  104. #userFavList dd {
  105. }
  106. #userFavAddModal {
  107. width:330px;
  108. top:40%;
  109. margin-left:-165px;
  110. left:50%;
  111. }
  112. #userFavAddModal .modal-header{
  113. background: none;
  114. }
  115. #userFavAddModal .modal-header h3 {
  116. font-size:20px;
  117. }
  118. #userFavAddModal .form {
  119. height: 115px;
  120. }
  121. #userFavAddModal .form dl {
  122. overflow:hidden;
  123. }
  124. #userFavAddModal .form dl dt {
  125. font-size:14px;
  126. padding:0 0 10px 0;
  127. float:left;
  128. line-height:30px;
  129. }
  130. #userFavAddModal .form dl .input {
  131. width:160px;
  132. }
  133. #userFavAddModal .form .note {
  134. color:#AAA;
  135. font-size:11px;
  136. clear:both;
  137. display:block;
  138. }
  139. #userFavAddModal .form .sure {
  140. margin:10px 0 0 0;
  141. clear:both;
  142. float:right;
  143. }
  144. #userFavPageJump span{
  145. color: #fff;
  146. }
  147. /*E fav*/
  148. #userFavPageJump {
  149. height: 36px;
  150. width: 233px;
  151. overflow: hidden;
  152. text-align: right;
  153. clear: both;
  154. position: relative;
  155. color: #fff;
  156. margin: auto;
  157. border: 1px solid #42bbe8;
  158. border-radius: 5px;
  159. background: #0b4496;
  160. padding: 0px;
  161. margin-top: 10px;
  162. /*display:none;*/
  163. }
  164. #userFavPageJump .firstpage {
  165. width: 28px;
  166. height: 36px;
  167. margin-left: 3px;
  168. border-right: 1px solid #3fb4e3;
  169. background: url(../../images/layout/page_11.png) no-repeat 7px 11px;
  170. float: left;
  171. cursor: pointer;
  172. }
  173. #userFavPageJump .uppage {
  174. width: 29px;
  175. height: 34px;
  176. background: url(../../images/layout/page_13.png) no-repeat 10px 11px;
  177. float: left;
  178. cursor: pointer;
  179. }
  180. .fg {
  181. width: 1px;
  182. height: 34px;
  183. background: url(../../images/layout/page_03.png) no-repeat 0px 10px;
  184. float: left;
  185. }
  186. #thematicPageJump {
  187. width: 108px;
  188. height: 34px;
  189. float: left;
  190. }
  191. #thematicPageJump span {
  192. float: left;
  193. height: 24px;
  194. font-size: 12px;
  195. line-height: 37px;
  196. text-indent: 35px;
  197. }
  198. #userFavPageJump .nextpage {
  199. width: 29px;
  200. height: 34px;
  201. background: url(../../images/layout/page_06ch.png) no-repeat 10px 11px;
  202. float: left;
  203. cursor: pointer;
  204. }
  205. #userFavPageJump .endpage {
  206. width: 28px;
  207. height: 36px;
  208. background: url(../../images/layout/page_08ch.png) no-repeat 7px 11px;
  209. float: left;
  210. border-left: 1px solid #3fb4e3;
  211. cursor: pointer;
  212. }
  213. .page-wrap .btn-group {
  214. float: right;
  215. width: 93px;
  216. }
  217. .not-result {
  218. padding: 15px 0;
  219. text-align: center;
  220. font-size: 14px;
  221. color: #fff;
  222. }