Bez popisu

blackList.html 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="Script/Common/huayi.load.js"></script>
  7. <script src="Script/Common/huayi.config.js"></script>
  8. <link href="css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
  9. <link href="css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
  10. <link href="css/animate.min.css" rel="stylesheet">
  11. <link href="css/style.min862f.css?v=4.1.0" rel="stylesheet">
  12. <link rel="stylesheet" href="css/laydate/need/laydate.css" />
  13. <link rel="stylesheet" href="css/init.css" />
  14. <title>黑名单</title>
  15. <style type="text/css">
  16. .hei-list{
  17. width: 400px;
  18. margin: 0 auto;
  19. }
  20. .heiTop {
  21. height: 35px;
  22. background: #2f4050;
  23. color: #fff;
  24. line-height: 35px;
  25. padding: 0 15px;
  26. border-top-left-radius: 3px;
  27. border-top-right-radius: 3px;
  28. }
  29. .heiTop .htl {
  30. float: left;
  31. margin: 0;
  32. }
  33. .heiTop .bacha {
  34. float: right;
  35. font-size: 18px;
  36. cursor: pointer;
  37. margin: 0;
  38. }
  39. .heiCon{
  40. width: 100%;
  41. background: #fff;
  42. text-align: center;
  43. padding: 25px 15px;
  44. height: auto;
  45. overflow-y: auto;
  46. border: 1px solid #eee;
  47. }
  48. #time-word{
  49. border: 1px solid #1ab394;
  50. padding: 5px 0 5px 10px;
  51. width: 120px;
  52. outline: none;
  53. color: #000;
  54. }
  55. .chooses{
  56. margin-top: 10px;
  57. }
  58. .btns{
  59. background: #1ab394;
  60. color: #fff;
  61. padding: 3px 10px;
  62. outline: none;
  63. font-size: 12px;
  64. margin-left: 15px;
  65. border: 0;
  66. border-radius: 3px;
  67. box-sizing: border-box;
  68. }
  69. </style>
  70. </head>
  71. <body class="gray-bg" style="background: #fefefe;">
  72. <div class="hei-list">
  73. <div class="heiTop clearFix">
  74. <p class="htl">黑名单</p>
  75. <p class="bacha" title="关闭">x</p>
  76. </div>
  77. <div class="heiCon">
  78. <div class="heit">
  79. <span style="font-size: 14px;">输入拉黑时长:</span>
  80. <input type="text" id="time-word"/>
  81. </div>
  82. <div class="chooses">
  83. <lable class="radio-inline">
  84. <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"/>天
  85. </lable>
  86. <lable class="radio-inline">
  87. <input type="radio" name="time" value="2" style="margin-top: 3px;"/>时
  88. </lable>
  89. <lable class="radio-inline">
  90. <input type="radio" name="time" value="3" style="margin-top: 3px;"/>分
  91. </lable>
  92. <lable class="radio-inline">
  93. <input type="radio" name="time" value="4" style="margin-top: 3px;"/>永久
  94. </lable>
  95. </div>
  96. <p style="margin-top: 15px;"><button id="bc" class="btns">保存</button></p>
  97. </div>
  98. </div>
  99. <script src="js/jquery.min.js"></script>
  100. <script src="js/bootstrap.min.js?v=3.3.6"></script>
  101. <script src="js/jquery.cookie.js"></script>
  102. <script src="css/layer/layer.js"></script>
  103. </body>
  104. </html>