<>
#ipa-store{
background:radial-gradient(circle at 12% 55%,rgba(33,150,243,.15),hsla(0,0%,100%,0) 25%),radial-gradient(circle at 85% 33%,rgba(108,99,255,.175),hsla(0,0%,100%,0) 25%);
}
#ipa-store .iconfont{
font-size: inherit ;
}
.ipa-store-container h4{
background: #c4c4c41a;
border-radius: 8px;
display: flex;
height: 52px;
margin-top: 10px;
padding: 15px 16px;
width: 100%;
margin-top:42px;
}
.title{
position:relative;
text-align:center;
}
.tool-list{
display: grid;
gap: 1rem;
grid-template-columns: repeat(1minmax(01fr));
}
section .ipa-store-container{
padding:16px;
}
.tool{
background: #fff;
border-radius: 8px;
padding:16px;
border:1px solid #e0e0e0;
}
.tool-info{
display:flex;
}
.tool-info .left img{
width:48px;
height:48px;
border-radius:12px;
}
.tool-info .right{
flex: 1;
padding-left: 16px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.name{
margin:0;
font-size: large;
font-weight: 700;
font-family: ipastoreui !important;
}
.desc{
font-size:14px;
}
.list{
margin: 16px 8px;
}
.list .item{
display: flex;
align-items: center;
color: #343334;
font-size: 14px;
line-height: 28px;
}
.list .item .item-name{
color:#a39c9c;
}
.tags span{
font-size:12px;
padding: 4px 8px;
border-radius:4px;
color:#fff;
word-break: keep-all;
}
.tags .green{
background:#2ab32a;
}
.tags .red{
background:red;
}
.tags .blue{
background:#007aff;
}
.tool-links {
display: grid;
gap: .75rem;
grid-template-columns: repeat(2minmax(01fr));
}
.tool-links>div>a{
align-items: center;
background: #fff;
border-radius: 8px;
box-sizing: border-box;
display: inline-flex;
justify-content: center;
left: auto;
margin-top: 0;
padding: 8px 32px;
position: relative;
text-align: center;
transition: all .3s ease;
user-select: none;
white-space: nowrap;
color: #000;
border: 1px solid #e5e7eb;
width: 100%;
font-size: 14px;
color: rgb(7889105);
}
.tool-links .teach-link>a{
background: #0d6efd;
color: #fff;
}
.tool-links>div>a:hover {
transform: scale(1.05);
}
.tool-links>div>a .iconfont{
font-size: 20px !important;
margin-left: 4px;
font-weight: 700;
}
.tips.green{
background:#2ab32a;
}
.tips .iconfont{
font-size:18px !important;
}
.warning{
background:;
}
.macos{
position: relative;
display: block;
height: 26px;
}
.macos:before {
background: #fc625d;
border-radius: 50%;
box-shadow: 20px 0 #fdbc4040px 0 #35cd4b;
content: "";
height: 12px;
position: absolute;
width: 12px;
z-index: 2;
}
.process0{
backface-visibility: hidden;
background: #44d94b;
border-radius: 50%;
height: 10px;
margin-right: 10px;
position: relative;
width: 10px;
}
.process0:before {
content:"";
backface-visibility: hidden;
background: #44d94b;
border-radius: 50%;
content: "";
display: block;
height: 100%;
position: absolute;
width: 100%;
animation: wave-animate 4s ease-out 0s infinite normal none running;
}
.process0:after {
content:"";
backface-visibility: hidden;
background: #44d94b;
border-radius: 50%;
content: "";
display: block;
height: 100%;
position: absolute;
width: 100%;
animation: wave-animate 4s ease-out 1.5s infinite normal none running;
opacity: 0;
}
@keyframes wave-animate {
0% {
opacity: 1;
transform: scale(0);
transform-origin: center center
}
to {
opacity: 0;
transform: scale(2.9);
transform-origin: center center
}
}
@media (min-width: 1024px){
section .ipa-store-container{
padding:24px;
}
.tool-list{
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(2minmax(01fr));
}
.tool-links>div>a{
font-size:20px;
}
.list .item{
font-size: 16px;
line-height: 32tpx;
}
.tool-links>div>a .iconfont{
font-size:18px !important;
}
.tool-info .left img{
width:64px;
height:64px;
border-radius:12px;
}
}
@media (min-width: 1200px){
.tool-list{
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(3minmax(01fr));
}
}
>
iPA安装
免越狱 类iPA安装工具和教程
越狱巨魔 类iPA安装工具和教程
Mac iPA安装工具和教程
登录
Hi~欢迎来到iPA商店
OR
<>
#ipa-store-notice v.ipa-store-modules{
width:100%;
background-color: #f5f7fd;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: repeat(auto-fitminmax(140px1fr));
gap: 8px;
padding: 12px;
border-radius: 8px;
}
#ipa-store-notice .module{
position:relative;
width:100%;
display:block;
background-color: #fff;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
overflow: hidden;
color:#1b2337;
border:2px solid #fff;
}
#ipa-store-notice .limit{
position: absolute;
top: 4px;
right: 4px;
display: block;
font-size: 10px;
color: #fff;
padding: 4px 6px;
border-radius: 6px;
background-color: #2ab32a;
}
#ipa-store-notice .module:hover{
color:#1b2337;
border-color:#3b82f6;
}
#ipa-store-notice .module .name{
font-size:22px;
}
#ipa-store-notice .module .desc{
color:#4e5969;
font-size:12px;
}
#ipa-store-notice .ipa-store-modal-container.icon{
width:42px;
height:42px;
margin-right:10px;
}
#ipa-store-notice .notice-conent .tips{
font-size: 12px;
background: #c4c4c433;
border-radius: 5px;
color: #f9f9f9;
color: #fffc;
color: #474747;
padding: 4px 12px;
text-align: center;
margin-bottom: 1rem;
}
>
公告
1.欢迎来到iPA商店,普通用户主站每天可以免费下载3个资源,30天内最多下载30个不同的资源,砸壳专区每日可下载10个资源,请合理安排资源下载哦!
2.iPA商店APP现已发布,下载、砸壳等操作免验证更丝滑,支持iOS14.0+设备安装使用,推荐巨魔或者证书用户下载安装!
<>
#ipa-store-notice v.ipa-store-modules{
width:100%;
background-color: #f5f7fd;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: repeat(auto-fitminmax(140px1fr));
gap: 8px;
padding: 12px;
border-radius: 8px;
}
#ipa-store-notice .module{
position:relative;
width:100%;
display:block;
background-color: #fff;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
overflow: hidden;
color:#1b2337;
border:2px solid #fff;
}
#ipa-store-notice .limit{
position: absolute;
top: 4px;
right: 4px;
display: block;
font-size: 10px;
color: #fff;
padding: 4px 6px;
border-radius: 6px;
background-color: #2ab32a;
}
#ipa-store-notice .module:hover{
color:#1b2337;
border-color:#3b82f6;
}
#ipa-store-notice .module .name{
font-size:22px;
}
#ipa-store-notice .module .desc{
color:#4e5969;
font-size:12px;
}
#ipa-store-notice .ipa-store-modal-container.icon{
width:42px;
height:42px;
margin-right:10px;
}
#ipa-store-notice .notice-conent .tips{
font-size: 12px;
background: #c4c4c433;
border-radius: 5px;
color: #f9f9f9;
color: #fffc;
color: #474747;
padding: 4px 12px;
text-align: center;
margin-bottom: 1rem;
}
>
1.下载额度:所有用户每日都可以免费下载10个资源,后续会根据情况调整额度。
2.网盘说明:所有资源均会提供夸克+百度+UC下载,可下载后电脑安装至iOS老设备。
3.在线安装:100M以下所有用户均可直接蓝奏云在线安装,100-550M捐赠后可蓝奏云安装,蓝奏云目前最高支持550M。
< id="core-block-supports-inline-css" type="text/css">
.wp-block-gallery.wp-block-gallery-1{--wp----unstable-gallery-gap:var( --wp----gallery-gap-defaultvar( --gallery-block--gutter-sizevar( --wp----block-gap0.5em ) ) );gap:var( --wp----gallery-gap-defaultvar( --gallery-block--gutter-sizevar( --wp----block-gap0.5em ) ) );}
>