123456789101112131415161718192021222324252627282930 |
- <div class="wrap-downLoad">
- <div class="xiazai">
- <span style="margin:10px 10px;">库名:</span>
- <div layouth="30" style="overflow: auto; height: 136px;">
- <div class="edits" id="tab">
- </div>
- </div>
- <span class="three-span-downLoad">
- <span class="three-span-downLoad">
- <input type="button" class="downLoad-oneMonth-data" value="下载一个月数据">
- </span>
- </span>
- </div>
- <style>
- .downLoad-oneMonth-data,.downLoad-threeMonth-data,
- .downLoad-oneYear-data {
- cursor: pointer;
- width: 105px;
- height: 30px;
- background-color: #1A9856;
- color: #fff;
- border: none;
- border-radius: 5px;
- }
- .xiazai{margin-top:10px;border: 1px solid #89cbff; height: 200px;min-height: 200px; }
- </style>
|