| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="Script/Common/huayi.load.js"></script>
- <script src="Script/Common/huayi.config.js"></script>
- <link href="css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
- <link href="css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
- <link href="css/animate.min.css" rel="stylesheet">
- <link href="css/style.min862f.css?v=4.1.0" rel="stylesheet">
- <link rel="stylesheet" href="css/laydate/need/laydate.css" />
- <link rel="stylesheet" href="css/init.css" />
- <title>黑名单</title>
- <style type="text/css">
- .hei-list{
- width: 400px;
- margin: 0 auto;
- }
- .heiTop {
- height: 35px;
- background: #2f4050;
- color: #fff;
- line-height: 35px;
- padding: 0 15px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
- .heiTop .htl {
- float: left;
- margin: 0;
- }
- .heiTop .bacha {
- float: right;
- font-size: 18px;
- cursor: pointer;
- margin: 0;
- }
- .heiCon{
- width: 100%;
- background: #fff;
- text-align: center;
- padding: 25px 15px;
- height: auto;
- overflow-y: auto;
- border: 1px solid #eee;
- }
- #time-word{
- border: 1px solid #1ab394;
- padding: 5px 0 5px 10px;
- width: 120px;
- outline: none;
- color: #000;
- }
- .chooses{
- margin-top: 10px;
- }
- .btns{
- background: #1ab394;
- color: #fff;
- padding: 3px 10px;
- outline: none;
- font-size: 12px;
- margin-left: 15px;
- border: 0;
- border-radius: 3px;
- box-sizing: border-box;
- }
-
- </style>
- </head>
- <body class="gray-bg" style="background: #fefefe;">
-
- <div class="hei-list">
- <div class="heiTop clearFix">
- <p class="htl">黑名单</p>
- <p class="bacha" title="关闭">x</p>
- </div>
- <div class="heiCon">
- <div class="heit">
- <span style="font-size: 14px;">输入拉黑时长:</span>
- <input type="text" id="time-word"/>
- </div>
- <div class="chooses">
- <lable class="radio-inline">
- <input type="radio" name="time" value="1" checked="checked" style="margin-top: 3px;"/>天
- </lable>
- <lable class="radio-inline">
- <input type="radio" name="time" value="2" style="margin-top: 3px;"/>时
- </lable>
- <lable class="radio-inline">
- <input type="radio" name="time" value="3" style="margin-top: 3px;"/>分
- </lable>
- <lable class="radio-inline">
- <input type="radio" name="time" value="4" style="margin-top: 3px;"/>永久
- </lable>
- </div>
- <p style="margin-top: 15px;"><button id="bc" class="btns">保存</button></p>
- </div>
-
- </div>
-
-
-
- <script src="js/jquery.min.js"></script>
- <script src="js/bootstrap.min.js?v=3.3.6"></script>
- <script src="js/jquery.cookie.js"></script>
- <script src="css/layer/layer.js"></script>
- </body>
- </html>
|