Showing preview only (752K chars total). Download the full file or copy to clipboard to get everything.
Repository: KBRACER/kbracer.github.io
Branch: master
Commit: b2d3635ea97a
Files: 22
Total size: 715.3 KB
Directory structure:
gitextract_ls4d2koz/
├── .gitignore
├── CNAME
├── bigV.json
├── css/
│ ├── button.css
│ ├── button.less
│ └── index.css
├── goldport.json
├── index.html
├── js/
│ └── index.js
├── lib/
│ ├── bootstrap/
│ │ ├── css/
│ │ │ ├── bootstrap-table.css
│ │ │ ├── bootstrap-theme.css
│ │ │ └── bootstrap.css
│ │ └── js/
│ │ ├── bootstrap-table.js
│ │ ├── bootstrap.js
│ │ └── npm.js
│ ├── canvas-bg/
│ │ └── rAF.js
│ ├── layer/
│ │ ├── layer.js
│ │ ├── mobile/
│ │ │ ├── layer.js
│ │ │ └── need/
│ │ │ └── layer.css
│ │ └── theme/
│ │ └── default/
│ │ └── layer.css
│ └── template.js
└── speed.json
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
speed - 副本 (2).json
================================================
FILE: CNAME
================================================
kbracer.github.io
================================================
FILE: bigV.json
================================================
[
{
"year":"2014",
"car": "911 TurboS",
"BID": "BV1eN4y1K7nf",
"Btitle": "最烂仔的GT2RS?",
"hp": "620",
"hp_content": "620",
"Powertrain": "3.8T/7DCT",
"speed": "63.21",
"mods": "2",
"tyre": "F200",
"temperature": "26",
"lv": "S",
"time": "",
"accelerate": "3.38",
"limit": "202.54",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"255.10",
"driver":"阿飞"
},
{
"year":"2021",
"car": "911 Carrara S",
"BID": "BV1RN4y1P7ZH",
"Btitle": "GIC最速传说,比GT3RS还快的992S..",
"hp": "540",
"hp_content": "540",
"Powertrain": "3.0T/7DCT",
"speed": "64.45",
"mods": "1",
"tyre": "Cup2R",
"temperature": "26",
"lv": "S",
"time": "",
"accelerate": "3.24",
"limit": "189.07",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"146.00",
"driver":"Jerry杨浩宇"
},
{
"year":"2019",
"car": "AMG GTC",
"BID": "BV1W7HczjEen",
"Btitle": "【大V榜】小米工程师开AMG GTC",
"hp": "557",
"hp_content": "557",
"Powertrain": "4.0T/7DCT",
"speed": "66.01",
"mods": "1",
"tyre": "PT-01",
"temperature": "12",
"lv": "S",
"time": "",
"accelerate": "--",
"limit": "193.34",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"182.68",
"driver":"Frank"
},
{
"year":"2011",
"car": "M3",
"BID": "BV1AuvmBxEJr",
"Btitle": "【大V榜】100万的宝马M4 vs 10万的宝马M4~!!",
"hp": "420",
"hp_content": "420",
"Powertrain": "4.0/7DCT",
"speed": "66.31",
"mods": "1",
"tyre": "CR-S",
"temperature": "6",
"lv": "B",
"time": "",
"accelerate": "4.64",
"limit": "175.51",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"110.50",
"driver":"约翰"
},
{
"year":"2014",
"car": "GT86",
"BID": "BV1PA41167u8",
"Btitle": "北方一台快的86都没有?",
"hp": "233",
"hp_content": "233",
"Powertrain": "2.0/6MT",
"speed": "70.81",
"mods": "1",
"tyre": "TD",
"temperature": "1",
"lv": "S",
"time": "",
"accelerate": "6.21",
"limit": "159.83",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.96",
"driver":"键盘打工人"
},
{
"year":"2008",
"car": "Lancer Evolution IX",
"BID": "BV16T411T7qD",
"Btitle": "EVO 9已经超过100W了?",
"hp": "280",
"hp_content": "280",
"Powertrain": "2.0T/6MT",
"speed": "74.30",
"mods": "1",
"tyre": "R888R",
"temperature": "31",
"lv": "A",
"time": "",
"accelerate": "6.18",
"limit": "156.12",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"45.50",
"driver":"李松桥"
},
{
"year":"2003",
"car": "M3 CSL",
"BID": "BV1KU4y1k7Ck",
"Btitle": "20年的老车还要100W?E46M3 CSL喜欢您来!",
"hp": "360",
"hp_content": "360",
"Powertrain": "3.2/6MT",
"speed": "78.36",
"mods": "1",
"tyre": "Cup2",
"temperature": "33",
"lv": "B",
"time": "",
"accelerate": "6.62",
"limit": "138.40",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"-",
"driver":"亢岳"
}
]
================================================
FILE: css/button.css
================================================
.button {
position: relative;
appearance: none;
background: #337ab7;
padding: 10px 20px;
border: none;
color: white;
cursor: pointer;
outline: none;
overflow: hidden;
border-radius: 10px;
text-align: center;
width: 180px;
height: 40px;
line-height: 20px;
box-sizing: border-box;
box-shadow: inset 0 -2px 0 #23527c;
margin: 20px auto 40px;
transform: scale(2);
}
.button span {
position: relative;
letter-spacing: 8px;
}
.button::before {
--size: 0;
content: '';
position: absolute;
left: var(--x);
top: var(--y);
width: var(--size);
height: var(--size);
background: radial-gradient(circle closest-side, #4405f7, transparent);
transform: translate(-50%, -50%);
transition: width 0.2s ease, height 0.2s ease;
}
.button:hover::before {
--size: 400px;
}
================================================
FILE: css/button.less
================================================
.button {
position: relative;
appearance: none;
background: #337ab7;
// padding: 1em 2em;
padding: 10px 20px;
border: none;
color: white;
// font-size: 1.2em;
cursor: pointer;
outline: none;
overflow: hidden;
border-radius: 10px;
text-align: center;
width: 180px;
height: 40px;
line-height: 20px;
box-sizing: border-box;
box-shadow: inset 0 -2px 0 #23527c;
margin: 20px auto 40px;
transform: scale(2);
span {
position: relative;
letter-spacing:8px
}
&::before {
--size: 0;
content: '';
position: absolute;
left: var(--x);
top: var(--y);
width: var(--size);
height: var(--size);
background: radial-gradient(circle closest-side, #4405f7, transparent);
transform: translate(-50%, -50%);
transition: width .2s ease, height .2s ease;
}
&:hover::before {
--size: 400px;
}
}
================================================
FILE: css/index.css
================================================
body {
background-image: linear-gradient(90deg, #485563, #29323c);
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: hidden;
}
table {
width:100%;
}
tbody {
color: #eeeeee;
width: 100%;
}
thead {
color: #e5e5e5;
width: 100%;
}
.mini_banner {
display: none;
}
tr.speed0 {
background-image: linear-gradient(230deg, hsl(335, 58%, 48%), hsl(335, 47%, 60%));
}
tr.speed1 {
background-image: linear-gradient(230deg, hsl(0, 65%, 60%),hsl(0, 79%, 63%) );
}
tr.speed2 {
background-image: linear-gradient(230deg, hsl(282, 38%, 28%), hsl(282, 27%, 56%));
}
tr.speed3 {
background-image: linear-gradient(230deg, hsl(238, 38%, 28%), hsl(206, 53%, 56%));
}
tr.speed4 {
background-image: linear-gradient(230deg, hsl(186, 38%, 28%), hsl(186, 27%, 56%));
}
tr.speed5 {
background-image: linear-gradient(230deg, hsl(30, 83%, 38%), hsl(30, 49%, 56%));
}
tr.speed6 {
background-image: linear-gradient(230deg, hsl(0, 54%, 38%), hsl(10, 49%, 56%));
}
tr.speed0:hover {
background-image: linear-gradient(230deg, hsl(335, 58%, 60%), hsl(335, 47%, 72%));
color: fff;
}
tr.speed1:hover {
background-image: linear-gradient(230deg, hsl(8, 58%, 67%),hsl(8, 80%, 69%) );
color: #fff;
}
tr.speed2:hover {
background-image: linear-gradient(230deg, hsl(282, 38%, 40%), hsl(282, 27%, 68%));
color: #fff;
}
tr.speed3:hover {
background-image: linear-gradient(230deg, hsl(238, 38%, 40%), hsl(206, 53%, 68%));
color: #fff;
}
tr.speed4:hover {
background-image: linear-gradient(230deg, hsl(186, 38%, 40%), hsl(186, 27%, 68%));
color: #fff;
}
t
tr.speed5:hover {
background-image: linear-gradient(230deg, hsl(30, 83%, 50%), hsl(30, 49%, 68%));
color: #fff;
}
tr.speed6:hover {
background-image: linear-gradient(230deg, hsl(0, 54%, 50%), hsl(10, 49%, 68%));
color: #fff;
}
.table-responsive {
background-color: rgba(229, 229, 229, 0.3);
border-radius: 4px;
border: solid;
border-width: 0;
margin: 2em;
}
.black {
background-color: rgba(0, 0, 0, 0.3);
}
.gray {
background-color: rgba(33,33,33, 0.1);
}
.blue {
background-color: rgba(33,33,33, 0.6);
}
.align-left {
text-align:left !important;
}
.table {
margin-bottom: 0;
min-width: 1500px;
display: none;
text-align:center;
}
.table.active {
display: table;
}
a {
color: #bbffff !important;
}
a:hover {
color: aqua;
}
a:checked {
color: azure;
}
.index_banner {
/* position: relative; */
padding: 2em 1em;
margin: 1em 2em 0em;
border-radius: 20px;
box-shadow: 1px 1px 10px #333;
background-image: linear-gradient(200deg, #2980b9, #2c3e50);
text-align: left;
vertical-align: middle;
}
#canvas_bg {
position: absolute;
/* width: 100%;
height: 100%; */
z-index: -10;
}
.title {
color: #fefeff
}
footer {
color: #fff;
background-image: linear-gradient(90deg, rgba(200, 200, 255, 0.2), rgba(255, 255, 255, 0.4));
box-shadow: -10px 0px 50px #333;
width: 100%;
padding: 2em;
margin-bottom: 0px;
line-height: 40px;
}
/* layer */
.tips-content {
padding: 20px;
background-color: #000;
color: #fff;
}
.t-left {
text-align: left;
}
.t-center {
text-align: center;
}
.t-right {
text-align: right;
}
#tb_results .icon ,
#tb_results2 .icon ,
#tb_results3 .icon {
width: 15px;
cursor: pointer;
}
#tb_results td ,
#tb_results2 td,
#tb_results3 td,
#tb_results thead ,
#tb_results2 thead,
#tb_results3 thead,
#tb_results tr ,
#tb_results2 tr,
#tb_results3 tr,
#tb_results th ,
#tb_results2 th,
#tb_results3 th{
text-align:center;
border: 1px solid;
}
#tb_results .ranking,
#tb_results .limit,
#tb_results .accelerate,
#tb_results .speed ,
#tb_results2 .ranking,
#tb_results3 .ranking,
#tb_results2 .limit,
#tb_results3 .limit,
#tb_results2 .accelerate,
#tb_results3 .accelerate,
#tb_results2 .speed ,
#tb_results3 .speed {
min-width: 65px;
}
#tb_results .mods ,
#tb_results2 .mods ,
#tb_results3 .mods {
min-width: 80px;
}
#tb_results .lv ,
#tb_results2 .lv ,
#tb_results3 .lv {
min-width: 50px;
}
#tb_results .temperature ,
#tb_results2 .temperature ,
#tb_results3 .temperature {
min-width: 90px;
}
#tb_results .car ,
#tb_results2 .car ,
#tb_results3 .car {
min-width: 135px;
}
/* 移动端适配 */
@media (max-width: 550px) {
.hid {
display: none;
}
.options>div {
margin-bottom: 5px;
}
/* .index_banner {
display: none;
}
.mini_banner {
display: block;
padding-left: 20px;
padding-top: 20px;
}
.input_ctrl {
margin-top: 20px;
} */
}
/* button动效 */
/* tab切换 */
.box-tabs {
width:100%;
padding: 30px 0 0 30px;
}
.box-tabs .tab {
display:inline-block;
width:160px;
height:40px;
line-height:40px;
text-align:center;
background-color: #fff;
cursor: pointer;
border-radius: 10px;
margin-right: 10px;
}
.box-tabs .tab.active {
background-color: #ff0080;
color:#fff;
}
/* 国旗icon */
.icon-flag {
width: 24px;
height: 24px;
display: inline-block;
vertical-align: middle;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-flag.DE {
background-image: url(../img/flags/DE.png);
}
.icon-flag.BR {
background-image: url(../img/flags/BR.png);
}
.icon-flag.CN {
background-image: url(../img/flags/CN.png);
}
.icon-flag.FR {
background-image: url(../img/flags/FR.png);
}
.icon-flag.IT {
background-image: url(../img/flags/IT.png);
}
.icon-flag.JP {
background-image: url(../img/flags/JP.png);
}
.icon-flag.KR {
background-image: url(../img/flags/KR.png);
}
.icon-flag.RU {
background-image: url(../img/flags/RU.png);
}
.icon-flag.SE {
background-image: url(../img/flags/SE.png);
}
.icon-flag.UK {
background-image: url(../img/flags/UK.png);
}
.icon-flag.US {
background-image: url(../img/flags/US.png);
}
.icon-flag.CZ {
background-image: url(../img/flags/CZ.png);
}
================================================
FILE: goldport.json
================================================
[
{
"year":"2018",
"car": "911 GT3RS",
"BID": "BV1W94y1X7JY",
"Btitle": "GT3 RS刷新易车金港赛道纪录?",
"hp": "540",
"hp_content": "540",
"Powertrain": "4.0/7DCT",
"speed": "62.90",
"mods": "1",
"tyre": "Cup2R",
"temperature": "18",
"lv": "S",
"time": "",
"accelerate": "3.29",
"limit": "201.34",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"226.80"
},
{
"year":"2025",
"car": "SU7 ULTRA",
"BID": "BV1GegizAETD",
"Btitle": "小米SU7U,打不过日产轩逸?!",
"hp": "1548",
"hp_content": "1548",
"Powertrain": "E",
"speed": "63.52",
"mods": "0",
"tyre": "PT-01",
"temperature": "15",
"lv": "C",
"time": "",
"accelerate": "--",
"limit": "227.99",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"52.99"
},
{
"year":"2017",
"car": "911GT3",
"BID": "BV1BZ42127z9",
"Btitle": "键盘圈速榜,原厂榜首预定?",
"hp": "500",
"hp_content": "500",
"Powertrain": "4.0/7DCT",
"speed": "64.40",
"mods": "0",
"tyre": "Cup2R",
"temperature": "5",
"lv": "S",
"time": "",
"accelerate": "3.45",
"limit": "200.58",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"183.00"
},
{
"year":"2020",
"car": "SF90",
"BID": "BV1iT411d76t",
"Btitle": "800万,1000马力,法拉利SF90杀爆全场?",
"hp": "1000",
"hp_content": "1000",
"Powertrain": "3.9T+E/8DCT",
"speed": "64.41",
"mods": "0",
"tyre": "Cup2R",
"temperature": "0",
"lv": "S",
"time": "",
"accelerate": "2.61",
"limit": "216.70",
"powerType":"0",
"producer":"2",
"nationality":"IT",
"price":"498.80"
},
{
"year":"2019",
"car": "AMG GT R",
"BID": "BV1VX4y1k7rR",
"Btitle": "日产GT-R,AMG GT R,谁是真战神?",
"hp": "585",
"hp_content": "585",
"Powertrain": "4.0T/7DCT",
"speed": "64.64",
"mods": "0",
"tyre": "Cup2R",
"temperature": "13",
"lv": "S",
"time": "",
"accelerate": "3.76",
"limit": "202.62",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"212.88"
},
{
"year":"2017",
"car": "M4",
"BID": "BV1HN4y157tk",
"Btitle": "国产魔王最后一战?",
"hp": "521",
"hp_content": "521",
"Powertrain": "3.0T/7DCT",
"speed": "64.81",
"mods": "1",
"tyre": "F200",
"temperature": "14",
"lv": "B",
"time": "",
"accelerate": "--",
"limit": "196.34",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"90.68"
},
{
"year":"2013",
"car": "911GT3",
"BID": "BV1jA4m1V7hB",
"Btitle": "100万能买911 GT3,为什么还要玩本田?",
"hp": "476",
"hp_content": "476",
"Powertrain": "3.8/7DCT",
"speed": "65.28",
"mods": "0",
"tyre": "Cup2R",
"temperature": "5",
"lv": "S",
"time": "",
"accelerate": "3.68",
"limit": "195.16",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"187.80"
},
{
"year":"2021",
"car": "911 Carrera 4S",
"BID": "BV1Sa411X7gx",
"Btitle": "911有必要四驱么?-- 满配992 4S圈速测试",
"hp": "530",
"hp_content": "530",
"Powertrain": "3.0T/8DCT",
"speed": "66.38",
"mods": "1",
"tyre": "P0",
"temperature": "28",
"lv": "S",
"time": "",
"accelerate": "3.05",
"limit": "197.19",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"155.10"
},
{
"year":"2022",
"car": "M4雷霆版 M xDrive",
"BID": "BV1jG4y1c7j8",
"Btitle": "比保时捷还快的宝马?G82四驱赛道测试!",
"hp": "510",
"hp_content": "510",
"Powertrain": "3.0T/8AT",
"speed": "66.40",
"mods": "0",
"tyre": "PS4S*",
"temperature": "6",
"lv": "B",
"time": "",
"accelerate": "3.35",
"limit": "192.18",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"94.39"
},
{
"year":"2022",
"car": "911 Carrera S",
"BID": "BV1ZG4y1j77t",
"Btitle": "保时捷992S VS 马丁Vantage F1,谁快?",
"hp": "450",
"hp_content": "450",
"Powertrain": "3.0T/8DCT",
"speed": "66.73",
"mods": "0",
"tyre": "P0",
"temperature": "15",
"lv": "S",
"time": "",
"accelerate": "3.48",
"limit": "192.98",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"147.30"
},
{
"year":"2015",
"car": "GT-R",
"BID": "BV1Bc411j7vu",
"Btitle": "日产GTR,打得过宝马M4?",
"hp": "600",
"hp_content": "600",
"Powertrain": "3.8T/6DCT",
"speed": "66.76",
"mods": "1",
"tyre": "Cup2C/Cup2R",
"temperature": "7",
"lv": "S",
"time": "",
"accelerate": "3.55",
"limit": "195.35",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"158.00"
},
{
"year":"-",
"car": "领克03++赛车",
"BID": "BV1JgmyB3EHw",
"Btitle": "140万领克TCR的青春版,能打保时捷911~?",
"hp": "350",
"hp_content": "350",
"Powertrain": "2.0T/8AT",
"speed": "66.75",
"mods": "1",
"tyre": "赛轮",
"temperature": "5",
"lv": "A",
"time": "",
"accelerate": "4.96",
"limit": "175.28",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"--"
},
{
"year":"2025",
"car": "Ioniq5N",
"BID": "BV1XHR1YoEQw",
"Btitle": "金港最速量产SUV?",
"hp": "650",
"hp_content": "650",
"Powertrain": "E",
"speed": "67.45",
"mods": "0",
"tyre": "CUP2C",
"temperature": "20",
"lv": "SUV2",
"time": "",
"accelerate": "3.51",
"limit": "189.03",
"powerType":"1",
"producer":"2",
"nationality":"KR",
"price":"38.88"
},
{
"year":"2020",
"car": "718GTS",
"BID": "BV1dY4y1o7oN",
"Btitle": "60W,2.5T最强四缸保时捷~",
"hp": "366",
"hp_content": "366",
"Powertrain": "2.5T/7DCT",
"speed": "67.65",
"mods": "0",
"tyre": "PS4S",
"temperature": "14",
"lv": "S",
"time": "",
"accelerate": "3.85",
"limit": "185.93",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"87.50"
},
{
"year":"-",
"car": "思域FK8赛车",
"BID": "BV1Lz4y1M7NL",
"Btitle": "50W手搓本田FK8 TCR,居然能到9300转?",
"hp": "300",
"hp_content": "300",
"Powertrain": "2.4/6SMG",
"speed": "67.72",
"mods": "1",
"tyre": "F200",
"temperature": "37",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "168.03",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"--"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV113411X7WB",
"Btitle": "改装GTI vs 原厂奥迪RS 3",
"hp": "294",
"hp_content": "294",
"Powertrain": "2.0T/7DCT",
"speed": "68.02",
"mods": "1",
"tyre": "TD/Cup2C",
"temperature": "4",
"lv": "A",
"time": "",
"accelerate": "5.59",
"limit": "181.31",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2011",
"car": "458",
"BID": "BV1AK421y7xf",
"Btitle": "法拉利458,赛道能打得过911?",
"hp": "570",
"hp_content": "570",
"Powertrain": "4.5/7DCT",
"speed": "68.08",
"mods": "0",
"tyre": "Cup2R",
"temperature": "31",
"lv": "S",
"time": "",
"accelerate": "--",
"limit": "188.10",
"powerType":"0",
"producer":"2",
"nationality":"IT",
"price":"388.00"
},
{
"year":"2022",
"car": "Vantage F1",
"BID": "BV1ZG4y1j77t",
"Btitle": "保时捷992S VS 马丁Vantage F1,谁快?",
"hp": "534",
"hp_content": "534",
"Powertrain": "4.0T/8AT",
"speed": "68.11",
"mods": "0",
"tyre": "P0",
"temperature": "17",
"lv": "S",
"time": "",
"accelerate": "3.91",
"limit": "188.80",
"powerType":"0",
"producer":"2",
"nationality":"UK",
"price":"206.80"
},
{
"year":"2017",
"car": "86",
"BID": "BV1px4y1L7ki",
"Btitle": "涡轮+ 86 = 911?",
"hp": "320",
"hp_content": "320",
"Powertrain": "2.0T/6MT",
"speed": "68.16",
"mods": "1",
"tyre": "TD",
"temperature": "1",
"lv": "S",
"time": "",
"accelerate": "5.38",
"limit": "175.02",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"24.98"
},
{
"year":"2014",
"car": "86",
"BID": "BV1PA41167u8",
"Btitle": "北方一台快的86都没有?",
"hp": "233",
"hp_content": "233",
"Powertrain": "2.0/6MT",
"speed": "68.73",
"mods": "1",
"tyre": "TD",
"temperature": "1",
"lv": "S",
"time": "",
"accelerate": "6.21",
"limit": "164.15",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.96"
},
{
"year":"2022",
"car": "思域Type-R",
"BID": "BV15p421R7rD",
"Btitle": "330马力的思域TYPE R,能有多快?",
"hp": "330",
"hp_content": "330",
"Powertrain": "2.0T/6MT",
"speed": "68.85",
"mods": "1",
"tyre": "Cup2C",
"temperature": "16",
"lv": "A",
"time": "",
"accelerate": "5.29",
"limit": "177.08",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"42.00"
},
{
"year":"2023",
"car": "影豹R",
"BID": "BV12V6gYLEmu",
"Btitle": "影豹RR第二季的最后一次圈速测试。",
"hp": "350",
"hp_content": "350",
"Powertrain": "2.0T/8AT",
"speed": "68.90",
"mods": "1",
"tyre": "DSS",
"temperature": "18",
"lv": "A",
"time": "",
"accelerate": "4.91",
"limit": "175.14",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"15.80"
},
{
"year":"2005",
"car": "菱帅 进化8",
"BID": "BV1Bb4y13771",
"Btitle": "200马力菱帅王,比思域TR快?",
"hp": "200",
"hp_content": "200",
"Powertrain": "1.6/5MT",
"speed": "68.96",
"mods": "1",
"tyre": "RC001",
"temperature": "23",
"lv": "A",
"time": "",
"accelerate": "5.99",
"limit": "159.27",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"11.88"
},
{
"year":"2020",
"car": "M2C",
"BID": "BV14S4y1p74Y",
"Btitle": "100W内天花板?",
"hp": "411",
"hp_content": "411",
"Powertrain": "3.0T/7DCT",
"speed": "69.00",
"mods": "0",
"tyre": "PS4S*",
"temperature": "33",
"lv": "A",
"time": "",
"accelerate": "4.54",
"limit": "183.59",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"64.38"
},
{
"year":"2023",
"car": "M2",
"BID": "BV1V64y1w7KR",
"Btitle": "宝马M2很丑,但S58",
"hp": "460",
"hp_content": "460",
"Powertrain": "3.0T/8AT",
"speed": "69.05",
"mods": "0",
"tyre": "P0*",
"temperature": "27",
"lv": "A",
"time": "",
"accelerate": "4.34",
"limit": "188.41",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"59.90"
},{
"year":"2024",
"car": "RS6 Performance",
"BID": "BV15f421Q7KG",
"Btitle": "马力没有SU7大,新款RS6还行吗?",
"hp": "630",
"hp_content": "630",
"Powertrain": "4.0T/8AT",
"speed": "69.05",
"mods": "0",
"tyre": "SC7",
"temperature": "25",
"lv": "C",
"time": "",
"accelerate": "3.25",
"limit": "190.20",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"145.38"
},
{
"year":"2022",
"car": "Giulia QV",
"BID": "BV1Bk4y1477X",
"Btitle": "大家别骂键盘打工人了,Giulia QV二番战!",
"hp": "510",
"hp_content": "510",
"Powertrain": "2.9T/8AT",
"speed": "69.08",
"mods": "0",
"tyre": "Cup2C*",
"temperature": "6",
"lv": "B",
"time": "",
"accelerate": "4.29",
"limit": "189.08",
"powerType":"0",
"producer":"2",
"nationality":"IT",
"price":"90.28"
},
{
"year":"2012",
"car": "911 Carrera S",
"BID": "BV1Gx4y1T7He",
"Btitle": "老保时捷,能拿捏宝马M吗?",
"hp": "400",
"hp_content": "400",
"Powertrain": "3.8/7DCT",
"speed": "69.20",
"mods": "0",
"tyre": "P0",
"temperature": "2",
"lv": "S",
"time": "",
"accelerate": "4.34",
"limit": "181.80",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"146.50"
},
{
"year":"2021",
"car": "AMG GT",
"BID": "BV1114y1g7tE",
"Btitle": "V8即正义,AMG GT能干掉911么?",
"hp": "476",
"hp_content": "476",
"Powertrain": "4.0T/7DCT",
"speed": "69.38",
"mods": "0",
"tyre": "PS4S",
"temperature": "17",
"lv": "S",
"time": "",
"accelerate": "4.37",
"limit": "183.74",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"146.88"
},
{
"year":"2022",
"car": "BRZ",
"BID": "BV16G4y1g7G8",
"Btitle": "【新老BRZ进化】避震篇",
"hp": "234",
"hp_content": "234",
"Powertrain": "2.4/6MT",
"speed": "69.48",
"mods": "1",
"tyre": "V01R",
"temperature": "17",
"lv": "S",
"time": "",
"accelerate": "--",
"limit": "161.37",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"30.88"
},
{
"year":"2022",
"car": "Supra",
"BID": "BV1wW4y1C7Zn",
"Btitle": "丰田SUPRA和宝马Z4,性能差距有多大?",
"hp": "340",
"hp_content": "340",
"Powertrain": "3.0T/8AT",
"speed": "69.57",
"mods": "0",
"tyre": "PSS*",
"temperature": "28",
"lv": "S",
"time": "",
"accelerate": "4.70",
"limit": "177.95",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"62.90"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV1fA411k7WG",
"Btitle": "【4车进化】领克全车拆空,大战思域、GTI、CT4!",
"hp": "294",
"hp_content": "294",
"Powertrain": "2.0T/7DCT",
"speed": "69.58",
"mods": "1",
"tyre": "Cup2C",
"temperature": "4",
"lv": "A",
"time": "",
"accelerate": "6.03",
"limit": "178.37",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2017",
"car": "RS3",
"BID": "BV113411X7WB",
"Btitle": "改装GTI vs 原厂奥迪RS 3",
"hp": "400",
"hp_content": "400",
"Powertrain": "2.5T/7DCT",
"speed": "69.83",
"mods": "0",
"tyre": "PS4S",
"temperature": "4",
"lv": "A",
"time": "",
"accelerate": "3.89",
"limit": "180.80",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"51.38"
},
{
"year":"2018",
"car": "718",
"BID": "BV14S4y1p74Y",
"Btitle": "100W内天花板?",
"hp": "370",
"hp_content": "370",
"Powertrain": "2.0T/7DCT",
"speed": "69.83",
"mods": "1",
"tyre": "P0",
"temperature": "33",
"lv": "S",
"time": "",
"accelerate": "4.50",
"limit": "176.81",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"54.50"
},
{
"year":"2024",
"car": "03+TCR",
"BID": "BV1tw4m1a7UN",
"Btitle": "42万领克王,降维打击“本田王和现代王”?",
"hp": "350",
"hp_content": "350",
"Powertrain": "2.0T/8AT",
"speed": "69.96",
"mods": "0",
"tyre": "R31红",
"temperature": "32",
"lv": "A",
"time": "",
"accelerate": "5.42",
"limit": "171.76",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"42.03"
},
{
"year":"2024",
"car": "SU7 MAX",
"BID": "BV1J1421m791",
"Btitle": "真 · 保时捷平替,小米SU7~!",
"hp": "673",
"hp_content": "673",
"Powertrain": "E",
"speed": "69.99",
"mods": "0",
"tyre": "P0PZ5EV",
"temperature": "27",
"lv": "C",
"time": "",
"accelerate": "3.14",
"limit": "189.66",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"29.99"
},
{
"year":"2021",
"car": "C43",
"BID": "BV1jM411b7W6",
"Btitle": "CUP2C VS AD09,谁能助力AMG C 43登顶榜首?",
"hp": "390",
"hp_content": "390",
"Powertrain": "3.0T/9AT",
"speed": "70.05",
"mods": "1",
"tyre": "Cup2C",
"temperature": "12",
"lv": "B",
"time": "",
"accelerate": "4.11",
"limit": "177.03",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"57.38"
},
{
"year":"2021",
"car": "C43",
"BID": "BV1jM411b7W6",
"Btitle": "CUP2C VS AD09,谁能助力AMG C 43登顶榜首?",
"hp": "390",
"hp_content": "390",
"Powertrain": "3.0T/9AT",
"speed": "70.05",
"mods": "1",
"tyre": "AD09",
"temperature": "12",
"lv": "B",
"time": "",
"accelerate": "4.11",
"limit": "176.00",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"57.38"
},
{
"year":"2017",
"car": "BRZ",
"BID": "BV1JR4y167Uu",
"Btitle": "【新老BRZ进化】轮上马力相差多少?",
"hp": "217",
"hp_content": "217",
"Powertrain": "2.0/6MT",
"speed": "70.26",
"mods": "1",
"tyre": "V01R",
"temperature": "4",
"lv": "S",
"time": "",
"accelerate": "6.98",
"limit": "158.78",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.98"
},
{
"year":"2017",
"car": "TT RS",
"BID": "BV1DB4y1W75H",
"Btitle": "TTRS直线居然输M2C?",
"hp": "400",
"hp_content": "400",
"Powertrain": "2.5T/7DCT",
"speed": "70.35",
"mods": "0",
"tyre": "PS4S*",
"temperature": "24",
"lv": "S",
"time": "",
"accelerate": "3.94",
"limit": "181.65",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"76.98"
},
{
"year":"2021",
"car": "思域HB",
"BID": "BV1fA411k7WG",
"Btitle": "【4车进化】领克全车拆空,大战思域、GTI、CT4!",
"hp": "232",
"hp_content": "232",
"Powertrain": "1.5T/6MT",
"speed": "70.50",
"mods": "1",
"tyre": "Cup2C",
"temperature": "4",
"lv": "A",
"time": "",
"accelerate": "6.27",
"limit": "165.21",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"15.99"
},
{
"year":"2022",
"car": "Z4 M40i",
"BID": "BV1wW4y1C7Zn",
"Btitle": "丰田SUPRA和宝马Z4,性能差距有多大?",
"hp": "340",
"hp_content": "340",
"Powertrain": "3.0T/8AT",
"speed": "70.52",
"mods": "0",
"tyre": "PSS*",
"temperature": "30",
"lv": "S",
"time": "",
"accelerate": "4.74",
"limit": "174.90",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"62.98"
},
{
"year":"2014",
"car": "STI11",
"BID": "BV1XC41177oq",
"Btitle": "斯巴鲁最后荣光,11代STI能打赢原厂TR么?~",
"hp": "300",
"hp_content": "300",
"Powertrain": "2.5T/6MT",
"speed": "70.55",
"mods": "1",
"tyre": "A052",
"temperature": "13",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "164.68",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"--"
},
{
"year":"2019",
"car": "C43 旅行",
"BID": "BV1ST411f7sT",
"Btitle": "改装C 43能战胜奥迪RS 5?",
"hp": "520",
"hp_content": "520",
"Powertrain": "3.0T/9AT",
"speed": "70.80",
"mods": "1",
"tyre": "PS4S",
"temperature": "12",
"lv": "B",
"time": "",
"accelerate": "3.69",
"limit": "181.61",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"65.38"
},
{
"year":"2022",
"car": "BRZ",
"BID": "BV1rP4y1m7hJ",
"Btitle": "【新老BRZ进化】刹车是反向改装?",
"hp": "234",
"hp_content": "234",
"Powertrain": "2.4/6MT",
"speed": "70.83",
"mods": "0",
"tyre": "V01R",
"temperature": "17",
"lv": "S",
"time": "",
"accelerate": "6.26",
"limit": "163.72",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"30.88"
},
{
"year":"2017",
"car": "BRZ",
"BID": "BV16G4y1g7G8",
"Btitle": "【新老BRZ进化】避震篇",
"hp": "200",
"hp_content": "200",
"Powertrain": "2.0/6MT",
"speed": "70.95",
"mods": "1",
"tyre": "V01R",
"temperature": "14",
"lv": "S",
"time": "",
"accelerate": "--",
"limit": "154.51",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.98"
},
{
"year":"2008",
"car": "STI",
"BID": "BV1Fu4m1u75P",
"Btitle": "不到20W的斯巴鲁STI,能赢42W的本田TR么?",
"hp": "350",
"hp_content": "350",
"Powertrain": "2.5T/6MT",
"speed": "71.00",
"mods": "1",
"tyre": "AD09",
"temperature": "13",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "165.26",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"48.80"
},
{
"year":"2023",
"car": "思域 Type-R",
"BID": "BV18e411C7bH",
"Btitle": "本田,现代,谁是前驱王。",
"hp": "300",
"hp_content": "300",
"Powertrain": "2.0T/6MT",
"speed": "71.03",
"mods": "0",
"tyre": "PS4S",
"temperature": "6",
"lv": "A",
"time": "",
"accelerate": "5.66",
"limit": "169.98",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"42.00"
},
{
"year":"2017",
"car": "Panamera 4S",
"BID": "BV1qr4y1j7Wd",
"Btitle": "Panamera跑赛道和911差多少?",
"hp": "441",
"hp_content": "441",
"Powertrain": "2.9T/8DCT",
"speed": "71.32",
"mods": "0",
"tyre": "P0",
"temperature": "24",
"lv": "D",
"time": "",
"accelerate": "4.09",
"limit": "175.32",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"152.80"
},
{
"year":"2022",
"car": "718 Cayman",
"BID": "BV15P411P7hu",
"Btitle": "保时捷718能战胜同价位丰田SUPRA?",
"hp": "250",
"hp_content": "250",
"Powertrain": "2.0T/7DCT",
"speed": "71.33",
"mods": "0",
"tyre": "PS4S",
"temperature": "17",
"lv": "S",
"time": "",
"accelerate": "5.13",
"limit": "164.44",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"56.50"
},
{
"year":"2003",
"car": "360 Modena",
"BID": "BV1SF411F78o",
"Btitle": "40万买法拉利,跑不过86?",
"hp": "400",
"hp_content": "400",
"Powertrain": "3.6/6SMG",
"speed": "71.55",
"mods": "0",
"tyre": "PS4S*",
"temperature": "22",
"lv": "S",
"time": "",
"accelerate": "5.25",
"limit": "176.26",
"powerType":"0",
"producer":"2",
"nationality":"IT",
"price":"330.00"
},
{
"year":"2023",
"car": "Elantra N",
"BID": "BV1Dc411278A",
"Btitle": "中规伊兰特N,依然是前驱的王?",
"hp": "276",
"hp_content": "276",
"Powertrain": "2.0T/8DCT",
"speed": "71.56",
"mods": "0",
"tyre": "PS4S HN",
"temperature": "6",
"lv": "A",
"time": "",
"accelerate": "5.35",
"limit": "170.89",
"powerType":"0",
"producer":"2",
"nationality":"KR",
"price":"24.98"
},
{
"year":"2022",
"car": "03+ Cyan",
"BID": "BV1fA411k7WG",
"Btitle": "【4车进化】领克全车拆空,大战思域、GTI、CT4!",
"hp": "269",
"hp_content": "269",
"Powertrain": "2.0T/8AT",
"speed": "71.63",
"mods": "1",
"tyre": "Cup2C",
"temperature": "5",
"lv": "A",
"time": "",
"accelerate": "5.50",
"limit": "157.68",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"25.68"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV1U84y1j7L5",
"Btitle": "【4车进化】领克03+,大众GTI,凯迪拉克CT4,本田思域,谁的轮上马力最大?",
"hp": "294",
"hp_content": "294",
"Powertrain": "2.0T/7DCT",
"speed": "71.69",
"mods": "1",
"tyre": "Cup2C",
"temperature": "5",
"lv": "A",
"time": "",
"accelerate": "5.66",
"limit": "178.50",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2021",
"car": "S4",
"BID": "BV1Co4y1v7fq",
"Btitle": "奥迪S4,山路赛道大败北?",
"hp": "354",
"hp_content": "354",
"Powertrain": "3.0T/8AT",
"speed": "71.71",
"mods": "0",
"tyre": "PS4S*",
"temperature": "-2",
"lv": "B",
"time": "",
"accelerate": "4.56",
"limit": "171.54",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"46.88"
},
{
"year":"2022",
"car": "ZEEKR 001",
"BID": "BV1bD4y1s7WC",
"Btitle": "极氪001赛道版来了?",
"hp": "544",
"hp_content": "544",
"Powertrain": "E",
"speed": "71.96",
"mods": "0",
"tyre": "PC6",
"temperature": "15",
"lv": "C",
"time": "",
"accelerate": "3.88",
"limit": "179.37",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"38.60"
},
{
"year":"2021",
"car": "CT4",
"BID": "BV1fA411k7WG",
"Btitle": "【4车进化】领克全车拆空,大战思域、GTI、CT4!",
"hp": "264",
"hp_content": "264",
"Powertrain": "2.0T/8AT",
"speed": "72.16",
"mods": "1",
"tyre": "Cup2C",
"temperature": "4",
"lv": "B",
"time": "",
"accelerate": "6.18",
"limit": "159.45",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"25.97"
},
{
"year":"2012",
"car": "劳恩斯-酷派",
"BID": "BV1R54y1K7sP",
"Btitle": "EVO的跑车版本:劳恩斯-酷派",
"hp": "330",
"hp_content": "330",
"Powertrain": "2.0T/6MT",
"speed": "72.16",
"mods": "1",
"tyre": "Cup2C",
"temperature": "13",
"lv": "S",
"time": "",
"accelerate": "5.86",
"limit": "166.97",
"powerType":"0",
"producer":"2",
"nationality":"KR",
"price":"23.36"
},
{
"year":"2023",
"car": "影豹R",
"BID": "BV14N411p7uU",
"Btitle": "国产车 X 国产改件,出征小纽北~",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "72.27",
"mods": "1",
"tyre": "A052",
"temperature": "26",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "163.28",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"13.80"
},
{
"year":"2017",
"car": "BRZ",
"BID": "BV1rP4y1m7hJ",
"Btitle": "【新老BRZ进化】刹车是反向改装?",
"hp": "200",
"hp_content": "200",
"Powertrain": "2.0/6MT",
"speed": "72.31",
"mods": "0",
"tyre": "V01R",
"temperature": "17",
"lv": "S",
"time": "",
"accelerate": "7.18",
"limit": "159.44",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.97"
},
{
"year":"2024",
"car": "03+ Racing",
"BID": "BV1TJ4m1Y76E",
"Btitle": "32万国产车,是AMG A35克星?",
"hp": "350",
"hp_content": "350",
"Powertrain": "2.0T/8AT",
"speed": "72.46",
"mods": "0",
"tyre": "PS4S",
"temperature": "14",
"lv": "A",
"time": "",
"accelerate": "5.06",
"limit": "169.98",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"32.58"
},
{
"year":"2022",
"car": "03+ Cyan",
"BID": "BV1He4y1s7wS",
"Btitle": "【4车进化】GTI和03+火星组地位不保,手动思域和后驱CT4的逆袭成功?",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "72.48",
"mods": "1",
"tyre": "Cup2C",
"temperature": "13",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "157.34",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"25.68"
},
{
"year":"2021",
"car": "CT4",
"BID": "BV1U84y1j7L5",
"Btitle": "【4车进化】领克03+,大众GTI,凯迪拉克CT4,本田思域,谁的轮上马力最大?",
"hp": "264",
"hp_content": "264",
"Powertrain": "2.0T/8AT",
"speed": "72.55",
"mods": "1",
"tyre": "Cup2C",
"temperature": "5",
"lv": "B",
"time": "",
"accelerate": "6.76",
"limit": "158.39",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"25.97"
},
{
"year":"2022",
"car": "03+ Cyan",
"BID": "BV1U84y1j7L5",
"Btitle": "【4车进化】领克03+,大众GTI,凯迪拉克CT4,本田思域,谁的轮上马力最大?",
"hp": "269",
"hp_content": "269",
"Powertrain": "2.0T/8AT",
"speed": "72.66",
"mods": "1",
"tyre": "Cup2C",
"temperature": "5",
"lv": "A",
"time": "",
"accelerate": "5.76",
"limit": "156.83",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"25.68"
},
{
"year":"2022",
"car": "BRZ",
"BID": "BV1ia41157dM",
"Btitle": "【新老BRZ进化】换山东胎,刹车秒杀保时捷?",
"hp": "234",
"hp_content": "234",
"Powertrain": "2.4/6MT",
"speed": "72.72",
"mods": "0",
"tyre": "V01R",
"temperature": "34",
"lv": "S",
"time": "",
"accelerate": "7.49",
"limit": "154.02",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"30.88"
},
{
"year":"2021",
"car": "极星2",
"BID": "BV1Rg411m776",
"Btitle": "极星2才是电车王!",
"hp": "408",
"hp_content": "408",
"Powertrain": "E",
"speed": "72.81",
"mods": "0",
"tyre": "PS4S",
"temperature": "30",
"lv": "A",
"time": "",
"accelerate": "4.66",
"limit": "169.68",
"powerType":"1",
"producer":"1",
"nationality":"SW",
"price":"35.88"
},
{
"year":"2023",
"car": "smart精灵#3",
"BID": "BV1Qt4y1f7Lj",
"Btitle": "20W+,买百奔之王!!!",
"hp": "428",
"hp_content": "428",
"Powertrain": "E",
"speed": "72.96",
"mods": "0",
"tyre": "EC6Q",
"temperature": "40",
"lv": "A",
"time": "",
"accelerate": "3.80",
"limit": "176.84",
"powerType":"1",
"producer":"1",
"nationality":"DE",
"price":"28.99"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV1He4y1s7wS",
"Btitle": "【4车进化】GTI和03+火星组地位不保,手动思域和后驱CT4的逆袭成功?",
"hp": "220",
"hp_content": "220",
"Powertrain": "2.0T/7DCT",
"speed": "72.96",
"mods": "1",
"tyre": "Cup2C",
"temperature": "13",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "158.00",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2020",
"car": "Macan GTS",
"BID": "BV1kB4y1873e",
"Btitle": "不是山东胎的MACAN GTS,反杀榜首X4M?",
"hp": "381",
"hp_content": "381",
"Powertrain": "2.9T/7DCT",
"speed": "73.00",
"mods": "0",
"tyre": "P0",
"temperature": "35",
"lv": "SUV2",
"time": "",
"accelerate": "4.68",
"limit": "169.55",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"76.80"
},
{
"year":"2025",
"car": "03+",
"BID": "BV177r8BmEcv",
"Btitle": "309马力4驱的领克03+,只要23W~!!",
"hp": "309",
"hp_content": "309",
"Powertrain": "2.0T/8AT",
"speed": "73.00",
"mods": "0",
"tyre": "MC6",
"temperature": "3",
"lv": "A",
"time": "",
"accelerate": "5.61",
"limit": "162.27",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"23.88"
},
{
"year":"2022",
"car": "BRZ",
"BID": "BV1nZ4y1q79U",
"Btitle": "【新老BRZ进化】烂仔逆袭,新老BRZ同胎大战!",
"hp": "234",
"hp_content": "234",
"Powertrain": "2.4/6MT",
"speed": "73.07",
"mods": "0",
"tyre": "PS4",
"temperature": "25",
"lv": "S",
"time": "",
"accelerate": "6.35",
"limit": "160.03",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"30.88"
},
{
"year":"2021",
"car": "A35",
"BID": "BV14T411K7pi",
"Btitle": "A35能赢李松桥100W的EVO 9么?",
"hp": "306",
"hp_content": "306",
"Powertrain": "2.0T/7DCT",
"speed": "73.08",
"mods": "0",
"tyre": "P0",
"temperature": "28",
"lv": "A",
"time": "",
"accelerate": "4.84",
"limit": "163.98",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"43.98"
},
{
"year":"2022",
"car": "03+ Cyan(22",
"BID": "BV1cD4y1k7ru",
"Btitle": "【4车进化】中美日德大战,家乡的樱花凋零~",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "73.25",
"mods": "1",
"tyre": "Cup2C",
"temperature": "15",
"lv": "A",
"time": "",
"accelerate": "6.15",
"limit": "155.91",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"25.68"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV1cD4y1k7ru",
"Btitle": "【4车进化】中美日德大战,家乡的樱花凋零~",
"hp": "220",
"hp_content": "220",
"Powertrain": "2.0T/7DCT",
"speed": "73.43",
"mods": "1",
"tyre": "Cup2C",
"temperature": "15",
"lv": "A",
"time": "",
"accelerate": "6.75",
"limit": "156.96",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2011",
"car": "尚酷R",
"BID": "BV1xW4y1W78E",
"Btitle": "10W,买500匹潜力的钢炮王!",
"hp": "256",
"hp_content": "256",
"Powertrain": "2.0T/7DCT",
"speed": "73.66",
"mods": "1",
"tyre": "V02R",
"temperature": "16",
"lv": "S",
"time": "",
"accelerate": "5.97",
"limit": "163.25",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"39.88"
},
{
"year":"2021",
"car": "CT4",
"BID": "BV1He4y1s7wS",
"Btitle": "【4车进化】GTI和03+火星组地位不保,手动思域和后驱CT4的逆袭成功?",
"hp": "237",
"hp_content": "237",
"Powertrain": "2.0T/8AT",
"speed": "73.70",
"mods": "1",
"tyre": "Cup2C",
"temperature": "13",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "148.49",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"25.97"
},
{
"year":"2023",
"car": "M240i",
"BID": "BV1XV411X7GJ",
"Btitle": "最便宜的B58,宝马240i真香!",
"hp": "333",
"hp_content": "333",
"Powertrain": "3.0T/8AT",
"speed": "73.71",
"mods": "0",
"tyre": "P0 PZ4",
"temperature": "25",
"lv": "A",
"time": "",
"accelerate": "5.10",
"limit": "168.84",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"41.98"
},
{
"year":"2017",
"car": "BRZ",
"BID": "BV1nZ4y1q79U",
"Btitle": "【新老BRZ进化】烂仔逆袭,新老BRZ同胎大战!",
"hp": "200",
"hp_content": "200",
"Powertrain": "2.0/6MT",
"speed": "73.72",
"mods": "0",
"tyre": "PS4",
"temperature": "25",
"lv": "S",
"time": "",
"accelerate": "7.77",
"limit": "153.99",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.98"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV1Ge4y117y9",
"Btitle": "【4车进化】GTI变成了最难开的车..",
"hp": "220",
"hp_content": "220",
"Powertrain": "2.0T/7DCT",
"speed": "73.81",
"mods": "1",
"tyre": "Cup2C",
"temperature": "20",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "158.61",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2022",
"car": "03+ Cyan",
"BID": "BV1Ge4y117y9",
"Btitle": "【4车进化】GTI变成了最难开的车..",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "73.81",
"mods": "1",
"tyre": "Cup2C",
"temperature": "20",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "158.61",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"25.68"
},
{
"year":"2022",
"car": "海豹",
"BID": "BV1LP4y1272r",
"Btitle": "四驱海豹,真性能么?",
"hp": "530",
"hp_content": "530",
"Powertrain": "E",
"speed": "73.97",
"mods": "0",
"tyre": "SC7",
"temperature": "15",
"lv": "A",
"time": "",
"accelerate": "3.89",
"limit": "168.71",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"28.98"
},
{
"year":"2020",
"car": "Mustang",
"BID": "BV1y14y1n7ya",
"Btitle": "野马杀爆电野马...",
"hp": "299",
"hp_content": "299",
"Powertrain": "2.3T/10AT",
"speed": "74.03",
"mods": "0",
"tyre": "P0",
"temperature": "15",
"lv": "S",
"time": "",
"accelerate": "5.64",
"limit": "161.07",
"powerType":"0",
"producer":"2",
"nationality":"US",
"price":"36.98"
},
{
"year":"2017",
"car": "BRZ",
"BID": "BV1ia41157dM",
"Btitle": "【新老BRZ进化】换山东胎,刹车秒杀保时捷?",
"hp": "200",
"hp_content": "200",
"Powertrain": "2.0/6MT",
"speed": "74.11",
"mods": "0",
"tyre": "V01R",
"temperature": "34",
"lv": "S",
"time": "",
"accelerate": "8.32",
"limit": "149.51",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"26.98"
},
{
"year":"2021",
"car": "思域HB",
"BID": "BV1He4y1s7wS",
"Btitle": "【4车进化】GTI和03+火星组地位不保,手动思域和后驱CT4的逆袭成功?",
"hp": "177",
"hp_content": "177",
"Powertrain": "1.5T/6MT",
"speed": "74.11",
"mods": "1",
"tyre": "Cup2C",
"temperature": "13",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "147.86",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"15.99"
},
{
"year":"2022",
"car": "540i",
"BID": "BV1px4y157Jf",
"Btitle": "3.0T标轴后驱5系王,540i能干掉奥迪S4?",
"hp": "340",
"hp_content": "340",
"Powertrain": "3.0T/8AT",
"speed": "74.35",
"mods": "0",
"tyre": "Eagle F1*",
"temperature": "11",
"lv": "C",
"time": "",
"accelerate": "5.22",
"limit": "167.74",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"61.99"
},
{
"year":"2021",
"car": "CT4",
"BID": "BV1cD4y1k7ru",
"Btitle": "【4车进化】中美日德大战,家乡的樱花凋零~",
"hp": "237",
"hp_content": "237",
"Powertrain": "2.0T/8AT",
"speed": "74.48",
"mods": "1",
"tyre": "Cup2C",
"temperature": "15",
"lv": "A",
"time": "",
"accelerate": "7.35",
"limit": "152.73",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"25.97"
},
{
"year":"2022",
"car": "ZEEKR 001",
"BID": "BV1zF411c7Qd",
"Btitle": "谁是国产之王?极氪 001挑战蔚来ET7榜首!",
"hp": "544",
"hp_content": "544",
"Powertrain": "E",
"speed": "74.61",
"mods": "0",
"tyre": "PC6",
"temperature": "34",
"lv": "C",
"time": "",
"accelerate": "3.88",
"limit": "181.07",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"38.60"
},
{
"year":"2021",
"car": "Mastang Mach-E",
"BID": "BV1Ae4y1g7M6",
"Btitle": "电野马和油野马,谁更强?",
"hp": "488",
"hp_content": "488",
"Powertrain": "E",
"speed": "74.66",
"mods": "0",
"tyre": "P0",
"temperature": "14",
"lv": "SUV2",
"time": "",
"accelerate": "4.00",
"limit": "165.10",
"powerType":"1",
"producer":"2",
"nationality":"US",
"price":"36.99"
},
{
"year":"2021",
"car": "CT4",
"BID": "BV1Ge4y117y9",
"Btitle": "【4车进化】GTI变成了最难开的车..",
"hp": "237",
"hp_content": "237",
"Powertrain": "2.0T/8AT",
"speed": "74.68",
"mods": "1",
"tyre": "Cup2C",
"temperature": "20",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "149.77",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"25.97"
},
{
"year":"2021",
"car": "思域HB",
"BID": "BV1cD4y1k7ru",
"Btitle": "【4车进化】中美日德大战,家乡的樱花凋零~",
"hp": "177",
"hp_content": "177",
"Powertrain": "1.5T/6MT",
"speed": "74.71",
"mods": "1",
"tyre": "Cup2C",
"temperature": "15",
"lv": "A",
"time": "",
"accelerate": "8.24",
"limit": "149.12",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"15.99"
},
{
"year":"2022",
"car": "A5",
"BID": "BV1uG4y1o71X",
"Btitle": "无敌的四驱A5,把宝马粉开哭了",
"hp": "252",
"hp_content": "252",
"Powertrain": "2.0T/7DCT",
"speed": "74.86",
"mods": "0",
"tyre": "S001",
"temperature": "15",
"lv": "B",
"time": "",
"accelerate": "5.81",
"limit": "157.45",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"48.88"
},
{
"year":"2026",
"car": "领克03",
"BID": "BV1pHzxBrEon",
"Btitle": "新领克03,比影豹R快么?",
"hp": "272",
"hp_content": "272",
"Powertrain": "2.0T/8AT",
"speed": "75.00",
"mods": "0",
"tyre": "MC6",
"temperature": "-2",
"lv": "A",
"time": "",
"accelerate": "6.27",
"limit": "155.21",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"15.68"
},
{
"year":"2024",
"car": "影豹R",
"BID": "BV1Fx4y147mm",
"Btitle": "2024款影豹R,更快了?",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "75.28",
"mods": "0",
"tyre": "PS5",
"temperature": "28",
"lv": "A",
"time": "",
"accelerate": "5.92",
"limit": "159.46",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"15.80"
},
{
"year":"2017",
"car": "C200 Coupe",
"BID": "BV16o2kBTE2p",
"Btitle": "【同事的车】小锤的奔驰 vs 钊博的宝马!!!",
"hp": "184",
"hp_content": "184",
"Powertrain": "2.0T/9AT",
"speed": "75.28",
"mods": "0",
"tyre": "PS4",
"temperature": "10",
"lv": "B",
"time": "",
"accelerate": "6.52",
"limit": "151.32",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"38.28"
},
{
"year":"2022",
"car": "迈锐宝XL",
"BID": "BV1Xe411A7dS",
"Btitle": "20万最强!买菜车吊打小钢炮?",
"hp": "237",
"hp_content": "237",
"Powertrain": "2.0T/9AT",
"speed": "75.48",
"mods": "0",
"tyre": "MC5",
"temperature": "4",
"lv": "A",
"time": "",
"accelerate": "6.78",
"limit": "154.97",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"21.99"
},
{
"year":"2021",
"car": "思域HB",
"BID": "BV1Ge4y117y9",
"Btitle": "【4车进化】GTI变成了最难开的车..",
"hp": "177",
"hp_content": "177",
"Powertrain": "1.5T/6MT",
"speed": "75.48",
"mods": "1",
"tyre": "Cup2C",
"temperature": "20",
"lv": "A",
"time": "",
"accelerate": "--",
"limit": "146.13",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"15.99"
},
{
"year":"2019",
"car": "S3",
"BID": "BV1Ua411K767",
"Btitle": "奥迪S3+卫途轮胎的圈速测试..",
"hp": "290",
"hp_content": "290",
"Powertrain": "2.0T/7DCT",
"speed": "75.56",
"mods": "0",
"tyre": "V02R",
"temperature": "38",
"lv": "A",
"time": "",
"accelerate": "5.42",
"limit": "162.36",
"powerType":"0",
"producer":"2",
"nationality":"DE",
"price":"36.38"
},
{
"year":"2021",
"car": "GTI",
"BID": "BV1kB4y167xf",
"Btitle": "【4车进化】前驱后驱四驱,谁最强?",
"hp": "220",
"hp_content": "220",
"Powertrain": "2.0T/7DCT",
"speed": "75.69",
"mods": "0",
"tyre": "K127",
"temperature": "38",
"lv": "A",
"time": "",
"accelerate": "6.73",
"limit": "158.84",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"22.98"
},
{
"year":"2014",
"car": "思域Si",
"BID": "BV1Rj411G7Wu",
"Btitle": "2.4+手动+LSD,思域Si赛道能赢GTI?",
"hp": "217",
"hp_content": "217",
"Powertrain": "2.4/6MT",
"speed": "75.83",
"mods": "1",
"tyre": "PS5",
"temperature": "6",
"lv": "A",
"time": "",
"accelerate": "6.59",
"limit": "154.65",
"powerType":"0",
"producer":"2",
"nationality":"JP",
"price":"19.98"
},
{
"year":"2022",
"car": "ET7",
"BID": "BV1zZ4y1Y7Lm",
"Btitle": "易车圈速榜马力最大的车,蔚来ET7",
"hp": "653",
"hp_content": "653",
"Powertrain": "E",
"speed": "75.90",
"mods": "0",
"tyre": "EC6",
"temperature": "24",
"lv": "C",
"time": "",
"accelerate": "3.75",
"limit": "175.76",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"45.80"
},
{
"year":"2022",
"car": "03+ Cyan",
"BID": "BV1kB4y167xf",
"Btitle": "【4车进化】前驱后驱四驱,谁最强?",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "75.90",
"mods": "0",
"tyre": "PS4S",
"temperature": "36",
"lv": "A",
"time": "",
"accelerate": "6.88",
"limit": "155.07",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"25.68"
},
{
"year":"2022",
"car": "i3 35L",
"BID": "BV1Lg411Y7Wb",
"Btitle": "比3系还3系?i3赛道测试",
"hp": "286",
"hp_content": "286",
"Powertrain": "E",
"speed": "76.05",
"mods": "0",
"tyre": "御乘II",
"temperature": "28",
"lv": "B",
"time": "",
"accelerate": "5.53",
"limit": "155.18",
"powerType":"1",
"producer":"1",
"nationality":"DE",
"price":"34.99"
},
{
"year":"2017",
"car": "220i",
"BID": "BV16o2kBTE2p",
"Btitle": "【同事的车】小锤的奔驰 vs 钊博的宝马!!!",
"hp": "184",
"hp_content": "184",
"Powertrain": "2.0T/8AT",
"speed": "77.21",
"mods": "0",
"tyre": "K117",
"temperature": "10",
"lv": "A",
"time": "",
"accelerate": "7.05",
"limit": "148.17",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"32.00"
},
{
"year":"2022",
"car": "05+",
"BID": "BBV13N4y137Ha",
"Btitle": "开完赛道SUV,再开领克05+是什么体验?",
"hp": "265",
"hp_content": "265",
"Powertrain": "2.0T/8AT",
"speed": "77.43",
"mods": "0",
"tyre": "PS4S",
"temperature": "27",
"lv": "SUV1",
"time": "",
"accelerate": "7.07",
"limit": "143.99",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"23.58"
},
{
"year":"2021",
"car": "CC猎装",
"BID": "BV1gY411U72a",
"Btitle": "CC旅行跑赛道,GTI精神重现?",
"hp": "220",
"hp_content": "220",
"Powertrain": "2.0T/7DCT",
"speed": "77.45",
"mods": "0",
"tyre": "P7",
"temperature": "12",
"lv": "B",
"time": "",
"accelerate": "7.26",
"limit": "150.04",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"29.99"
},
{
"year":"2021",
"car": "星越L",
"BID": "BV1dA411C7nh",
"Btitle": "星越L才是真正的赛道级?",
"hp": "239",
"hp_content": "239",
"Powertrain": "2.0T/8AT",
"speed": "77.83",
"mods": "0",
"tyre": "Eagle F1",
"temperature": "2",
"lv": "SUV1",
"time": "",
"accelerate": "6.84",
"limit": "148.52",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"18.52"
},
{
"year":"2022",
"car": "03",
"BID": "BV1ZP4y1o7Bz",
"Btitle": "2.0T+DCT的领克03,必秒03+?",
"hp": "190",
"hp_content": "190",
"Powertrain": "2.0T/7DCT",
"speed": "78.03",
"mods": "0",
"tyre": "御乘II",
"temperature": "29",
"lv": "A",
"time": "",
"accelerate": "7.83",
"limit": "146.22",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"15.08"
},
{
"year":"2022",
"car": "325i",
"BID": "BV1qW4y1j7Eo",
"Btitle": "40万184马力,宝马325i值么?",
"hp": "184",
"hp_content": "184",
"Powertrain": "2.0T/8AT",
"speed": "78.47",
"mods": "0",
"tyre": "T005",
"temperature": "17",
"lv": "B",
"time": "",
"accelerate": "7.65",
"limit": "142.78",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"31.39"
},
{
"year":"2011",
"car": "凯泽西",
"BID": "BV1Xx4y1F7tp",
"Btitle": "2.4手动凯泽西,纽北调校研发的铃木王!",
"hp": "178",
"hp_content": "178",
"Powertrain": "2.0/6MT",
"speed": "78.60",
"mods": "0",
"tyre": "PS5",
"temperature": "6",
"lv": "B",
"time": "",
"accelerate": "8.54",
"limit": "141.95",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"18.88"
},
{
"year":"2022",
"car": "型格",
"BID": "BV1AY4y1x7kS",
"Btitle": "本田内战,型格和思域性能PK~",
"hp": "182",
"hp_content": "182",
"Powertrain": "1.5T/CVT",
"speed": "78.62",
"mods": "0",
"tyre": "SP050",
"temperature": "27",
"lv": "A",
"time": "",
"accelerate": "8.46",
"limit": "147.32",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"16.69"
},
{
"year":"2021",
"car": "CT4",
"BID": "BV1kB4y167xf",
"Btitle": "【4车进化】前驱后驱四驱,谁最强?",
"hp": "237",
"hp_content": "237",
"Powertrain": "2.0T/8AT",
"speed": "79.05",
"mods": "0",
"tyre": "PC6 SSR",
"temperature": "38",
"lv": "A",
"time": "",
"accelerate": "7.72",
"limit": "145.19",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"25.97"
},
{
"year":"2022",
"car": "UNI-V",
"BID": "BV1vY4y1x7es",
"Btitle": "思域克星:UNI-V!",
"hp": "188",
"hp_content": "188",
"Powertrain": "1.5T/7DCT",
"speed": "79.77",
"mods": "0",
"tyre": "MC6",
"temperature": "25",
"lv": "A",
"time": "",
"accelerate": "7.01",
"limit": "142.15",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"11.69"
},
{
"year":"2020",
"car": "福克斯",
"BID": "BV1FT411F7X5",
"Btitle": "四缸福克斯 vs 三缸福克斯,谁是赛道之王?",
"hp": "174",
"hp_content": "174",
"Powertrain": "1.5T/8AT",
"speed": "79.84",
"mods": "0",
"tyre": "PS4",
"temperature": "30",
"lv": "A",
"time": "",
"accelerate": "9.24",
"limit": "134.59",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"15.08"
},
{
"year":"2021",
"car": "思域HB",
"BID": "BV1kB4y167xf",
"Btitle": "【4车进化】前驱后驱四驱,谁最强?",
"hp": "177",
"hp_content": "177",
"Powertrain": "1.5T/6MT",
"speed": "79.95",
"mods": "0",
"tyre": "Advan DB",
"temperature": "38",
"lv": "A",
"time": "",
"accelerate": "8.65",
"limit": "145.81",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"15.99"
},
{
"year":"2022",
"car": "MG5天蝎座",
"BID": "BV1c341137Qo",
"Btitle": "MG5天蝎座,01加速9秒多…",
"hp": "181",
"hp_content": "181",
"Powertrain": "1.5T/7DCT",
"speed": "80.13",
"mods": "0",
"tyre": "3ST",
"temperature": "28",
"lv": "A",
"time": "",
"accelerate": "9.13",
"limit": "145.22",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"11.79"
},
{
"year":"2022",
"car": "思域",
"BID": "BV1AY4y1x7kS",
"Btitle": "本田内战,型格和思域性能PK~",
"hp": "182",
"hp_content": "182",
"Powertrain": "1.5T/CVT",
"speed": "80.20",
"mods": "0",
"tyre": "MA510",
"temperature": "27",
"lv": "A",
"time": "",
"accelerate": "8.27",
"limit": "147.42",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"14.29"
},
{
"year":"2022",
"car": "凌云S",
"BID": "BV1bF411c7tW",
"Btitle": "261马力的凌云S,大直线被1.5T思域拉爆?",
"hp": "261",
"hp_content": "261",
"Powertrain": "2.0T/7DCT",
"speed": "80.21",
"mods": "0",
"tyre": "UC6",
"temperature": "27",
"lv": "SUV1",
"time": "",
"accelerate": "7.46",
"limit": "146.99",
"powerType":"0",
"producer":"0",
"nationality":"CN",
"price":"16.99"
},
{
"year":"2012",
"car": "星骋",
"BID": "BV1Gv4y1u7ZU",
"Btitle": "新老马自达3圈速比拼!谁是A级自吸之王?",
"hp": "150",
"hp_content": "150",
"Powertrain": "2.0/6MT",
"speed": "80.32",
"mods": "0",
"tyre": "T005",
"temperature": "25",
"lv": "A",
"time": "",
"accelerate": "9.54",
"limit": "137.70",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"13.98"
},
{
"year":"2022",
"car": "福克斯",
"BID": "BV1FT411F7X5",
"Btitle": "四缸福克斯 vs 三缸福克斯,谁是赛道之王?",
"hp": "177",
"hp_content": "177",
"Powertrain": "1.5T/6AT",
"speed": "80.55",
"mods": "0",
"tyre": "PS4",
"temperature": "30",
"lv": "A",
"time": "",
"accelerate": "8.50",
"limit": "133.61",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"14.38"
},
{
"year":"2022",
"car": "ID.4 CROZZ",
"BID": "BV1114y1L72H",
"Btitle": "ID.4 vs ID.3,圈速测试",
"hp": "204",
"hp_content": "204",
"Powertrain": "E",
"speed": "80.60",
"mods": "0",
"tyre": "御乘II",
"temperature": "28",
"lv": "A",
"time": "",
"accelerate": "8.23",
"limit": "138.28",
"powerType":"1",
"producer":"1",
"nationality":"DE",
"price":"23.13"
},
{
"year":"2022",
"car": "ID.3",
"BID": "BV1oN4y1G7Gf",
"Btitle": "18W买后置后驱超跑?大众ID.3赛道测试!",
"hp": "170",
"hp_content": "170",
"Powertrain": "E",
"speed": "80.70",
"mods": "0",
"tyre": "K127 EV",
"temperature": "31",
"lv": "A",
"time": "",
"accelerate": "8.06",
"limit": "144.34",
"powerType":"1",
"producer":"1",
"nationality":"DE",
"price":"18.53"
},
{
"year":"2021",
"car": "昂克赛拉",
"BID": "BV1Gv4y1u7ZU",
"Btitle": "新老马自达3圈速比拼!谁是A级自吸之王?",
"hp": "156",
"hp_content": "156",
"Powertrain": "2.0/6AT",
"speed": "80.73",
"mods": "0",
"tyre": "T005",
"temperature": "25",
"lv": "A",
"time": "",
"accelerate": "9.53",
"limit": "138.60",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"14.79"
},
{
"year":"2006",
"car": "思域",
"BID": "BV1wjShB2ETR",
"Btitle": "八代思域进化,遇事不决米其林~!",
"hp": "140",
"hp_content": "140",
"Powertrain": "1.8/5MT",
"speed": "80.86",
"mods": "0",
"tyre": "浩悦5",
"temperature": "9",
"lv": "A",
"time": "",
"accelerate": "8.52",
"limit": "135.64",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"14.78"
},
{
"year":"2022",
"car": "X3 25i",
"BID": "BV1rt4y1c7aa",
"Btitle": "又是一个赛道级?宝马X3赛道测试",
"hp": "184",
"hp_content": "184",
"Powertrain": "2.0T/8AT",
"speed": "81.10",
"mods": "0",
"tyre": "P7",
"temperature": "26",
"lv": "SUV2",
"time": "",
"accelerate": "8.07",
"limit": "133.80",
"powerType":"0",
"producer":"1",
"nationality":"DE",
"price":"39.69"
},
{
"year":"2021",
"car": "奇骏",
"BID": "BV1Rg411C7CH",
"Btitle": "三缸奇骏真的好玩!",
"hp": "204",
"hp_content": "204",
"Powertrain": "1.5T/CVT",
"speed": "81.53",
"mods": "0",
"tyre": "SP050+",
"temperature": "38",
"lv": "SUV1",
"time": "",
"accelerate": "9.75",
"limit": "138.49",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"26.29"
},
{
"year":"2021",
"car": "海豚",
"BID": "BV1Qt4y1E7oz",
"Btitle": "海豚王必秒飞度!",
"hp": "177",
"hp_content": "177",
"Powertrain": "E",
"speed": "81.56",
"mods": "0",
"tyre": "RRP76",
"temperature": "25",
"lv": "A0",
"time": "",
"accelerate": "7.34",
"limit": "143.40",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"13.08"
},
{
"year":"2022",
"car": "皓影 AWD",
"BID": "BV1km42157Zo",
"Btitle": "广汽本田皓影,全能战士?!",
"hp": "192",
"hp_content": "192",
"Powertrain": "1.5T/CVT",
"speed": "81.68",
"mods": "0",
"tyre": "LS3",
"temperature": "25",
"lv": "SUV1",
"time": "",
"accelerate": "9.69",
"limit": "141.91",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"24.99"
},
{
"year":"2021",
"car": "飞度",
"BID": "BV1UF411V7Gb",
"Btitle": "飞度GR9,还是“超跑”么?",
"hp": "131",
"hp_content": "131",
"Powertrain": "1.5/CVT",
"speed": "81.71",
"mods": "0",
"tyre": "ENASAVE",
"temperature": "28",
"lv": "A0",
"time": "",
"accelerate": "9.95",
"limit": "136.53",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"8.68"
},
{
"year":"2020",
"car": "锐际",
"BID": "BV1rD4y1i7hD",
"Btitle": "(原视频已下架)",
"hp": "248",
"hp_content": "248",
"Powertrain": "2.0T/8AT",
"speed": "82.33",
"mods": "0",
"tyre": "SV",
"temperature": "30",
"lv": "SUV1",
"time": "",
"accelerate": "7.38",
"limit": "140.22",
"powerType":"0",
"producer":"1",
"nationality":"US",
"price":"15.98"
},
{
"year":"2006",
"car": "思域",
"BID": "BV1uYSiB3Edf",
"Btitle": "八代思域,万元烂仔王!",
"hp": "140",
"hp_content": "140",
"Powertrain": "1.8/5MT",
"speed": "82.65",
"mods": "0",
"tyre": "远路",
"temperature": "9",
"lv": "A",
"time": "",
"accelerate": "8.71",
"limit": "136.55",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"14.78"
},
{
"year":"2022",
"car": "奥德赛",
"BID": "BV1ZP4y1f7cf",
"Btitle": "土屋圭市座驾,赛道级MPV!",
"hp": "215",
"hp_content": "215",
"Powertrain": "2.0+E/ECVT",
"speed": "86.80",
"mods": "0",
"tyre": "Advan DB",
"temperature": "30",
"lv": "MPV",
"time": "",
"accelerate": "9.36",
"limit": "131.62",
"powerType":"0",
"producer":"1",
"nationality":"JP",
"price":"32.88"
},
{
"year":"2021",
"car": "海豚",
"BID": "BV1bg41117k1",
"Btitle": "海豚下赛道能比飞度快?",
"hp": "95",
"hp_content": "95",
"Powertrain": "E",
"speed": "86.83",
"mods": "0",
"tyre": "RRP76",
"temperature": "31",
"lv": "A0",
"time": "",
"accelerate": "11.29",
"limit": "124.93",
"powerType":"1",
"producer":"0",
"nationality":"CN",
"price":"11.78"
}
]
================================================
FILE: index.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>键盘车神教锐思圈速榜</title>
<meta name="description" content="传说中绝不充值的偶像派车评人教主的真实圈速榜单">
<link rel="stylesheet" href="./lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./lib/bootstrap/css/bootstrap-table.min.css">
<link rel="stylesheet" href="./css/index.css?v=20240322">
<link rel="stylesheet" href="./css/button.css?v=202012141445">
<!-- <script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="./lib/bootstrap/js/bootstrap.min.js"></script>
<script src="./lib/bootstrap/js/bootstrap-table.min.js"></script>
<script src="./lib/bootstrap/js/bootstrap-table-zh-CN.min.js"></script>
<script src="./lib/template.js"></script>
<script src="./lib/canvas-bg/TweenLite.min.js"></script>
<script src="./lib/canvas-bg/EasePack.min.js"></script>
<script src="./lib/canvas-bg/rAF.js"></script>
<script src="./lib/layer/layer.js"></script>
<script src="./js/index.js?v=20240322"></script>
</head>
<body>
<div id="canvas_bg">
<canvas id="canvas1"></canvas>
</div>
<div class="index_banner">
<table style="width: 100%">
<tr>
<td style="width: 5%"><img src="./img/logo.png" style="padding-right: 1em" /></td>
<td class="hid">
<h1 class="title">键盘车神教圈速榜</h1>
<h5 class="title">传说中的偶像派车评人教主的真实圈速榜单</h5>
</td>
<td class="options">
<div class="row">
<div class="col-sm-4">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">搜索车型</button>
</span>
<input type="text" class="form-control search" placeholder="关键字">
</div>
</div>
<div class="col-sm-4">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">级别</button>
</span>
<!-- <select class="form-control lv">
<option value="all">所有</option>
<option value="A00">MPV</option>
<option value="A00">SUV</option>
<option value="0">轿车</option>
<option value="A00">A00级</option>
<option value="A0">A0级</option>
<option value="A">A级</option>
<option value="B">B级</option>
<option value="C">C级</option>
<option value="S">跑车</option>
</select> -->
<select class="form-control lv">
<option value="all">所有</option>
<option value="MPV">MPV</option>
<option value="S">跑车</option>
<optgroup label="轿车">
<option value="0">所有轿车</option>
<option value="A00">A00级</option>
<option value="A0">A0级</option>
<option value="A">A级</option>
<option value="B">B级</option>
<option value="C">C级</option>
<!-- <option value="D">D级</option> -->
</optgroup>
<optgroup label="SUV">
<option value="SUV">所有SUV</option>
<option value="SUV1">小型</option>
<option value="SUV2">紧凑型</option>
<option value="SUV3">中型</option>
<option value="SUV4">中大型</option>
<option value="SUV5">大型</option>
</optgroup>
</select>
</div>
</div>
<!-- </div> -->
<div class="col-sm-4">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">原厂/改装</button>
</span>
<select class="form-control mods">
<option value="all">所有</option>
<option value="0">原厂</option>
<option value="1">改装</option>
</select>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-sm-4">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">动力</button>
</span>
<select class="form-control powerType">
<option value="all">所有</option>
<option value="0">油</option>
<option value="1">电</option>
</select>
</div>
</div>
<div class="col-sm-4">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">产地</button>
</span>
<select class="form-control producer">
<option value="all">所有</option>
<option value="0">国产</option>
<option value="1">合资</option>
<option value="2">进口</option>
</select>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- <div class="mini_banner">
<div class="row">
<div class="col-xs-5">
<img src="./img/logo.png" />
</div>
<div class="col-xs-6 input_ctrl">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">搜索车型</button>
</span>
<input type="text" class="form-control search" placeholder="关键字">
</div>
<br>
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button">级别</button>
</span>
<select class="form-control lv">
<option value="all">所有</option>
<option value="A00">A00</option>
<option value="A0">A0</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="S">S</option>
</select>
</div>
</div>
</div>
</div> -->
<div class="box-tabs">
<div class="tab active">锐思圈速榜</div>
<div class="tab">易车金港圈速榜</div>
<div class="tab">大V榜</div>
</div>
<div class="table-responsive">
<table id="tb_results" class="table table-hover active">
<thead>
<th class="ranking">
排名
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="car">车型</th>
<th class="price t-right" style="width:100px;">售价</th>
<th class="hp t-center" style="width:120px;">马力 (Ps)</th>
<th class="speed blue t-left" style="width:100px;">
圈速
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="tyre" style="width:80px;">
轮胎
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="temperature t-center">
气温 (℃)
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="powertrain black">动力总成</th>
<th class="limit black">
尾速
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="accelerate black">0-100</th>
<th class="mods t-center black" style="width:40px;">
改装程度
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<!-- <th class="lv black">级别</th> -->
<th>链接</th>
</thead>
<tbody>
</tbody>
</table>
<table id="tb_results2" class="table table-hover" >
<thead>
<th class="ranking">
排名
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="car">车型</th>
<th class="price t-right" style="width:100px;">售价</th>
<th class="hp t-center" style="width:120px;">马力 (Ps)</th>
<th class="speed blue t-left" style="width:100px;">
圈速
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="tyre" style="width:80px;">
轮胎
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="temperature t-center">
气温 (℃)
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="powertrain black">动力总成</th>
<th class="limit black">
尾速
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="accelerate black">0-100</th>
<th class="mods t-center black" style="width:40px;">
是否改装
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<!-- <th class="lv black">级别</th> -->
<th>链接</th>
</thead>
<tbody>
</tbody>
</table>
<table id="tb_results3" class="table table-hover" >
<thead>
<th class="ranking">
排名
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="car">车型</th>
<th class="price t-right" style="width:100px;">车手</th>
<th class="speed blue t-left" style="width:100px;">
圈速
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="hp t-center" style="width:120px;">马力 (Ps)</th>
<th class="tyre" style="width:80px;">
轮胎
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="temperature t-center">
气温 (℃)
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="powertrain black">动力总成</th>
<th class="limit black">
尾速
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<th class="accelerate black">0-100</th>
<th class="mods t-center black" style="width:40px;">
是否改装
<!-- <img src="./img/tips_alarm.png" alt="" class="icon"> -->
</th>
<!-- <th class="lv black">级别</th> -->
<th>链接</th>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="button">
<span>圈速榜说明书</span>
</div>
<!-- test -->
<!-- <div class="fixed-table-container fixed-height" style="height: 406px; padding-bottom: 45.8px;">
<div class="fixed-table-header" style="margin-right: 0px;">
<table class="table table-bordered table-hover" style="width: 1061.6px;">
<thead>
<tr>
<th class="detail" rowspan="1">
<div class="fht-cell" style="width: 30.4px;"></div>
</th>
<th style="" data-field="id">
<div class="th-inner ">排名</div>
<div class="fht-cell" style="width: 177.6px;"></div>
</th>
<th style="" data-field="name">
<div class="th-inner ">车型</div>
<div class="fht-cell" style="width: 438.4px;"></div>
</th>
<th style="" data-field="price">
<div class="th-inner ">圈速</div>
<div class="fht-cell" style="width: 411.2px;"></div>
</th>
</tr>
</thead>
</table>
</div>
<div class="fixed-table-body">
<table id="table" data-toggle="bootstrap-table" data-toolbar="#toolbar" data-height="460" data-detail-view="true"
data-detail-formatter="detailFormatter" data-url="json/data1.json" class="table table-bordered table-hover"
style="margin-top: -44.8px;">
<thead>
<tr>
<th class="detail" rowspan="1">
<div class="fht-cell"></div>
</th>
<th style="" data-field="id">
<div class="th-inner ">ID</div>
<div class="fht-cell"></div>
</th>
<th style="" data-field="name">
<div class="th-inner ">Item Name</div>
<div class="fht-cell"></div>
</th>
<th style="" data-field="price">
<div class="th-inner ">Item Price</div>
<div class="fht-cell"></div>
</th>
</tr>
</thead>
<tbody>
<tr data-index="0" data-has-detail-view="true">
<td>
<a class="detail-icon" href="#">
<i class="glyphicon glyphicon-plus icon-plus"></i>
</a>
</td>
<td style="">0</td>
<td style="">Item 0</td>
<td style="">$0</td>
</tr>
<tr data-index="1" data-has-detail-view="true">
<td>
<a class="detail-icon" href="#"><i class="glyphicon glyphicon-minus icon-minus"></i></a>
</td>
<td style="">1</td>
<td style="">Item 1</td>
<td style="">$1</td>
</tr>
<tr class="detail-view">
<td colspan="4">
<p><b>id:</b> 1</p>
<p><b>name:</b> Item 1</p>
<p><b>price:</b> $1</p>
<p><b>amount:</b> 4</p>
</td>
</tr>
<tr data-index="2" data-has-detail-view="true">
<td>
<a class="detail-icon" href="#">
<i class="glyphicon glyphicon-plus icon-plus"></i>
</a>
</td>
<td style="">2</td>
<td style="">Item 2</td>
<td style="">$2</td>
</tr>
</tbody>
</table>
<div class="fixed-table-border" style="height: 0px;"></div>
</div>
</div> -->
<div class="placeholding" style="flex: 1"></div>
<footer>
<div class="container">
<span style="float:left">
关注教主:<a href="https://space.bilibili.com/49576477" target="_blank"><img src="./img/bilibili.png" alt="bilibili"
style="height: 1.5em;padding-bottom: 0.2em"> @键盘车神教</a>
<a href="https://www.weibo.com/u/5934299797" target="_blank"><img src="./img/weibo.png" alt="weibo"
style="height: 1.5em;padding-bottom: 0.2em"> @键盘车神教教主</a>
</span>
<span style="float: right">
查看源代码:<a href="https://github.com/KBRACER/kbracer.github.io" target="_blank"><img src="./img/github.png"
alt="github" style="height: 1.5em;padding-bottom: 0.2em"> GitHub</a>
</span>
</div>
</footer>
</body>
<script type="text/template" id="tb">
{{each data as v i}}
<tr
class="
{{if v.speed < 55}}
speed0
{{else if v.speed < 60}}
speed1
{{else if v.speed < 62}}
speed2
{{else if v.speed < 64}}
speed3
{{else if v.speed < 66}}
speed4
{{else if v.speed < 68}}
speed5
{{else if v.speed > 68}}
speed6
{{/if}}
"
>
<td>{{i + 1}}</td>
<td class="align-left">
<div class="icon-flag {{v.nationality}}"></div>
{{v.car}}
</td>
<td class="t-right">{{v.price}}</td>
<td class="t-center">{{v.hp_content}}</td>
<td class="blue t-left">{{v.speed | timeFormat}}</td>
<td>{{v.tyre}}</td>
<td class="t-center">{{v.temperature}}</td>
<td class="black">{{v.Powertrain }}</td>
<td class="black">{{v.limit}}</td>
<td class="black">{{v.accelerate}}</td>
<td class="t-center black">{{v.mods}}</td>
<!-- <td class="black center">{{v.lv}}</td> -->
<td class="align-left">
<a href="https://www.bilibili.com/video/{{v.BID}}" target="_blank">{{v.Btitle}}</a>
</td>
</tr>
{{/each}}
</script>
<script type="text/template" id="tb2">
{{each data as v i}}
<tr
class="
{{if v.speed < 69}}
speed0
{{else if v.speed < 72}}
speed1
{{else if v.speed < 74}}
speed2
{{else if v.speed < 77}}
speed3
{{else if v.speed < 80}}
speed4
{{else if v.speed < 85}}
speed5
{{else if v.speed > 90}}
speed6
{{/if}}
"
>
<td>{{i + 1}}</td>
<td class="align-left">
<div class="icon-flag {{v.nationality}}"></div>
{{v.car}}
</td>
<td class="t-right">{{v.price}}</td>
<td class="t-center">{{v.hp_content}}</td>
<td class="blue t-left">{{v.speed | timeFormat}}</td>
<td>{{v.tyre}}</td>
<td class="t-center">{{v.temperature}}</td>
<td class="black">{{v.Powertrain }}</td>
<td class="black">{{v.limit}}</td>
<td class="black">{{v.accelerate}}</td>
<td class="t-center black">{{v.mods}}</td>
<!-- <td class="black center">{{v.lv}}</td> -->
<td class="align-left">
<a href="https://www.bilibili.com/video/{{v.BID}}" target="_blank">{{v.Btitle}}</a>
</td>
</tr>
{{/each}}
</script>
<script type="text/template" id="tb3">
{{each data as v i}}
<tr
class="
{{if v.speed < 69}}
speed0
{{else if v.speed < 72}}
speed1
{{else if v.speed < 74}}
speed2
{{else if v.speed < 77}}
speed3
{{else if v.speed < 80}}
speed4
{{else if v.speed < 85}}
speed5
{{else if v.speed > 90}}
speed6
{{/if}}
"
>
<td>{{i + 1}}</td>
<td class="align-left">
<div class="icon-flag {{v.nationality}}"></div>
{{v.car}}
</td>
<td class="t-center">{{v.driver}}</td>
<!-- <td class="t-right">{{v.price}}</td> -->
<td class="blue t-left">{{v.speed | timeFormat}}</td>
<td class="t-center">{{v.hp_content}}</td>
<td>{{v.tyre}}</td>
<td class="t-center">{{v.temperature}}</td>
<td class="black">{{v.Powertrain }}</td>
<td class="black">{{v.limit}}</td>
<td class="black">{{v.accelerate}}</td>
<td class="t-center black">{{v.mods}}</td>
<!-- <td class="black center">{{v.lv}}</td> -->
<td class="align-left">
<a href="https://www.bilibili.com/video/{{v.BID}}" target="_blank">{{v.Btitle}}</a>
</td>
</tr>
{{/each}}
</script>
<!-- <div class="tips-content tips-content-mods" style="display: none;">
<h3>改装程度</h3>
<p>改装程度分【0】【1】【2】【3】【-1】</p>
<p>【0】纯原厂,包括轮胎,心情件不算。</p>
<p>【1】轻度改装,轮胎,轮毂,避震,刹车,进排气,ECU等,不能改装引擎和波箱内部结构,不能使用R胎。这是绝大部分改装车最常见的入门改装。</p>
<p>【2】中度改装,引擎改装,如腹内锻造,大涡轮,扩缸或移植非性能引擎。传动系统改装,如LSD+大尾牙。可以使用热熔胎。</p>
<p>【3】赛化改装。无限制,专业赛车,移植性能机,序列式,改变悬挂结构等。</p>
<p>【-1】一般指使用了比原厂规格更低的轮胎,如A45,或者副驾带人(额外负重)。</p>
</div>
<div class="tips-content tips-content-temperature" style="display: none;">
<h3>气温</h3>
<p>最出圈速的气温是轮胎能够起温,且进气温度低。我会尽量选在10-25℃进行测试。</p>
<p>气温过高:空气密度低。马力小于200ps的自然吸气引擎,或者高温衰减严重的涡轮买菜车,圈速会变慢。30℃以上区间会非常明显,相比10℃,这些车圈速在锐思会有0.X秒的差距。甚至有些极端车型有超过1s的差距,请大家自行脑补修正。</p>
<p>气温过低:如果使用热熔胎在低温环境中测试,会因为轮胎无法进入工作温度而大幅影响圈速。而普通运动轮胎普遍可以在0℃的情况下正常工作。</p>
<p>相对而言,散热较好且马力较大的宝马S55车型,保时捷911车型,受到高温影响较小。而搭载四驱的高性能车,如奥迪RS系列,对轮胎起温的要求较低,受到低温影响较小,0℃以下依然能发挥威力。</p>
</div>
<div class="tips-content tips-content-tyre" style="display: none;">
<h3>轮胎磨损</h3>
<p>我的测试车辆大多数来自白嫖。有的车借来时轮胎已经有严重磨损或者年份过久,会影响圈速,我都会在节目中说明。(如S3轮胎已经石化)</p>
</div>
<div class="tips-content tips-content-limit" style="display: none;">
<h3>尾速</h3>
<p>赛道尾速是指一条赛道中能达到的最高速度,一般在赛道最长的直线中诞生。尾速和01加速一样是动力水准的重要指标,但又有所不同。</p>
<p>01加速不仅是对动力的检验,还需要考虑起步时的驱动效率,以及弹射程序的聪明与否。影响尾速的最大因素的仍然是动力水准,如我100ps的原厂菱帅只有112的尾速。但是450ps的911s(992)则是163的尾速。第二影响因素是弯道性能,也就是操控,因为直线上一个弯道出的快不快,直接影响直线部分的起始速度。</p>
</div>
<div class="tips-content tips-content-ranking" style="display: none;">
<h3>为什么我要动态起步</h3>
<p>Hot lap,一般被称为飞行圈或者飞驰圈(我喜欢叫飞行圈,因为比较中二)。指得是非静止起步的全力最快圈,也是大家约定俗称进行圈速测试的方式。</p>
<p>有人可能会有疑问,因为每台车起始速度不同,但这由车辆性能差异导致,本就应该对圈速产生影响。</p>
<p>而静态起步圈速测试和驱动形式关系较大,意义不大,一般并采用。</p>
</div>
<div class="tips-content tips-content-speed" style="display: none;">
<p>圈速是一台车动力,操控性,制动和主动安全性的全面体现。</p>
</div> -->
<div class="tips" style="display: none;">
<div class="tips-content tips-content-mods" >
<h3>1.改装程度</h3>
<p>改装程度分【0】【1】【2】【3】【-1】</p>
<p>【0】包括原厂车和只更换轮胎刹车以及心情件的车,因为很多老车的轮胎已经停止售卖,刹车片也很少维持原厂。但是轮胎不能有太越级的提升,比如思域的原厂胎提升一级到PS4是可以的,M2C的PSS星标提升到CUP2C是可以的,但是思域换成CUP2C是算入改装的。</p>
<p>【1】轻度改装,轮胎,轮毂,避震,刹车,进排气,ECU等,不能改装引擎和波箱内部结构,不能使用R胎。这是绝大部分改装车最常见的入门改装。</p>
<p>【2】中度改装,引擎改装,如腹内锻造,大涡轮,扩缸或移植非性能引擎。传动系统改装,如LSD+大尾牙。可以使用热熔胎。</p>
<p>【3】赛化改装。无限制,专业赛车,移植性能机,序列式,改变悬挂结构等。</p>
<p>【-1】一般指使用了比原厂规格更低的轮胎,如A45,或者副驾带人(额外负重)。</p>
</div>
<div class="tips-content tips-content-temperature" >
<h3>2.气温</h3>
<p>最出圈速的气温是轮胎能够起温,且进气温度低。我会尽量选在10-25℃进行测试。</p>
<p>气温过高:空气密度低。马力小于200ps的自然吸气引擎,或者高温衰减严重的涡轮买菜车,圈速会变慢。30℃以上区间会非常明显,相比10℃,这些车圈速在锐思会有0.X秒的差距。甚至有些极端车型有超过1s的差距,请大家自行脑补修正。
</p>
<p>气温过低:如果使用热熔胎在低温环境中测试,会因为轮胎无法进入工作温度而大幅影响圈速。而普通运动轮胎普遍可以在0℃的情况下正常工作。</p>
<p>相对而言,散热较好且马力较大的宝马S55车型,保时捷911车型,受到高温影响较小。而搭载四驱的高性能车,如奥迪RS系列,对轮胎起温的要求较低,受到低温影响较小,0℃以下依然能发挥威力。</p>
</div>
<div class="tips-content tips-content-tyre" >
<h3>3.轮胎磨损</h3>
<p>我的测试车辆大多数来自白嫖。有的车借来时轮胎已经有严重磨损或者年份过久,会影响圈速,我都会在节目中说明。(如S3轮胎已经石化)</p>
</div>
<div class="tips-content tips-content-limit" >
<h3>4.尾速</h3>
<p>赛道尾速是指一条赛道中能达到的最高速度,一般在赛道最长的直线中诞生。尾速和01加速一样是动力水准的重要指标,但又有所不同。</p>
<p>
01加速不仅是对动力的检验,还需要考虑起步时的驱动效率,以及弹射程序的聪明与否。影响尾速的最大因素的仍然是动力水准,如我100ps的原厂菱帅只有112的尾速。但是450ps的911s(992)则是163的尾速。第二影响因素是弯道性能,也就是操控,因为直线上一个弯道出的快不快,直接影响直线部分的起始速度。
</p>
</div>
<div class="tips-content tips-content-ranking" >
<h3>5.为什么我要动态起步</h3>
<p>Hot lap,一般被称为飞行圈或者飞驰圈(我喜欢叫飞行圈,因为比较中二)。指得是非静止起步的全力最快圈,也是大家约定俗称进行圈速测试的方式。</p>
<p>有人可能会有疑问,因为每台车起始速度不同,但这由车辆性能差异导致,本就应该对圈速产生影响。</p>
<p>而静态起步圈速测试和驱动形式关系较大,意义不大,一般并采用。</p>
</div>
<div class="tips-content tips-content-speed" >
<p>圈速是一台车动力,操控性,制动和主动安全性的全面体现。</p>
</div>
</div>
</html>
================================================
FILE: js/index.js
================================================
$(function () {
var jsonData;
var goldData;
var bigVData;
function setTable(arr) {
var htmlStr = template("tb", {
data: arr,
});
$("#tb_results > tbody").html(htmlStr);
}
function setTableGold(arr) {
var htmlStr = template("tb2", {
data: arr,
});
$("#tb_results2 > tbody").html(htmlStr);
}
function setTableBigV(arr) {
var htmlStr = template("tb3", {
data: arr,
});
$("#tb_results3 > tbody").html(htmlStr);
}
template.defaults.imports.timeFormat = function (date) {
var timeArr = date.split("."),
sec = timeArr[0] % 60,
min;
timeArr[0] >= 60 ? (min = 1) : (min = 0);
sec < 10 ? (sec = "0" + sec) : null;
return `${min}:${sec}.${timeArr[1]}`;
};
//获取json数据
$.ajax({
url: "./goldport.json?v=20240306",
// async: false,
success: function (res) {
console.log('goldport',res);
goldData = res;
setTableGold(goldData);
},
});
$.ajax({
url: "./speed.json?v=20240226",
// async: false,
success: function (res) {
console.log('ruisi',res);
jsonData = res;
setTable(jsonData);
},
});
$.ajax({
url: "./bigV.json?v=20240226",
// async: false,
success: function (res) {
console.log('bigV',res);
bigVData = res;
setTableBigV(bigVData);
},
});
// setTable(jsonData);
// setTableGold(goldData);
$(".mods,.lv,.powerType,.producer").on("change", function () {
// screen($(this).val())
screen(jsonData,'ruisi');
screen(goldData,'gold');
screen(bigVData,'bigV');
});
// 筛选
function screen(arr,type) {
var lv = $(".lv").val(),
mods = $(".mods").val(),
powerType = $(".powerType").val(),
producer = $(".producer").val(),
search = $('.search').val().toLowerCase();
// arr = jsonData;
// 车型级别
if (lv !== "all") {
if (lv == "SUV") {
arr = arr.filter(function (v) {
return ["SUV1", "SUV2", "SUV3", "SUV4","SUV5"].includes(v.lv);
});
} else if (lv == "0") {
arr = arr.filter(function (v) {
return ["A00", "A0", "A", "B", "C","D"].includes(v.lv);
});
} else {
arr = arr.filter(function (v) {
return v.lv == lv;
});
}
}
// 改装程度
if (mods == "all") {
// setTable(jsonData)
} else if (mods == 0) {
arr = arr.filter(function (v) {
return v.mods <= 0;
});
} else {
arr = arr.filter(function (v) {
return v.mods > 0;
});
}
// 动力类型: 0 燃油 , 1 电动
if (powerType != "all") {
arr = arr.filter(function (v) {
return v.powerType == powerType;
});
}
// 产地: 0 国产, 1 合资 , 2 进口
if (producer != "all") {
arr = arr.filter(function (v) {
return v.producer == producer;
});
}
if(search){
arr = arr.filter((v) => {
return v.car.toLowerCase().indexOf(search) != -1;
})
}
console.log(type,arr);
switch (type) {
case 'ruisi':
setTable(arr)
break;
case 'gold':
setTableGold(arr)
break;
case 'bigV':
setTableBigV(arr)
break;
default:
break;
}
}
//搜索车型
$(".search").on("input", function () {
// var val = $(this).val().toLowerCase();
// var arr = jsonData.filter((v) => {
// return v.car.toLowerCase().indexOf(val) != -1;
// });
// setTable(arr);
// screen()
screen(jsonData,'ruisi');
screen(goldData,'gold');
screen(bigVData,'bigV');
});
// button动效
document.querySelector(".button").onmousemove = (e) => {
const x = e.pageX - e.target.offsetLeft;
const y = e.pageY - e.target.offsetTop;
e.target.style.setProperty("--x", `${x}px`);
e.target.style.setProperty("--y", `${y}px`);
};
// 榜单切换
$('.box-tabs .tab').on('click',function(){
var index = $(this).index()
$(this).addClass('active').siblings().removeClass('active')
$('.table-hover').eq(index).addClass('active').siblings().removeClass('active')
// console.log($(this).addClass('active').siblings());
})
// // 榜单说明
$(".button").on("click", function () {
layer.open({
type: 1,
area: ["820px", "640px"],
title: null,
shade: false,
content: $(".tips"),
});
});
// // 改装程度
// $('.mods .icon').click(function () {
// layer.open({
// type: 1,
// shade: false,
// title: false,
// content: $('.tips-content-mods'),
// });
// })
// // 气温
// $('.temperature .icon').click(function () {
// layer.open({
// type: 1,
// shade: false,
// title: false,
// content: $('.tips-content-temperature'),
// });
// })
// // 轮胎
// $('.tyre .icon').click(function () {
// layer.open({
// type: 1,
// shade: false,
// title: false,
// content: $('.tips-content-tyre'),
// });
// })
// // 尾速
// $('.limit .icon').click(function () {
// layer.open({
// type: 1,
// shade: false,
// title: false,
// content: $('.tips-content-limit'),
// });
// })
// // 排名 飞行圈说明
// $('.ranking .icon').click(function () {
// layer.open({
// type: 1,
// shade: false,
// title: false,
// content: $('.tips-content-ranking'),
// });
// })
// // 圈速
// $('.speed .icon').click(function () {
// layer.open({
// type: 1,
// shade: false,
// title: false,
// content: $('.tips-content-speed'),
// });
// })
(function () {
var width,
height,
largeHeader,
canvas,
ctx,
points,
target,
animateHeader = true;
// Main
initHeader();
initAnimation();
addListeners();
function initHeader() {
// width = window.innerWidth;
// height = window.innerHeight;
target = { x: width / 2, y: height / 2 };
largeHeader = document.querySelector("body");
// largeHeader = document.getElementById("canvas_bg");
// largeHeader.style.height = height + "px";
width = largeHeader.offsetWidth;
height = largeHeader.offsetHeight;
canvas = document.getElementById("canvas1");
canvas.width = width;
canvas.height = height;
ctx = canvas.getContext("2d");
// create points
points = [];
for (var x = 0; x < width; x = x + width / 20) {
for (var y = 0; y < height; y = y + height / 20) {
var px = x + (Math.random() * width) / 20;
var py = y + (Math.random() * height) / 20;
var p = { x: px, originX: px, y: py, originY: py };
points.push(p);
}
}
// for each point find the 5 closest points
for (var i = 0; i < points.length; i++) {
var closest = [];
var p1 = points[i];
for (var j = 0; j < points.length; j++) {
var p2 = points[j];
if (!(p1 == p2)) {
var placed = false;
for (var k = 0; k < 5; k++) {
if (!placed) {
if (closest[k] == undefined) {
closest[k] = p2;
placed = true;
}
}
}
for (var k = 0; k < 5; k++) {
if (!placed) {
if (getDistance(p1, p2) < getDistance(p1, closest[k])) {
closest[k] = p2;
placed = true;
}
}
}
}
}
p1.closest = closest;
}
// assign a circle to each point
for (var i in points) {
var c = new Circle(
points[i],
2 + Math.random() * 2,
"rgba(255,255,255,0.3)"
);
points[i].circle = c;
}
}
// Event handling
function addListeners() {
if (!("ontouchstart" in window)) {
window.addEventListener("mousemove", mouseMove);
}
window.addEventListener("scroll", scrollCheck);
// window.addEventListener("resize", resize);
}
function mouseMove(e) {
// var posx = (posy = 0);
// if (e.pageX || e.pageY) {
// posx = e.pageX;
// posy = e.pageY;
// } else if (e.clientX || e.clientY) {
// posx =
// e.clientX +
// document.body.scrollLeft +
// document.documentElement.scrollLeft;
// posy =
// e.clientY +
// document.body.scrollTop +
// document.documentElement.scrollTop;
// }
var scrTop = largeHeader.parentNode.offsetTop,
l = largeHeader.parentNode.offsetLeft,
h = largeHeader.parentNode.offsetHeight;
if (e.pageY >= scrTop && e.pageY <= scrTop + h) {
target.x = e.pageX - l;
// target.y = e.offsetY;
target.y = e.pageY - scrTop;
} else {
target.x = -500;
target.y = -500;
}
}
function scrollCheck() {
if (document.body.scrollTop > height) animateHeader = false;
else animateHeader = true;
}
function resize() {
width = window.innerWidth;
height = window.innerHeight;
largeHeader.style.height = height + "px";
canvas.width = width;
canvas.height = height;
}
// animation
function initAnimation() {
animate();
for (var i in points) {
shiftPoint(points[i]);
}
}
function animate() {
if (animateHeader) {
ctx.clearRect(0, 0, width, height);
for (var i in points) {
// detect points in range
if (Math.abs(getDistance(target, points[i])) < 4000) {
points[i].active = 0.3;
points[i].circle.active = 0.6;
} else if (Math.abs(getDistance(target, points[i])) < 20000) {
points[i].active = 0.1;
points[i].circle.active = 0.3;
} else if (Math.abs(getDistance(target, points[i])) < 40000) {
points[i].active = 0.02;
points[i].circle.active = 0.1;
} else {
points[i].active = 0;
points[i].circle.active = 0;
}
drawLines(points[i]);
points[i].circle.draw();
}
}
requestAnimationFrame(animate);
}
function shiftPoint(p) {
TweenLite.to(p, 1 + 1 * Math.random(), {
x: p.originX - 50 + Math.random() * 100,
y: p.originY - 50 + Math.random() * 100,
ease: Circ.easeInOut,
onComplete: function () {
shiftPoint(p);
},
});
}
// Canvas manipulation
function drawLines(p) {
if (!p.active) return;
for (var i in p.closest) {
ctx.beginPath();
ctx.moveTo(p.x, p.y);
ctx.lineTo(p.closest[i].x, p.closest[i].y);
ctx.strokeStyle = "rgba(156,217,249," + p.active + ")";
ctx.stroke();
}
}
function Circle(pos, rad, color) {
var _this = this;
// constructor
(function () {
_this.pos = pos || null;
_this.radius = rad || null;
_this.color = color || null;
})();
this.draw = function () {
if (!_this.active) return;
ctx.beginPath();
ctx.arc(_this.pos.x, _this.pos.y, _this.radius, 0, 2 * Math.PI, false);
ctx.fillStyle = "rgba(156,217,249," + _this.active + ")";
ctx.fill();
};
}
// Util
function getDistance(p1, p2) {
return Math.pow(p1.x - p2.x, 2) + Math.pow(p1.y - p2.y, 2);
}
})();
console.log(
"%c键盘车神教圈速榜 by铲子",
"text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb, 0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.2),0 20px 20px rgba(0,0,0,0.15);font-size:100px"
);
});
================================================
FILE: lib/bootstrap/css/bootstrap-table.css
================================================
@charset "UTF-8";
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
* version: 1.15.5
* https://github.com/wenzhixin/bootstrap-table/
*/
.bootstrap-table .fixed-table-toolbar::after {
content: "";
display: block;
clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
display: inline-block;
margin-left: -1px !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
border-radius: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
text-align: left;
max-height: 300px;
overflow: auto;
-ms-overflow-style: scrollbar;
z-index: 1001;
}
.bootstrap-table .fixed-table-toolbar .columns label {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
}
.bootstrap-table .fixed-table-toolbar .columns-left {
margin-right: 5px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
margin-left: 5px;
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
right: 0;
left: auto;
}
.bootstrap-table .fixed-table-container {
position: relative;
clear: both;
}
.bootstrap-table .fixed-table-container .table {
width: 100%;
margin-bottom: 0 !important;
}
.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
vertical-align: middle;
box-sizing: border-box;
}
.bootstrap-table .fixed-table-container .table thead th {
vertical-align: bottom;
padding: 0;
margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th:focus {
outline: 0 solid transparent;
}
.bootstrap-table .fixed-table-container .table thead th.detail {
width: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
padding: 0.75rem;
vertical-align: bottom;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
cursor: pointer;
background-position: right;
background-repeat: no-repeat;
padding-right: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .both {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .asc {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
.bootstrap-table .fixed-table-container .table thead th .desc {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-table .fixed-table-container .table tbody tr.no-records-found {
text-align: center;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
display: flex;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
font-weight: bold;
display: inline-block;
min-width: 30%;
text-align: left !important;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox {
text-align: center;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label {
margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .table input[type=radio],
.bootstrap-table .fixed-table-container .table input[type=checkbox] {
margin: 0 auto !important;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
padding: 0.3rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
border-bottom: 1px solid #32383e;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 100%;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
align-items: center;
background: #fff;
display: none;
justify-content: center;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1000;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
align-items: baseline;
display: flex;
justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
font-size: 2rem;
margin-right: 6px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
align-items: center;
display: flex;
justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
content: "";
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-name: LOADING;
background: #212529;
border-radius: 50%;
display: block;
height: 5px;
margin: 0 4px;
opacity: 0;
width: 5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
animation-delay: 0.3s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
animation-delay: 0.6s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
background: #212529;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
background: #fff;
}
.bootstrap-table .fixed-table-container .fixed-table-footer {
overflow: hidden;
}
.bootstrap-table .fixed-table-pagination::after {
content: "";
display: block;
clear: both;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
margin-top: 10px;
margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
line-height: 34px;
margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
display: inline-block;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
position: relative;
display: inline-block;
vertical-align: middle;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
margin-bottom: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
margin: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
padding: 6px 12px;
line-height: 1.428571429;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
color: #c8c8c8;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
content: "⬅";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
content: "➡";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
pointer-events: none;
cursor: default;
}
.bootstrap-table.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100% !important;
background: #fff;
height: calc(100vh);
overflow-y: scroll;
}
/* calculate scrollbar width */
div.fixed-table-scroll-inner {
width: 100%;
height: 200px;
}
div.fixed-table-scroll-outer {
top: 0;
left: 0;
visibility: hidden;
width: 200px;
height: 150px;
overflow: hidden;
}
@keyframes LOADING {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
/*# sourceMappingURL=bootstrap-table.css.map */
================================================
FILE: lib/bootstrap/css/bootstrap-theme.css
================================================
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #e0e0e0;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #265a88;
border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #265a88;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #419641;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #2aabd2;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #eb9316;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #c12e2a;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
background-repeat: repeat-x;
border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
================================================
FILE: lib/bootstrap/css/bootstrap.css
================================================
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabl
gitextract_ls4d2koz/ ├── .gitignore ├── CNAME ├── bigV.json ├── css/ │ ├── button.css │ ├── button.less │ └── index.css ├── goldport.json ├── index.html ├── js/ │ └── index.js ├── lib/ │ ├── bootstrap/ │ │ ├── css/ │ │ │ ├── bootstrap-table.css │ │ │ ├── bootstrap-theme.css │ │ │ └── bootstrap.css │ │ └── js/ │ │ ├── bootstrap-table.js │ │ ├── bootstrap.js │ │ └── npm.js │ ├── canvas-bg/ │ │ └── rAF.js │ ├── layer/ │ │ ├── layer.js │ │ ├── mobile/ │ │ │ ├── layer.js │ │ │ └── need/ │ │ │ └── layer.css │ │ └── theme/ │ │ └── default/ │ │ └── layer.css │ └── template.js └── speed.json
SYMBOL INDEX (70 symbols across 5 files)
FILE: js/index.js
function setTable (line 5) | function setTable(arr) {
function setTableGold (line 11) | function setTableGold(arr) {
function setTableBigV (line 17) | function setTableBigV(arr) {
function screen (line 70) | function screen(arr,type) {
function initHeader (line 254) | function initHeader() {
function addListeners (line 323) | function addListeners() {
function mouseMove (line 331) | function mouseMove(e) {
function scrollCheck (line 360) | function scrollCheck() {
function resize (line 365) | function resize() {
function initAnimation (line 374) | function initAnimation() {
function animate (line 381) | function animate() {
function shiftPoint (line 407) | function shiftPoint(p) {
function drawLines (line 419) | function drawLines(p) {
function Circle (line 430) | function Circle(pos, rad, color) {
function getDistance (line 450) | function getDistance(p1, p2) {
FILE: lib/bootstrap/js/bootstrap-table.js
function createCommonjsModule (line 11) | function createCommonjsModule(fn, module) {
function F (line 1256) | function F() { /* empty */ }
function getSubstitution (line 2238) | function getSubstitution(matched, str, position, captures, namedCaptures...
function _typeof (line 2543) | function _typeof(obj) {
function _classCallCheck (line 2557) | function _classCallCheck(instance, Constructor) {
function _defineProperties (line 2563) | function _defineProperties(target, props) {
function _createClass (line 2573) | function _createClass(Constructor, protoProps, staticProps) {
function _slicedToArray (line 2579) | function _slicedToArray(arr, i) {
function _toConsumableArray (line 2583) | function _toConsumableArray(arr) {
function _arrayWithoutHoles (line 2587) | function _arrayWithoutHoles(arr) {
function _arrayWithHoles (line 2595) | function _arrayWithHoles(arr) {
function _iterableToArray (line 2599) | function _iterableToArray(iter) {
function _iterableToArrayLimit (line 2603) | function _iterableToArrayLimit(arr, i) {
function _nonIterableSpread (line 2629) | function _nonIterableSpread() {
function _nonIterableRest (line 2633) | function _nonIterableRest() {
function VirtualScroll (line 3660) | function VirtualScroll(options) {
function BootstrapTable (line 3809) | function BootstrapTable(el, options) {
FILE: lib/bootstrap/js/bootstrap.js
function transitionEnd (line 34) | function transitionEnd() {
function removeElement (line 126) | function removeElement() {
function Plugin (line 142) | function Plugin(option) {
function Plugin (line 251) | function Plugin(option) {
function Plugin (line 475) | function Plugin(option) {
function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) {
function Plugin (line 707) | function Plugin(option) {
function getParent (line 774) | function getParent($this) {
function clearMenus (line 787) | function clearMenus(e) {
function Plugin (line 880) | function Plugin(option) {
function Plugin (line 1208) | function Plugin(option, _relatedTarget) {
function complete (line 1574) | function complete() {
function Plugin (line 1750) | function Plugin(option) {
function Plugin (line 1859) | function Plugin(option) {
function ScrollSpy (line 1902) | function ScrollSpy(element, options) {
function Plugin (line 2022) | function Plugin(option) {
function next (line 2131) | function next() {
function Plugin (line 2177) | function Plugin(option) {
function Plugin (line 2334) | function Plugin(option) {
FILE: lib/layer/layer.js
function e (line 2) | function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}
function o (line 2) | function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onlo...
FILE: lib/template.js
function t (line 2) | function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{...
function r (line 2) | function r(){this.$extend=function(e){return e=e||{},o(e,e instanceof r?...
function r (line 2) | function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enume...
function i (line 2) | function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.len...
function o (line 2) | function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a ...
function e (line 2) | function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.en...
function e (line 2) | function e(t){var n,s,a=this;o(this,e);var x=t.source,k=t.minimize,E=t.h...
function r (line 2) | function r(e){var t=new String(e.value);return t.line=e.line,t.start=e.s...
function i (line 2) | function i(e,t,n){this.type=e,this.value=t,this.script=null,n?(this.line...
function n (line 2) | function n(e){return"string"!=typeof e&&(e=e===undefined||null===e?"":"f...
function r (line 2) | function r(e){var t=""+e,n=s.exec(t);if(!n)return e;var r="",i=void 0,o=...
function r (line 3) | function r(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.len...
function r (line 3) | function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a ...
function i (line 3) | function i(e,t){if(!e)throw new ReferenceError("this hasn't been initial...
function o (line 3) | function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("S...
function s (line 3) | function s(e){var t=e.name,n=e.source,r=e.path,i=e.line,o=e.column,s=e.g...
function t (line 3) | function t(e){r(this,t);var n=i(this,(t.__proto__||Object.getPrototypeOf...
Condensed preview — 22 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (828K chars).
[
{
"path": ".gitignore",
"chars": 21,
"preview": "\nspeed - 副本 (2).json\n"
},
{
"path": "CNAME",
"chars": 17,
"preview": "kbracer.github.io"
},
{
"path": "bigV.json",
"chars": 2912,
"preview": "[\t\n\t{\n\t\t\"year\":\"2014\",\n\t\t\"car\": \"911 TurboS\",\n\t\t\"BID\": \"BV1eN4y1K7nf\",\n\t\t\"Btitle\": \"最烂仔的GT2RS?\",\n\t\t\"hp\": \"620\",\n\t\t\"hp_co"
},
{
"path": "css/button.css",
"chars": 812,
"preview": ".button {\n position: relative;\n appearance: none;\n background: #337ab7;\n padding: 10px 20px;\n border: none;\n color"
},
{
"path": "css/button.less",
"chars": 884,
"preview": ".button {\n position: relative;\n appearance: none;\n background: #337ab7;\n // padding: 1em 2em;\n padding: 10px 20px;\n"
},
{
"path": "css/index.css",
"chars": 5702,
"preview": "body {\n\tbackground-image: linear-gradient(90deg, #485563, #29323c);\n\tmin-height: 100vh;\n\tdisplay: flex;\n\tflex-direction:"
},
{
"path": "goldport.json",
"chars": 51794,
"preview": "[\t\n\t{\n\t\t\"year\":\"2018\",\n\t\t\"car\": \"911 GT3RS\",\n\t\t\"BID\": \"BV1W94y1X7JY\",\n\t\t\"Btitle\": \"GT3 RS刷新易车金港赛道纪录?\",\n\t\t\"hp\": \"540\",\n\t\t"
},
{
"path": "index.html",
"chars": 20036,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, ini"
},
{
"path": "js/index.js",
"chars": 11767,
"preview": "$(function () {\n var jsonData;\n var goldData;\n var bigVData;\n function setTable(arr) {\n var htmlStr = template(\"t"
},
{
"path": "lib/bootstrap/css/bootstrap-table.css",
"chars": 9548,
"preview": "@charset \"UTF-8\";\n/**\n * @author zhixin wen <wenzhixin2010@gmail.com>\n * version: 1.15.5\n * https://github.com/wenzhixin"
},
{
"path": "lib/bootstrap/css/bootstrap-theme.css",
"chars": 26132,
"preview": "/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://gi"
},
{
"path": "lib/bootstrap/css/bootstrap.css",
"chars": 146010,
"preview": "/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under MIT (https://gi"
},
{
"path": "lib/bootstrap/js/bootstrap-table.js",
"chars": 242172,
"preview": "(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(r"
},
{
"path": "lib/bootstrap/js/bootstrap.js",
"chars": 69707,
"preview": "/*!\n * Bootstrap v3.3.7 (http://getbootstrap.com)\n * Copyright 2011-2016 Twitter, Inc.\n * Licensed under the MIT license"
},
{
"path": "lib/bootstrap/js/npm.js",
"chars": 484,
"preview": "// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.\nrequ"
},
{
"path": "lib/canvas-bg/rAF.js",
"chars": 1230,
"preview": "// http://paulirish.com/2011/requestanimationframe-for-smart-animating/\n// http://my.opera.com/emoller/blog/2011/12/20/r"
},
{
"path": "lib/layer/layer.js",
"chars": 22104,
"preview": "/*! layer-v3.1.1 Web弹层组件 MIT License http://layer.layui.com/ By 贤心 */\n ;!function(e,t){\"use strict\";var i,n,a=e.layui&"
},
{
"path": "lib/layer/mobile/layer.js",
"chars": 3290,
"preview": "/*! layer mobile-v2.0.0 Web弹层组件 MIT License http://layer.layui.com/mobile By 贤心 */\n ;!function(e){\"use strict\";var t=d"
},
{
"path": "lib/layer/mobile/need/layer.css",
"chars": 5260,
"preview": ".layui-m-layer{position:relative;z-index:19891014}.layui-m-layer *{-webkit-box-sizing:content-box;-moz-box-sizing:conten"
},
{
"path": "lib/layer/theme/default/layer.css",
"chars": 14367,
"preview": ".layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:elli"
},
{
"path": "lib/template.js",
"chars": 17323,
"preview": "/*! art-template@4.13.1 for browser | https://github.com/aui/art-template */\n!function(e,t){\"object\"==typeof exports&&\"o"
},
{
"path": "speed.json",
"chars": 80866,
"preview": "[\t\n\t{\n\t\t\"year\":\"2018\",\n\t\t\"car\": \"911 GT3RS\",\n\t\t\"BID\": \"BV1fA411g7RK\",\n\t\t\"Btitle\": \"300万的911 开起来像“小马力前驱车”?-- 911 GT3RS\",\n"
}
]
About this extraction
This page contains the full source code of the KBRACER/kbracer.github.io GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 22 files (715.3 KB), approximately 235.0k tokens, and a symbol index with 70 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.