style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .alert-box{
  2. position: relative;
  3. margin-top:30px;
  4. }
  5. .alert-api-txt{
  6. line-height: 70px;
  7. background: #0074d9;
  8. color:#fff;
  9. }
  10. .alert-api-list{
  11. text-align: left;
  12. position: absolute;
  13. left:0;
  14. top:0;
  15. width:25%;
  16. z-index: 99;
  17. background: #f4f4f4;
  18. border: 1px #ccc solid;
  19. height:100%;
  20. overflow: auto;
  21. }
  22. .alert-api-intro{
  23. width:73%;
  24. padding-left:27%;
  25. }
  26. .alert-api-title{
  27. color: #333;
  28. height: 40px;
  29. line-height: 40px;
  30. padding-left: 10px;
  31. }
  32. .alert_list{
  33. overflow: hidden;
  34. padding: 0px 15px 20px 20px;
  35. }
  36. .alert_list li{
  37. line-height: 30px;
  38. padding: 0;
  39. font-size: 14px;
  40. overflow: hidden;
  41. }
  42. .alert_list li a{
  43. display: block;
  44. padding-left:15px;
  45. }
  46. .alert_list li a:hover{
  47. color:#fff;
  48. background: #0074d9;
  49. }
  50. a:focus{
  51. color: #fff;
  52. }
  53. .alert-api-api{
  54. margin:20px 0 -10px 0;
  55. }
  56. .alert-api-hover{
  57. background: #0074d9;
  58. color:#fff;
  59. }
  60. .alert-api-intro-msg span{
  61. background: #eee;
  62. line-height: 35px;
  63. display: inline-block;
  64. height:35px;
  65. padding:0 8px;
  66. }
  67. .blockquote{
  68. border-left:5px solid #0074d9;
  69. padding:12px;
  70. background: #e1e1e1;
  71. }
  72. .brush-title{
  73. background: #f1f1f1;
  74. line-height: 36px;
  75. padding-left:10px;
  76. }
  77. .blockquote p{
  78. line-height: 25px;
  79. }
  80. .fieldset{
  81. padding:20px;
  82. border: 1px solid #e2e2e2;
  83. border-radius: 5px;
  84. }
  85. .fieldset legend{
  86. padding:0 5px;
  87. color:#333;
  88. }
  89. .str_bg{
  90. padding:3px 6px;
  91. background: #588BB6;
  92. color:#fff;
  93. margin-right:5px;
  94. }
  95. .alert-api-button{
  96. display: inline-block;
  97. padding: 0 10px;
  98. height: 36px;
  99. line-height: 36px;
  100. border: none;
  101. border-radius: 3px;
  102. background-color: #0074d9;
  103. color: #fff;
  104. opacity: .9;
  105. filter: alpha(opacity=90);
  106. text-align: center;
  107. text-decoration: none;
  108. white-space: nowrap;
  109. -webkit-user-select: none;
  110. -moz-user-select: none;
  111. user-select: none;
  112. overflow: visible;
  113. cursor: pointer;
  114. vertical-align: top;
  115. }