userPoint.css 3.6 KB

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