user.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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. /* 地名地址原网站跳转 */
  19. #userContent .UserAHref {
  20. position: absolute;
  21. right: 270px;
  22. width: 50px;
  23. height: 50px;
  24. /*top: 0;*/
  25. /*line-height: 68px;*/
  26. cursor: pointer;
  27. z-index: 111;
  28. /*left: 0;*/
  29. /*margin: 10px 0 0 10px;*/
  30. background: url(../images/layout/addrWebLogo.png) no-repeat;
  31. /*position: absolute;*/
  32. /*left: 10px;*/
  33. /*top: -5px;*/
  34. }
  35. /* 地名地址搜索框 */
  36. #userContent .UserAddressSearch {
  37. position: absolute;
  38. right: 60px;
  39. width: 200px;
  40. /*top: 0;*/
  41. /*line-height: 68px;*/
  42. cursor: pointer;
  43. z-index: 111;
  44. /*left: 0;*/
  45. /*margin: 10px 0 0 10px;*/
  46. background-size: 45px;
  47. /*position: absolute;*/
  48. /*left: 10px;*/
  49. /*top: -5px;*/
  50. }
  51. #addressSearch {
  52. width: 200px;
  53. /* height: 30px; */
  54. border: 1px solid #ccc;
  55. border-radius: 3px;
  56. padding: 10px 5px;
  57. display: none;
  58. }
  59. /* 地名地址返回结果BOX */
  60. #resultListBox {
  61. position: absolute;
  62. top: 50px;
  63. right: 0px;
  64. width: 400px;
  65. padding: 20px 10px 10px 10px;
  66. background-color: #fff;
  67. border: 1px solid #ccc;
  68. border-radius: 3px;
  69. box-shadow: -5px 5px 5px 2px rgba(0, 0, 0, 0.15);
  70. }
  71. #resultListBox .closeDiv {
  72. position: absolute;
  73. padding: 5px;
  74. top: 0px;
  75. right: 5px;
  76. color: #909399;
  77. font-size: 20px;
  78. user-select: none;
  79. -ms-user-select: none;
  80. -moz-user-select: none;
  81. -webkit-user-select: none;
  82. }
  83. #resultListBox .closeDiv:hover {
  84. color: #f56c6c;
  85. }
  86. .resultItem {
  87. position: relative;
  88. padding: 10px 5px;
  89. border-bottom: 1px dashed #ccc;
  90. border-left: 2px solid #fff;
  91. color: #303133;
  92. font-weight: bold;
  93. text-indent: 1em;
  94. }
  95. .resultItem:hover {
  96. border-bottom: 1px dashed #409eff;
  97. border-left: 2px solid #409eff;
  98. color: #409eff;
  99. }
  100. .orientation {
  101. padding-left: 20px;
  102. }
  103. .orientation::before {
  104. position: absolute;
  105. top: 50%;
  106. left: 5px;
  107. transform: translateY(-50%);
  108. content: "";
  109. width: 15px;
  110. height: 20px;
  111. background: url(../images/layout/marker/b1.png) center no-repeat;
  112. background-size: contain;
  113. }
  114. #userContent .userLink {
  115. /*position: absolute;*/
  116. /*top: 0;*/
  117. width: 45px;
  118. height: 45px;
  119. background: url(../images/layout/userLogo.png) center no-repeat;
  120. /*line-height: 68px;*/
  121. text-align: center;
  122. color: #fff;
  123. cursor: pointer;
  124. z-index: 111;
  125. /*left: 0;*/
  126. /*margin: 10px 0 0 10px;*/
  127. background-size: 45px;
  128. /*display: none;*/
  129. /*position: absolute;*/
  130. /*left: 10px;*/
  131. /*top: -5px;*/
  132. }
  133. #userContent .userLink:hover,
  134. #userContent .userLink.active {
  135. border-color: rgba(64, 158, 255, 0.8);
  136. }
  137. #userContent .userInfo {
  138. background: rgba(64, 158, 255, 0.8) url(../images/layout/userLogo.png) 5px 8px
  139. no-repeat;
  140. position: absolute;
  141. top: 60px;
  142. right: 0px;
  143. z-index: 99999;
  144. width: 235px;
  145. background-size: 60px;
  146. display: none;
  147. height: 70px;
  148. }
  149. #userContent .userInfo.active {
  150. display: block;
  151. }
  152. #userContent .userInfo .login {
  153. display: none;
  154. color: #eeeeee;
  155. font-size: 16px;
  156. height: 46px;
  157. line-height: 46px;
  158. padding: 0px 10px;
  159. margin-left: 70px;
  160. }
  161. #userContent .userInfo .lgtop {
  162. margin-left: 70px;
  163. }
  164. #userContent .userInfo .login a {
  165. color: #ffffff;
  166. padding-left: 5px;
  167. font-size: 16px;
  168. font-weight: bold;
  169. }
  170. #userContent .userInfo .moreLink {
  171. display: none;
  172. color: #666;
  173. font-size: 16px;
  174. background: #fff;
  175. position: relative;
  176. }
  177. #userContent .userInfo .moreLink .linkList {
  178. padding: 5px 0;
  179. margin-left: 10px;
  180. }
  181. #userContent .userInfo .moreLink .linkList li {
  182. cursor: pointer;
  183. height: 42px;
  184. line-height: 42px;
  185. text-align: left;
  186. padding-left: 27px;
  187. width: 60px;
  188. font-size: 14px;
  189. }
  190. #userContent .userInfo .moreLink .linkList li:hover {
  191. color: #01b7ff;
  192. }
  193. #userContent .userInfo .moreLink .linkList li.quit {
  194. text-align: right;
  195. font-size: 14px;
  196. color: #999;
  197. height: 30px;
  198. line-height: 30px;
  199. cursor: pointer;
  200. }
  201. #userContent .userInfo .moreLink .linkList li.collect {
  202. background: url(../images/user/userCenter.png) 1px no-repeat;
  203. background-size: 13px;
  204. }
  205. #userContent .userInfo .moreLink .linkList li.myBh {
  206. background: url(../images/user/star.png) left no-repeat;
  207. background-size: 15px;
  208. display: none;
  209. }
  210. #userContent .userInfo .moreLink .linkList li.myBh.active {
  211. display: block;
  212. }
  213. #userContent .userInfo .moreLink .linkList li.myBh.uFavo {
  214. background: url(../images/user/uFavo.png) left no-repeat;
  215. background-size: 15px;
  216. }
  217. #userContent .userInfo .moreLink .linkList li.set {
  218. background: url(../images/user/set.png) left no-repeat;
  219. background-size: 15px;
  220. display: none;
  221. }
  222. #userContent .userInfo .moreLink .linkList li.share {
  223. background: url(../images/user/share.png) left no-repeat;
  224. background-size: 18px;
  225. width: 56px;
  226. vertical-align: top;
  227. }
  228. #userContent .userInfo .moreLink .linkList li.share a {
  229. height: 42px;
  230. line-height: 42px;
  231. text-align: left;
  232. color: #666;
  233. font-size: 14px;
  234. }
  235. #userContent .popup-lt {
  236. position: absolute;
  237. top: 0px;
  238. left: -20px;
  239. bottom: 19px;
  240. width: 20px;
  241. background: url(../images/popup/bg-pp-2d-lt.png) top left no-repeat;
  242. display: none;
  243. }
  244. #userContent .popup-lb {
  245. position: absolute;
  246. left: -20px;
  247. bottom: 0px;
  248. width: 42px;
  249. height: 19px;
  250. background: url(../images/popup/bg-pp-2d-lb.png) top left no-repeat;
  251. display: none;
  252. }
  253. #userContent .popup-rt {
  254. position: absolute;
  255. right: -8px;
  256. top: 0px;
  257. bottom: 19px;
  258. width: 8px;
  259. background: url(../../images/popup/bg-pp-2d-rt.png) top left no-repeat;
  260. display: none;
  261. }
  262. #userContent .popup-rb {
  263. position: absolute;
  264. right: -8px;
  265. bottom: 0px;
  266. height: 19px;
  267. left: 22px;
  268. background: url(../../images/popup/bg-pp-2d-rb.png) top right no-repeat;
  269. display: none;
  270. }
  271. #userContent .popup-ct {
  272. height: 48px;
  273. background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  274. color: #fff;
  275. padding-left: 10px;
  276. }
  277. #userContent .popup-ct.lgtop {
  278. display: none;
  279. }
  280. #userContent .popup-cb {
  281. background: #ffffff;
  282. }
  283. #userContent .username {
  284. font-weight: normal;
  285. padding-top: 15px;
  286. color: #fff;
  287. width: 155px;
  288. overflow: hidden;
  289. white-space: nowrap;
  290. text-overflow: ellipsis;
  291. }
  292. #userContent .lgtime {
  293. font-size: 12px;
  294. display: inline-block;
  295. color: #fff;
  296. }
  297. #userContent .quit {
  298. font-size: 12px;
  299. color: #999;
  300. display: inline-block;
  301. margin-left: 10px;
  302. cursor: pointer;
  303. border: 1px solid #eee;
  304. border-radius: 3px;
  305. padding: 3px 8px;
  306. position: absolute;
  307. bottom: 14px;
  308. right: 14px;
  309. display: none;
  310. }
  311. #userContent .mt10 {
  312. margin-top: 5px;
  313. padding-bottom: 10px;
  314. /*display: none;*/
  315. }
  316. /*3D*/
  317. #userContent.class3d .popup-lt {
  318. position: absolute;
  319. top: 0px;
  320. left: 0px;
  321. bottom: 19px;
  322. width: 20px;
  323. background: url(../../images/popup/bg-pp-3d-lt.png) top left no-repeat;
  324. }
  325. #userContent.class3d .popup-lb {
  326. position: absolute;
  327. left: 0px;
  328. bottom: 0px;
  329. width: 42px;
  330. height: 19px;
  331. background: url(../../images/popup/bg-pp-3d-lb.png) top left no-repeat;
  332. }
  333. #userContent.class3d .popup-ct {
  334. height: 48px;
  335. background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  336. }
  337. #userContent.class3d .popup-cb {
  338. background: #ffffff;
  339. }
  340. #userContent.class3d .popup-rt {
  341. position: absolute;
  342. right: 0px;
  343. top: 0px;
  344. bottom: 19px;
  345. width: 8px;
  346. background: url(../../images/popup/bg-pp-3d-rt.png) top left no-repeat;
  347. }
  348. #userContent.class3d .popup-rb {
  349. position: absolute;
  350. right: 0px;
  351. bottom: 0px;
  352. height: 19px;
  353. left: 16px;
  354. background: url(../../images/popup/bg-pp-3d-rb.png) top right no-repeat;
  355. }
  356. #userContent.class3d .username {
  357. /*padding-left: 10px;*/
  358. }
  359. #userContent.class3d .lgtime {
  360. /*padding-left: 10px;*/
  361. }
  362. .arrow {
  363. width: 16px;
  364. height: 14px;
  365. position: absolute;
  366. top: 10px;
  367. right: 10px;
  368. cursor: pointer;
  369. z-index: 1003;
  370. }
  371. .arrow.left {
  372. background: url(../images/layout/arrow_left.png) left no-repeat;
  373. display: none;
  374. }
  375. .arrow.right {
  376. background: url(../images/layout/arrow_right.png) left no-repeat;
  377. }
  378. .weideng {
  379. font-size: 14px;
  380. line-height: 24px;
  381. padding-top: 11px;
  382. }
  383. #userContent .lgfooter {
  384. width: 100%;
  385. height: 30px;
  386. margin-top: 5px;
  387. margin-bottom: 10px;
  388. display: none;
  389. }
  390. #userContent .lgfooter #switchInter {
  391. color: #fff;
  392. line-height: 30px;
  393. font-size: 16px;
  394. width: 100%;
  395. text-align: center;
  396. height: 100%;
  397. }
  398. #userContent .lgfooter dl {
  399. height: 100%;
  400. width: 100%;
  401. }
  402. #userContent .lgfooter dt {
  403. width: 100px;
  404. float: left;
  405. }
  406. #userContent .lgfooter dd {
  407. width: 100px;
  408. float: left;
  409. position: relative;
  410. height: 100%;
  411. overflow: hidden;
  412. cursor: pointer;
  413. }
  414. #userContent .lgfooter .bottom {
  415. width: 50px;
  416. height: 10px;
  417. position: absolute;
  418. background: #69a8f5;
  419. border-radius: 5px;
  420. top: 10px;
  421. left: 20px;
  422. }
  423. #userContent .lgfooter .check-button {
  424. position: absolute;
  425. height: 25px;
  426. width: 40px;
  427. background: #2b85f1;
  428. border-radius: 13px;
  429. line-height: 25px;
  430. top: 2px;
  431. left: 8px;
  432. }