tc.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /*搬运狗www.banyundog.com*/
  2. a {
  3. text-decoration: none!important
  4. }
  5. #globalAd {
  6. max-width: 400px;
  7. flex-basis: 100%;
  8. margin: 0 auto;
  9. background: #fff;
  10. border-radius: 10px;
  11. box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  12. -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  13. overflow: hidden;
  14. position: fixed;
  15. display: none;
  16. margin: 0 auto;
  17. z-index: 10001
  18. }
  19. .layer {
  20. width: 100%;
  21. height: 100%;
  22. position: fixed;
  23. top: 0;
  24. left: 0;
  25. filter: alpha(opacity=50);
  26. opacity: .5;
  27. background: #000;
  28. z-index: 1000;
  29. display: none
  30. }
  31. #globalAd #hero-img {
  32. width: 100%;
  33. height: 100px;
  34. background: #007bff
  35. }
  36. #globalAd #profile-img {
  37. width: 80px;
  38. height: 80px;
  39. margin: -80px auto 0;
  40. border: 6px solid #fff;
  41. border-radius: 50%;
  42. box-shadow: 0 0 5px rgba(90, 90, 90, .3)
  43. }
  44. #globalAd #profile-img img {
  45. width: 100%;
  46. background: #fff;
  47. border-radius: 50%
  48. }
  49. #globalAd #content {
  50. text-align: center;
  51. width: 320px;
  52. margin: 0 auto;
  53. padding: 0 0 50px
  54. }
  55. #container #content h1 {
  56. font-size: 29px;
  57. font-weight: 500;
  58. margin: 50px 0 0
  59. }
  60. #globalAd #content p {
  61. font-size: 18px;
  62. font-weight: 400;
  63. line-height: 1.4;
  64. color: #666;
  65. }
  66. #globalAd #content a {
  67. color: #ccc;
  68. font-size: 14px;
  69. margin: 0 10px;
  70. transition: color .3s ease-in-out;
  71. -webkit-transition: color .3s ease-in-out
  72. }
  73. #globalAd #content a:hover {
  74. color: #007bff
  75. }
  76. #globalAd #content .btn {
  77. background: none repeat scroll 0 0 #1ba1e2;
  78. border: 0;
  79. border-radius: 2px;
  80. color: #fff!important;
  81. cursor: pointer;
  82. font-family: open sans, hiragino sans gb, microsoft yahei, wenquanyi micro hei, Arial, Verdana, Tahoma, sans-serif;
  83. font-size: 14px;
  84. padding: 6px 10%
  85. }
  86. #globalAd #content .btn:hover,
  87. .yanshibtn:hover {
  88. background: none repeat scroll 0 0 #9b59b6;
  89. border: 0;
  90. border-radius: 2px;
  91. color: #fff!important;
  92. cursor: pointer;
  93. font-family: open sans, hiragino sans gb, microsoft yahei, wenquanyi micro hei, Arial, Verdana, Tahoma, sans-serif;
  94. font-size: 14px;
  95. padding: 8px 10%
  96. }