user.css 9.4 KB

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