File: /www/wwwroot/w.xxlht.com/Wukong/Wukongphp/View/Product/addorder.htm
<!DOCTYPE html>
<html class=" js csstransforms3d"><head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>订单产品修改</title>
<link rel="stylesheet" href="__PUBLIC__/Wukongphp/css/base.css">
<link rel="stylesheet" href="__PUBLIC__/Wukongphp/css/page.css">
<script type="text/javascript" src="__PUBLIC__/Wukongphp/js/jquery.min.js"></script>
<script type="text/javascript" src="__PUBLIC__/Wukongphp/js/ajaxfileupload.js"></script>
<script src="__PUBLIC__/layer/layer.js"></script>
<!--layui布局css文件-->
<link rel="stylesheet" href="__PUBLIC__/layer/layui/css/layui.css">
<script src="__PUBLIC__/layer/layui/layui.js"></script>
<style>
.tctxt{ cursor:pointer; padding-bottom:2px;}
.box{
display: inline-block;
background: linear-gradient(left, #f71605, #e0f513);
background: -webkit-linear-gradient(left, #f71605, #e0f513);
background: -o-linear-gradient(right, #f71605, #e0f513);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation:scratchy 0.253s linear forwards infinite;
/* 其它浏览器兼容性前缀 */
-webkit-animation:scratchy 0.253s linear forwards infinite;
-moz-animation: scratchy 0.253s linear forwards infinite;
-ms-animation: scratchy 0.253s linear forwards infinite;
-o-animation: scratchy 0.253s linear forwards infinite;
}
@keyframes scratchy {
0% {
background-position: 0 0;
}
25% {
background-position: 0 0;
}
26% {
background-position: 20px -20px;
}
50% {
background-position: 20px -20px;
}
51% {
background-position: 40px -40px;
}
75% {
background-position: 40px -40px;
}
76% {
background-position: 60px -60px;
}
99% {
background-position: 60px -60px;
}
100% {
background-position: 0 0;
}
}
/* 添加兼容性前缀 */
@-webkit-keyframes scratchy {
0% {
background-position: 0 0;
}
25% {
background-position: 0 0;
}
26% {
background-position: 20px -20px;
}
50% {
background-position: 20px -20px;
}
51% {
background-position: 40px -40px;
}
75% {
background-position: 40px -40px;
}
76% {
background-position: 60px -60px;
}
99% {
background-position: 60px -60px;
}
100% {
background-position: 0 0;
}
}
@-moz-keyframes scratchy {
0% {
background-position: 0 0;
}
25% {
background-position: 0 0;
}
26% {
background-position: 20px -20px;
}
50% {
background-position: 20px -20px;
}
51% {
background-position: 40px -40px;
}
75% {
background-position: 40px -40px;
}
76% {
background-position: 60px -60px;
}
99% {
background-position: 60px -60px;
}
100% {
background-position: 0 0;
}
}
@-ms-keyframes scratchy {
0% {
background-position: 0 0;
}
25% {
background-position: 0 0;
}
26% {
background-position: 20px -20px;
}
50% {
background-position: 20px -20px;
}
51% {
background-position: 40px -40px;
}
75% {
background-position: 40px -40px;
}
76% {
background-position: 60px -60px;
}
99% {
background-position: 60px -60px;
}
100% {
background-position: 0 0;
}
}
@-o-keyframes scratchy {
0% {
background-position: 0 0;
}
25% {
background-position: 0 0;
}
26% {
background-position: 20px -20px;
}
50% {
background-position: 20px -20px;
}
51% {
background-position: 40px -40px;
}
75% {
background-position: 40px -40px;
}
76% {
background-position: 60px -60px;
}
99% {
background-position: 60px -60px;
}
100% {
background-position: 0 0;
}
}
</style>
</head>
<body style="background:white;">
<!--content S-->
<div class="super-content RightMain" id="RightMain">
<!--header-->
<div class="superCtab">
<div class="wk_jg"></div>
<div class="ctab-Main">
<div class="ctab-Mian-cont" style="background:white; margin:0 auto; text-align:center">
<blockquote class="layui-elem-quote">
功能说明:<span style="color:#FF6000">该功能主要用于导入自行获取的可回传百度ocpc的URL数据!回传请到统计数据界面进行回传!</span>
</blockquote>
<form method="post" action="__SELF__">
<div style="width:90%; margin:0 auto">
<textarea required name="orderurl" id="weixins" placeholder="导入你要回传的URL一行一个" class="textarea" style="width:100%; border:1px solid #CCC; border-radius:6px; height:240px; padding:5px"></textarea>
</div>
<div style="clear:both; float:none; height:20px"></div>
<button onClick="history.go(-1);return false;" class="layui-btn layui-btn-danger"><i class="layui-icon white"></i>返回</button>
<button class="layui-btn"><i class="layui-icon white"></i>导入数据</button>
<input type="hidden" value="<?php echo I("get.id"); ?>" name="proid">
</form>
</div>
</fieldset>
</form>
<script>
//Demo
var form
layui.use('form', function(){
form = layui.form;
//监听提交
form.on('submit(formDemo)', function(data){
});
//开关函数
});
//注意:选项卡 依赖 element 模块,否则无法进行功能性操作
layui.use('element', function(){
var element = layui.element;
//…
});
</script>
</div>
</div>
</div>
</div>
<!--main-->
<!--content E-->
</body></html>