UserPosition.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. a.linkbtn_dw span
  2. {
  3. background-image:url(../icons/dw2.png);
  4. background-repeat:no-repeat;
  5. background-position:0px 0px;
  6. height:30px;
  7. line-height:30px;
  8. width:97px;
  9. display:block;
  10. margin:5px;
  11. }
  12. a:hover.linkbtn_dw span
  13. {
  14. background-image:url(../icons/dw2.png);
  15. background-repeat:no-repeat;
  16. background-position:0px -30px;
  17. height:30px;
  18. line-height:30px;
  19. width:97px;
  20. display:block;
  21. margin:5px;
  22. }
  23. a.linkbtn_zz span
  24. {
  25. background-image:url(../icons/zz2.png);
  26. background-repeat:no-repeat;
  27. background-position:0px 0px;
  28. height:30px;
  29. width:97px;
  30. display:block;
  31. margin:5px;
  32. line-height:30px;
  33. }
  34. a:hover.linkbtn_zz span
  35. {
  36. background-image:url(../icons/zz2.png);
  37. background-repeat:no-repeat;
  38. background-position:0px -30px;
  39. height:30px;
  40. width:97px;
  41. display:block;
  42. margin:5px;
  43. line-height:30px;
  44. }
  45. a.linkbtn_cj span
  46. {
  47. background-image:url(../icons/cj2.png);
  48. background-repeat:no-repeat;
  49. background-position:0px 0px;
  50. height:30px;
  51. width:97px;
  52. margin:5px;
  53. line-height:30px;
  54. display:block;
  55. }
  56. a:hover.linkbtn_cj span
  57. {
  58. background-image:url(../icons/cj2.png);
  59. background-repeat:no-repeat;
  60. background-position:0px -30px;
  61. height:30px;
  62. width:97px;
  63. margin:5px;
  64. line-height:30px;
  65. display:block;
  66. }
  67. a.linkbtn_qr span
  68. {
  69. background-image:url(../icons/qr2.png);
  70. background-repeat:no-repeat;
  71. background-position:0px 0px;
  72. height:30px;
  73. width:97px;
  74. line-height:30px;
  75. margin:5px;
  76. display:block;
  77. }
  78. a:hover.linkbtn_qr span
  79. {
  80. background-image:url(../icons/qr2.png);
  81. background-repeat:no-repeat;
  82. background-position:0px -30px;
  83. height:30px;
  84. width:97px;
  85. line-height:30px;
  86. margin:5px;
  87. display:block;
  88. }
  89. .plan_a
  90. {
  91. text-align:center;
  92. width:220px;
  93. margin:5px auto 5px auto;
  94. position:relative;
  95. }
  96. .plan_a a
  97. {
  98. float:left;
  99. text-decoration:none;
  100. }