bargain.css 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. #bargainScroll .prevent-scroll {
  2. width: 100%;
  3. position: fixed;
  4. bottom: 0;
  5. background-color: #2a2400;
  6. }
  7. #bargainScroll .prevent-scroll .width-percent-33 .title-container-square {
  8. padding: 20%;
  9. position: relative;
  10. text-align: center;
  11. }
  12. #bargainScroll .prevent-scroll .width-percent-33 .title-container-square a {
  13. position: absolute;
  14. left: 0;
  15. right: 0;
  16. top: 0;
  17. bottom: 0;
  18. }
  19. #bargainScroll .prevent-scroll .width-percent-33 .title-container-square a .logo {
  20. background-size: 65% 65%;
  21. background-position: center center;
  22. padding: 10%;
  23. margin-top: 5px;
  24. display: inline-block;
  25. border-radius: 50%;
  26. }
  27. #bargainScroll .prevent-scroll .width-percent-33 .title-container-square a .name {
  28. display: block;
  29. margin-top: -5px;
  30. font-size: 12px;
  31. }
  32. #bargainScroll .prevent-scroll .width-percent-33:nth-child(1) a:active .logo {
  33. border-radius: inherit;
  34. background: url("http://odulvej8l.bkt.clouddn.com/tab_home.png") no-repeat;
  35. background-size: 100%;
  36. background-position: center center;
  37. }
  38. #bargainScroll .prevent-scroll .width-percent-33:nth-child(1) a:active .name {
  39. color: #fff;
  40. }
  41. #bargainScroll .prevent-scroll .width-percent-33:nth-child(1) a .logo {
  42. border-radius: inherit;
  43. background: url("http://odulvej8l.bkt.clouddn.com/tab_home_pre.png") no-repeat;
  44. background-size: 90%;
  45. background-position: center center;
  46. }
  47. #bargainScroll .prevent-scroll .width-percent-33:nth-child(1) a .name {
  48. color: #b89400;
  49. }
  50. #bargainScroll .prevent-scroll .width-percent-33:nth-child(2) a .logo {
  51. border-radius: 50%;
  52. display: inline-block;
  53. padding: 25%;
  54. background-size: 100%;
  55. margin-top: -15px;
  56. background: url("http://odulvej8l.bkt.clouddn.com/tab_butler.png") 0 0 no-repeat #2a2400;
  57. background-size: 65% 65%;
  58. background-position: center;
  59. }
  60. #bargainScroll .prevent-scroll .width-percent-33:nth-child(3) a .logo {
  61. border-radius: inherit;
  62. background: url("http://odulvej8l.bkt.clouddn.com/tab_me_pre.png");
  63. background-repeat: no-repeat;
  64. background-size: 90%;
  65. background-position: center center;
  66. }
  67. #bargainScroll .prevent-scroll .width-percent-33:nth-child(3) a .name {
  68. color: #b89400;
  69. }
  70. #bargainScroll .prevent-scroll .width-percent-33:nth-child(3) a:active .logo {
  71. border-radius: inherit;
  72. background: url("http://odulvej8l.bkt.clouddn.com/tab_me.png");
  73. background-repeat: no-repeat;
  74. background-size: 100%;
  75. background-position: center center;
  76. }
  77. #bargainScroll .prevent-scroll .width-percent-33:nth-child(3) a:active .name {
  78. color: #fff;
  79. }