Browse Source

去除废弃样式

pull/1/head
zq 5 months ago
parent
commit
b9ecd986a8
  1. 14
      home.html
  2. 83
      style/css/index.css

14
home.html

@ -15,7 +15,6 @@
<script src="{$priv_style}/js/qrcode.min.js"></script> <script src="{$priv_style}/js/qrcode.min.js"></script>
<script src="{$priv_style}/js/lottie.min.js"></script> <script src="{$priv_style}/js/lottie.min.js"></script>
<script src="{$priv_style}/js/index.js"></script> <script src="{$priv_style}/js/index.js"></script>
<!-- <script src="qrcode.js"></script> -->
</head> </head>
<body> <body>
@ -415,6 +414,7 @@
</p> --> </p> -->
</div> </div>
<script> <script>
var service_domain = 'http://aitest.chachongz.com/'
$(document).ready(function () { $(document).ready(function () {
// 等待页面加载完毕 // 等待页面加载完毕
$(window).on('load', function () { $(window).on('load', function () {
@ -447,7 +447,7 @@
function geiAiUpgradeInfo(callback, param) { function geiAiUpgradeInfo(callback, param) {
$.ajax({ $.ajax({
type: "post", type: "post",
url: 'http://aitest.chachongz.com/ajax_ai_upgrade_info', url: service_domain + 'ajax_ai_upgrade_info',
data: {}, data: {},
success: function (jsondata) { success: function (jsondata) {
var res = JSON.parse(jsondata); var res = JSON.parse(jsondata);
@ -515,7 +515,6 @@
}); });
showOptArea('loading'); showOptArea('loading');
console.log($('#loading'),'loading怎言了');
// showDom('#loading'); // showDom('#loading');
//第一步 默认完成 //第一步 默认完成
@ -608,7 +607,7 @@
let title_type = $('#cur_title_type').val() let title_type = $('#cur_title_type').val()
$.ajax({ $.ajax({
type: "post", type: "post",
url: 'http://aitest.chachongz.com/ajax_advise_ai_title', url: service_domain + 'ajax_advise_ai_title',
data: { data: {
title: title, title: title,
title_type: title_type title_type: title_type
@ -658,7 +657,7 @@
let title = $('.inputChange').val(); let title = $('.inputChange').val();
$.ajax({ $.ajax({
type: "post", type: "post",
url: 'http://aitest.chachongz.com/ajax_check_ai_title', url: service_domain + 'ajax_check_ai_title',
data: { data: {
title: title title: title
}, },
@ -789,7 +788,7 @@
console.log(chkType,'chkType===='); console.log(chkType,'chkType====');
$.ajax({ $.ajax({
type: "post", type: "post",
url: 'http://aitest.chachongz.com/ajax_get_config', url: service_domain + 'ajax_get_config',
async: false, async: false,
data: { data: {
type: chkType, type: chkType,
@ -801,7 +800,6 @@
alert(data.info); alert(data.info);
return; return;
} }
var service_domain = 'http://aitest.chachongz.com/'
let pathType = { let pathType = {
'94':'aiessayzx', '94':'aiessayzx',
'82':'aiessayen' '82':'aiessayen'
@ -873,7 +871,7 @@
function geiAiUpgradeInfo(callback, param) { function geiAiUpgradeInfo(callback, param) {
$.ajax({ $.ajax({
type: "post", type: "post",
url: 'http://aitest.chachongz.com/ajax_ai_upgrade_info', url: service_domain + 'ajax_ai_upgrade_info',
data: {}, data: {},
success: function (jsondata) { success: function (jsondata) {
var res = JSON.parse(jsondata); var res = JSON.parse(jsondata);

83
style/css/index.css

@ -284,83 +284,6 @@ body,p,div{
background: rgba(236, 133, 51, 0.12); background: rgba(236, 133, 51, 0.12);
} }
/* ====== */
.ai2_pay_wrap .ai2_tbpay i{
background: url(/images/ai2/pay/tbpay_grey.png) no-repeat center center;
background-size: 17px;
}
.ai2_pay_wrap .ai2_jdpay i{
background: url(/images/ai2/pay/jdpay_grey.png) no-repeat center center !important;
background-size: 17px !important;
}
.ai2_pay_wrap .ai2_tbpay.active::after{
content: '';
width: 100%;
height: 2px;
background: #FF6413;
position: absolute;
left: 0px;
bottom: -5px;
border-radius: 2px;
}
.ai2_pay_wrap .ai2_jdpay.active::after{
content: '';
width: 100%;
height: 2px;
background: rgb(223, 29, 24) !important;
position: absolute;
left: 0px;
bottom: -5px;
border-radius: 2px;
}
.ai2_pay_wrap .ai2_tbpay.active{
color: #FF6413;
}
.ai2_pay_wrap .ai2_jdpay.active{
color: rgb(223, 29, 24) !important;
}
.ai2_pay_wrap .ai2_tbpay.active i{
display: block;
background: url(/images/ai2/pay/tbpay.png) no-repeat center center;
background-size: 17px;
}
.ai2_pay_wrap .ai2_jdpay.active i{
display: block;
background: url(/images/ai2/pay/jdpay.png) no-repeat center center !important;
background-size: 17px !important;
}
/* taobao pay end*/
/* check card pay start*/
.ai2_pay_wrap .ai2_cardpay i{
background: url(/images/ai2/pay/checkcard_pay_grey.png) no-repeat center center;
background-size: 17px;
}
.ai2_pay_wrap .ai2_cardpay.active::after{
content: '';
width: 100%;
height: 2px;
background: #1675FF;
position: absolute;
left: 0px;
bottom: -5px;
border-radius: 2px;
}
.ai2_pay_wrap .ai2_cardpay.active{
color: #1675FF;
}
.ai2_pay_wrap .ai2_cardpay.active i{
display: block;
background: url(/images/ai2/pay/checkcard_pay2.png) no-repeat center center;
background-size: 17px;
}
/* ====== */
.big_container{ .big_container{
/* width: 100%; /* width: 100%;
height: 100vh; */ height: 100vh; */
@ -571,10 +494,10 @@ header .right .activebtn{
z-index: 9; z-index: 9;
background: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.8);
box-sizing: border-box; box-sizing: border-box;
border-width: 0px 0px 1px 0px; /* border-width: 0px 0px 1px 0px;
border-style: solid; border-style: solid;
border-image: linear-gradient(270deg, rgba(114, 119, 244, 0) 8%, #7177F4 47%, rgba(117, 119, 245, 0) 89%) 0 0 1 0; border-image: linear-gradient(270deg, rgba(114, 119, 244, 0) 8%, #7177F4 47%, rgba(117, 119, 245, 0) 89%) 0 0 1 0;
backdrop-filter: blur(20px); backdrop-filter: blur(20px); */
transition:all .5s; transition:all .5s;
} }
.stickyStep .step_main{ .stickyStep .step_main{
@ -954,7 +877,7 @@ li .select_icon, .pay_every .pay_icon{
} }
.opt-block .step-icon-active{ .opt-block .step-icon-active{
background: none; background: none;
margin-top: -22px; /* margin-top: -22px; */
} }
.opt-block .step-icon-active+.step-text{ .opt-block .step-icon-active+.step-text{
color: #1675FF; color: #1675FF;

Loading…
Cancel
Save