<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Postman</title>
</head>
<style>
@font-face {
font-family: OpenSansSemibold;
src: url('../assets/fonts/OpenSans/OpenSans-Semibold.ttf');
}
@keyframes orbit {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.pm-loader.is-exiting {
opacity: 0;
}
.pm-loader.is-hidden {
display: none;
}
body {
margin: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
position: absolute;
}
.pm-loader {
width: 100%;
height: 100%;
z-index: 300;
position: absolute;
background: #E8E0CB;
transition: opacity 0.5s linear;
}
.pm-loader-text{
color: #ef5b25;
height: 70px;
font-size: 14px;
text-align: center;
position: relative;
-webkit-user-select: none;
font-family: OpenSansSemibold, sans-serif;
}
.pm-loader-text li {
opacity: 0;
display: none;
list-style: none;
transition: 0.5s;
}
.pm-loader-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.pm-loader-atoms {
width: 100px;
height: 100px;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
.pm-loader-center-atom {
top: 33px;
left: 33px;
width: 32px;
height: 32px;
position: absolute;
border-radius: 50%;
background-color: #ef5b25;
}
.pm-loader-orbit-1 {
top: 20px;
left: 20px;
width: 56px;
height: 56px;
position: absolute;
border-radius: 50%;
border: 1px solid #ef5b25;
}
.pm-loader-orbit-2 {
top: 8px;
left: 8px;
width: 80px;
height: 80px;
border-radius: 50%;
position: absolute;
border: 1px solid #ef5b25;
}
.pm-loader-orbit-3 {
top: -4px;
left: -4px;
width: 104px;
height: 104px;
position: absolute;
border-radius: 50%;
border: 1px solid #ef5b25;
}
.pm-loader-atom-1 {
width: 8px;
height: 8px;
margin-top: 4px;
margin-left: 4px;
border-radius: 50%;
background-color: #ef5b25;
transform-origin: 24px 24px;
animation: orbit 1s infinite;
animation-timing-function: linear;
-webkit-transform-origin: 24px 24px;
}
.pm-loader-atom-2 {
width: 8px;
height: 8px;
margin-top: 8px;
margin-left: 8px;
border-radius: 50%;
background-color: #ef5b25;
transform-origin: 32px 32px;
animation: orbit 2s infinite;
animation-timing-function: linear;
-webkit-transform-origin: 32px 32px;
}
.pm-loader-atom-3 {
width: 8px;
height: 8px;
margin-top: 11px;
margin-left: 11px;
border-radius: 50%;
background-color: #ef5b25;
transform-origin: 41px 41px;
animation: orbit 3s infinite;
animation-timing-function: linear;
-webkit-transform-origin: 41px 41px;
}
.app-root {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
}
.app-root.is-hidden {
display: none;
}
</style>
<body>
<div class='pm-loader'>
<div class="pm-loader-container">
<div class="pm-loader-text">
<li>Opening control valves to antimatter nacelles...</li>
<li>Fastening seatbelts...</li>
<li>Distorting space-time continuum...</li>
<li>Moving satellites into position...</li>
<li>Resolving transporter buffer...</li>
<li>Launching escape pods...</li>
</div>
<div class='pm-loader-atoms'>
<div class='pm-loader-center-atom'></div>
<div class='pm-loader-orbit-1'><div class='pm-loader-atom-1'></div></div>
<div class='pm-loader-orbit-2'><div class='pm-loader-atom-2'></div></div>
<div class='pm-loader-orbit-3'><div class='pm-loader-atom-3'></div></div>
</div>
</div>
</div>
<div class='app-root'></div>
<script type="text/javascript" src="../js/utils/preloader.js"></script>
<script type="text/javascript" src="../js/libs/base64-arraybuffer.js"></script>
<script type="text/javascript" src="../js/libs/sails.io.js"></script>
<script type="text/javascript" src="../js/libs/vkbeautify.2.0.js"></script>
<script type="text/javascript" src="../js/common.js"></script>
<script type="text/javascript" src="../js/requester.js"></script>
<script type="text/javascript" src="../js/libs/oauth.js"></script>
<script type="text/javascript" src="../js/libs/hawk.js"></script>
<script type="text/javascript" src="../js/libs/raml-parser.min.js"></script>
<script type="text/javascript" src="../js/libs/converters/all-converters.js"></script>
<script type="text/javascript" src="../js/libs/uri.js"></script>
<!-- Tester sandbox -->
<iframe id="tester_sandbox" seamless="seamless" src="tester_sandbox.html" style='display: none;'></iframe>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
[免费]Postman和postman_interceptor合辑
共104个文件
js:59个
png:28个
json:6个
4星 · 超过85%的资源 需积分: 10 19 下载量 40 浏览量
2017-10-10
18:33:05
上传
评论
收藏 6.43MB ZIP 举报
温馨提示
Faster, easier API development A powerful GUI platform to make your API development faster & easier, from building API requests through testing, documentation and sharing.
资源推荐
资源详情
资源评论
收起资源包目录
[免费]Postman和postman_interceptor合辑 (104个子文件)
toggle-switch.css 7KB
main.css 3KB
onoffswitch.css 1KB
requester.html 5KB
runner.html 5KB
index.html 2KB
tester_sandbox.html 1KB
background.html 310B
requester.js 13.9MB
common.js 9MB
all-converters.js 2.8MB
runner.js 768KB
request-snippet-generator.js 605KB
xml2json.js 258KB
raml-parser.min.js 210KB
all-crypto.js 181KB
sails.io.js 127KB
jquery.min.js 94KB
handlebars.js 71KB
lodash.min.js 48KB
sugar.min.js 48KB
uri.js 35KB
oauth.js 31KB
hawk.js 28KB
background_page.js 22KB
tv4.min.js 22KB
tripledes.js 21KB
backbone-min.js 20KB
backbone-min.js 19KB
underscore-min.js 14KB
rabbit.js 13KB
rabbit-legacy.js 13KB
aes.js 13KB
rc4.js 12KB
vkbeautify.2.0.js 11KB
Evaluator.js 10KB
hmac-sha384.js 9KB
hmac-sha512.js 9KB
sha384.js 9KB
sha512.js 8KB
hmac-ripemd160.js 7KB
ripemd160.js 7KB
hmac-md5.js 7KB
hmac-sha3.js 6KB
md5.js 6KB
sha3.js 6KB
hmac-sha224.js 5KB
pbkdf2.js 5KB
xml2json.min.js 5KB
hmac-sha256.js 5KB
sha224.js 5KB
hmac-sha1.js 5KB
sha256.js 5KB
sha1.js 4KB
ucsv-1.1.0-min.js 4KB
index_page.js 4KB
background.js 3KB
base64-arraybuffer.js 1KB
base64-arraybuffer.js 1KB
enc-base64-min.js 869B
preloader.js 752B
deque.js 568B
init.js 551B
config.js 469B
config_template.js 456B
jQueryNoConflict.js 100B
index.js 32B
verified_contents.json 9KB
computed_hashes.json 7KB
verified_contents.json 6KB
manifest.json 2KB
manifest.json 1KB
messages.json 582B
screenshot_1280_800.png 234KB
icon_128.png 6KB
icon_128.png 6KB
interceptor_128x128_blue.png 4KB
interceptor_128x128_orange.png 4KB
interceptor_128x128_grey.png 3KB
screenshot_thumbnail.png 3KB
interceptor_128x128.png 3KB
icon_64.png 3KB
icon_48.png 3KB
icon_48.png 2KB
icon_32.png 2KB
delete.png 2KB
tick.png 2KB
interceptor_48x48_blue.png 2KB
interceptor_48x48_orange.png 2KB
icon_32.png 1KB
icon_16.png 1KB
interceptor_48x48.png 1KB
interceptor_32x32_blue.png 1KB
interceptor_32x32_orange.png 1KB
interceptor_32 x 32_grey.png 1KB
interceptor_32x32_grey.png 1020B
interceptor_32x32.png 884B
icon_16.png 605B
interceptor_16x16_blue.png 558B
interceptor_16x16_orange.png 539B
共 104 条
- 1
- 2
资源评论
- yzj1144772017-10-21可以正常使用
程序员青戈
- 粉丝: 3w+
- 资源: 19
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 3DMAX多维子对象材质预设插件下载
- #-ssm-023-mysql-协同过滤算法的离散数学题推荐系统-.zip
- 高比例可再生能源电力系统的调峰成本量化与分摊模型 参考文档:高比例可再生能源电力系统的调峰成本量化与分摊模型 matlab +
- 【旅行商问题】GA-based-TSP.zip
- STM32低压 无感BLDC方波方案 全功能版本,源码无库,适用于直流无刷电机 具备脉冲注入功能,识别电机转子初始位置 (i
- 两级式单相光伏并网仿真赠送仿真说明资料送资料 可快速入门学习理解~ 1、前级采用DC-DC变电路,通过MPPT控制DC-DC
- 基于Java的愤怒的小鸟游戏的设计与实现.zip
- KAN+LSTM时间序列预测(Python完整源码和数据)
- 2_base.apk.1
- 【java项目学习】-基于Java的飞机大战游戏的设计与实现.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功