user.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. #userInfo {
  2. width: 45px;
  3. height: 45px;
  4. float: left;
  5. display: inline-block;
  6. }
  7. #userContent {
  8. /*border-bottom: 1px solid #01b7ff;*/
  9. /*background: #3b8ee1 url(../images/layout/userLogo.png) 0 20px no-repeat;*/
  10. /*padding-left: 70px;*/
  11. position: relative;
  12. }
  13. #userContent.no-login {
  14. /*border-bottom: 1px solid #01b7ff;*/
  15. /*background: #3b8ee1 url(../images/layout/userLogo.png) 0 8px no-repeat;*/
  16. position: relative;
  17. }
  18. #userContent .userLink {
  19. /*position: absolute;*/
  20. /*top: 0;*/
  21. width: 45px;
  22. height: 45px;
  23. background: url(../images/layout/userLogo.png) center no-repeat;
  24. /*line-height: 68px;*/
  25. text-align: center;
  26. color: #fff;
  27. cursor: pointer;
  28. z-index: 111;
  29. /*left: 0;*/
  30. /*margin: 10px 0 0 10px;*/
  31. background-size: 45px;
  32. /*display: none;*/
  33. /*position: absolute;*/
  34. /*left: 10px;*/
  35. /*top: -5px;*/
  36. }
  37. #userContent .userLink:hover,
  38. #userContent .userLink.active {
  39. border-color:rgba(45, 53, 68, 0.8);
  40. }
  41. #userContent .userInfo {
  42. background: rgba(45, 53, 68, 0.8) url(../images/layout/userLogo.png) 5px 8px no-repeat;
  43. position: absolute;
  44. top: 60px;
  45. right: 0px;
  46. z-index: 99999;
  47. width: 235px;
  48. background-size: 60px;
  49. display: none;
  50. height: 70px;
  51. }
  52. #userContent .userInfo.active {
  53. display: block;
  54. }
  55. #userContent .userInfo .login {
  56. display: none;
  57. color: #eeeeee;
  58. font-size: 16px;
  59. height: 46px;
  60. line-height: 46px;
  61. padding: 0px 10px;
  62. margin-left: 70px;
  63. }
  64. #userContent .userInfo .lgtop {
  65. margin-left: 70px;
  66. }
  67. #userContent .userInfo .login a {
  68. color: #ffffff;
  69. padding-left: 5px;
  70. font-size: 16px;
  71. font-weight: bold;
  72. }
  73. #userContent .userInfo .moreLink {
  74. display: none;
  75. color: #666;
  76. font-size: 16px;
  77. background: #fff;
  78. position: relative;
  79. }
  80. #userContent .userInfo .moreLink .linkList {
  81. padding: 5px 0;
  82. margin-left: 10px;
  83. }
  84. #userContent .userInfo .moreLink .linkList li {
  85. cursor: pointer;
  86. height: 42px;
  87. line-height: 42px;
  88. text-align: left;
  89. padding-left: 27px;
  90. width: 60px;
  91. font-size: 14px;
  92. }
  93. #userContent .userInfo .moreLink .linkList li:hover {
  94. color: #01b7ff;
  95. }
  96. #userContent .userInfo .moreLink .linkList li.quit {
  97. text-align: right;
  98. font-size: 14px;
  99. color: #999;
  100. height: 30px;
  101. line-height: 30px;
  102. cursor: pointer;
  103. }
  104. #userContent .userInfo .moreLink .linkList li.collect {
  105. background: url(../images/user/userCenter.png) 1px no-repeat;
  106. background-size: 13px;
  107. }
  108. #userContent .userInfo .moreLink .linkList li.myBh {
  109. background: url(../images/user/star.png) left no-repeat;
  110. background-size: 15px;
  111. display: none;
  112. }
  113. #userContent .userInfo .moreLink .linkList li.myBh.active {
  114. display: block;
  115. }
  116. #userContent .userInfo .moreLink .linkList li.myBh.uFavo {
  117. background: url(../images/user/uFavo.png) left no-repeat;
  118. background-size: 15px;
  119. }
  120. #userContent .userInfo .moreLink .linkList li.set {
  121. background: url(../images/user/set.png) left no-repeat;
  122. background-size: 15px;
  123. display: none;
  124. }
  125. #userContent .userInfo .moreLink .linkList li.share {
  126. background: url(../images/user/share.png) left no-repeat;
  127. background-size: 18px;
  128. width: 56px;
  129. vertical-align: top;
  130. }
  131. #userContent .userInfo .moreLink .linkList li.share a {
  132. height: 42px;
  133. line-height: 42px;
  134. text-align: left;
  135. color: #666;
  136. font-size: 14px;
  137. }
  138. #userContent .popup-lt {
  139. position: absolute;
  140. top: 0px;
  141. left: -20px;
  142. bottom: 19px;
  143. width: 20px;
  144. background: url(../images/popup/bg-pp-2d-lt.png) top left no-repeat;
  145. display: none;
  146. }
  147. #userContent .popup-lb {
  148. position: absolute;
  149. left: -20px;
  150. bottom: 0px;
  151. width: 42px;
  152. height: 19px;
  153. background: url(../images/popup/bg-pp-2d-lb.png) top left no-repeat;
  154. display: none;
  155. }
  156. #userContent .popup-rt {
  157. position: absolute;
  158. right: -8px;
  159. top: 0px;
  160. bottom: 19px;
  161. width: 8px;
  162. background: url(../../images/popup/bg-pp-2d-rt.png) top left no-repeat;
  163. display: none;
  164. }
  165. #userContent .popup-rb {
  166. position: absolute;
  167. right: -8px;
  168. bottom: 0px;
  169. height: 19px;
  170. left: 22px;
  171. background: url(../../images/popup/bg-pp-2d-rb.png) top right no-repeat;
  172. display: none;
  173. }
  174. #userContent .popup-ct {
  175. height: 48px;
  176. background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  177. color: #fff;
  178. padding-left: 10px;
  179. }
  180. #userContent .popup-ct.lgtop {
  181. display: none;
  182. }
  183. #userContent .popup-cb {
  184. background: #ffffff;
  185. }
  186. #userContent .username {
  187. font-weight: normal;
  188. padding-top: 15px;
  189. color: #fff;
  190. width: 155px;
  191. overflow: hidden;
  192. white-space: nowrap;
  193. text-overflow: ellipsis;
  194. }
  195. #userContent .lgtime {
  196. font-size: 12px;
  197. display: inline-block;
  198. color: #fff;
  199. }
  200. #userContent .quit {
  201. font-size: 12px;
  202. color: #999;
  203. display: inline-block;
  204. margin-left: 10px;
  205. cursor: pointer;
  206. border: 1px solid #eee;
  207. border-radius: 3px;
  208. padding: 3px 8px;
  209. position: absolute;
  210. bottom: 14px;
  211. right: 14px;
  212. display: none;
  213. }
  214. #userContent .mt10 {
  215. margin-top: 5px;
  216. padding-bottom: 10px;
  217. /*display: none;*/
  218. }
  219. /*3D*/
  220. #userContent.class3d .popup-lt {
  221. position: absolute;
  222. top: 0px;
  223. left: 0px;
  224. bottom: 19px;
  225. width: 20px;
  226. background: url(../../images/popup/bg-pp-3d-lt.png) top left no-repeat;
  227. }
  228. #userContent.class3d .popup-lb {
  229. position: absolute;
  230. left: 0px;
  231. bottom: 0px;
  232. width: 42px;
  233. height: 19px;
  234. background: url(../../images/popup/bg-pp-3d-lb.png) top left no-repeat;
  235. }
  236. #userContent.class3d .popup-ct {
  237. height: 48px;
  238. background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  239. }
  240. #userContent.class3d .popup-cb {
  241. background: #ffffff;
  242. }
  243. #userContent.class3d .popup-rt {
  244. position: absolute;
  245. right: 0px;
  246. top: 0px;
  247. bottom: 19px;
  248. width: 8px;
  249. background: url(../../images/popup/bg-pp-3d-rt.png) top left no-repeat;
  250. }
  251. #userContent.class3d .popup-rb {
  252. position: absolute;
  253. right: 0px;
  254. bottom: 0px;
  255. height: 19px;
  256. left: 16px;
  257. background: url(../../images/popup/bg-pp-3d-rb.png) top right no-repeat;
  258. }
  259. #userContent.class3d .username {
  260. /*padding-left: 10px;*/
  261. }
  262. #userContent.class3d .lgtime {
  263. /*padding-left: 10px;*/
  264. }
  265. .arrow {
  266. width: 16px;
  267. height: 14px;
  268. position: absolute;
  269. top: 10px;
  270. right: 10px;
  271. cursor: pointer;
  272. z-index: 1003;
  273. }
  274. .arrow.left {
  275. background: url(../images/layout/arrow_left.png) left no-repeat;
  276. display: none;
  277. }
  278. .arrow.right {
  279. background: url(../images/layout/arrow_right.png) left no-repeat;
  280. }
  281. .weideng {
  282. font-size: 14px;
  283. line-height: 24px;
  284. padding-top: 11px;
  285. }
  286. #userContent .lgfooter {
  287. width: 100%;
  288. height: 30px;
  289. margin-top: 5px;
  290. margin-bottom: 10px;
  291. display: none;
  292. }
  293. #userContent .lgfooter #switchInter {
  294. color: #fff;
  295. line-height: 30px;
  296. font-size: 16px;
  297. width: 100%;
  298. text-align: center;
  299. height: 100%;
  300. }
  301. #userContent .lgfooter dl {
  302. height: 100%;
  303. width: 100%;
  304. }
  305. #userContent .lgfooter dt {
  306. width: 100px;
  307. float: left;
  308. }
  309. #userContent .lgfooter dd {
  310. width: 100px;
  311. float: left;
  312. position: relative;
  313. height: 100%;
  314. overflow: hidden;
  315. cursor: pointer;
  316. }
  317. #userContent .lgfooter .bottom {
  318. width: 50px;
  319. height: 10px;
  320. position: absolute;
  321. background: #69a8f5;
  322. border-radius: 5px;
  323. top: 10px;
  324. left: 20px;
  325. }
  326. #userContent .lgfooter .check-button {
  327. position: absolute;
  328. height: 25px;
  329. width: 40px;
  330. background: #2b85f1;
  331. border-radius: 13px;
  332. line-height: 25px;
  333. top: 2px;
  334. left: 8px;
  335. }