IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> JavaScript知识库 -> 【无标题】下单及支付 -> 正文阅读

[JavaScript知识库]【无标题】下单及支付

<!DOCTYPE html>
<html>
<head>
? ? <meta charset="utf-8" />
? ? <title></title>
? ? <link href="/css/reset.css" rel="stylesheet" />
? ? <link href="/css/common.css" rel="stylesheet" />
? ? <link href="/css/style.css" rel="stylesheet" />
? ? <link href="/css/toorder.css" rel="stylesheet" />
? ? <style>
? ? ? ? body{background-color:#f2f2f2;}
.Payment-From{ margin:0 auto;width:1200px;}
.Payment-From .Payment-Panel{}
.Payment-From .Payment-Panel .Payment-Panel-Tool{}
.Payment-From .Payment-Panel .Payment-Panel-Tool .Payment-Panel-Tool-Item{ width:180px;height:200px; background-color:red; margin: 5px 10px;line-height: 200px;text-align: center;color: #fff;border-radius: 20px;cursor: pointer;}
.Payment-From .Payment-Panel .Payment-Panel-Tool .Payment-Panel-Tool-Item:hover{background-color:orange;}
.Payment-From .Order-Panel{}
.Payment-From .Order-Panel .Order-Table{padding: 20px;background-color: #fff;border-radius: 20px;margin-top: 10px;}
.Payment-From .Order-Panel .Order-Table .Order-Table-Row{ height:60px;line-height:60px;}
.Payment-From .Order-Panel .Order-Table .Order-Table-Row .Order-Table-Row-Column{ ?height:60px;line-height:60px;width:250px; float:left;text-align: center;}
.Payment-From .Express-Panel{margin-top:10px; }
.Payment-From .Express-Panel .Express-Infor{}
.Payment-From .Express-Panel .Express-Infor .Express-Infor-Price{ height:40px;line-height:40px;border-radius: 12px;text-align: right;color: #666;background-color: #fff;font-size: 14px;}
.Payment-From .Express-Panel .Express-Infor .Express-Infor-Price .Express-Infor-PriceInfo{margin-left: 20px;margin-right: 20px; }
.Payment-From .ReciveUser-Panel{}
.Payment-From .ReciveUser-Panel .ReciveUser-Infor{padding: 20px 20px;}
.Payment-From .ReciveUser-Panel .ReciveUser-Infor .ReciveUser-Infor-Label{height:40px;line-height:40px;color: #666;}
.Payment-From .ReciveUser-Panel .ReciveUser-Infor .ReciveUser-Infor-Label .Label{width: 150px;font-size: 13px;}
.Payment-From .ReciveUser-Panel .ReciveUser-Infor .ReciveUser-Infor-Label .Control{}
.Payment-From .ReciveUser-Panel .ReciveUser-Infor .ReciveUser-Infor-Label .Control input{height: 28px;width:300px; text-indent: 10px;}
.Payment-From .Price-Panel{}
.Payment-From .Price-Panel .Price-Infor{}
.Payment-From .Price-Panel .Price-Infor .Payment-Btn{height: 40px;width: 100px; display: block;line-height: 40px;background-color: red;color: #fff;text-align: center;cursor: pointer;}
.Payment-From .Price-Panel .Price-Infor .Payment-Btn:hover{background-color: orange;}
.Payment-From .Price-Panel .Price-Infor .Price-Infor-Price{height:40px;line-height:40px;width: 200px;font-size: 14px;color: #666;}
.Payment-From .Price-Panel .Price-Infor .Price-Infor-Price .Price-Infor-PriceInfo{font-size: 14px; color:red;}


? ? </style>
</head>
<body>
? ? <div class="Payment-From">
? ? ? ? <div class="Payment-Panel">
? ? ? ? ? ? <div class="Payment-Panel-Tool ?clearfix_after">
? ? ? ? ? ? ? ? <div class="Payment-Panel-Tool-Item fl">支付宝</div>
? ? ? ? ? ? ? ? <div class="Payment-Panel-Tool-Item fl">微信</div>
? ? ? ? ? ? ? ? <div class="Payment-Panel-Tool-Item fl">所有银行</div>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? ? ? <div class="Order-Panel">
? ? ? ? ? ? <div class="Order-Table">
? ? ? ? ? ? ? ? <div class="Order-Table-Row">
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 商品名称
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 商品价格
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 商品数量
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 总金额
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? <div class="Order-Table-Row">
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 人力资源系统
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? ¥100
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 1
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? ¥100
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? <div class="Order-Table-Row">
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 客户关系管理
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? ¥100
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? 1
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? ? ? <div class="Order-Table-Row-Column">
? ? ? ? ? ? ? ? ? ? ? ? ¥100
? ? ? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? ? ? </div>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? ? ? <div class="Express-Panel">
? ? ? ? ? ? <div class="Express-Infor">
? ? ? ? ? ? ? ? <div class="Express-Infor-Price"><em class="Express-Infor-PriceInfo">快递费:免费</em></div>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? ? ? <div class="ReciveUser-Panel">
? ? ? ? ? ? <div class="ReciveUser-Infor">
? ? ? ? ? ? ? ? <div class="ReciveUser-Infor-Label clearfix_after"><em class="Label fl">收件人姓名</em><em class="Control fl"><input id="Text1" type="text" autocomplete="off" placeholder="请输入收件人姓名" /></em></div>
? ? ? ? ? ? ? ? <div class="ReciveUser-Infor-Label clearfix_after"><em class="Label fl">收件人联系方式</em><em class="Control fl"><input id="Text1" type="text" /></em></div>
? ? ? ? ? ? ? ? <div class="ReciveUser-Infor-Label clearfix_after"><em class="Label fl">收件人地址</em><em class="Control fl"><input id="Text1" type="text" /></em></div>
? ? ? ? ? ? ? ? <div class="ReciveUser-Infor-Label clearfix_after"><em class="Label fl">收件人邮政编码</em><em class="Control fl"><input id="Text1" type="text" /></em></div>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? ? ? <div class="Price-Panel">
? ? ? ? ? ? <div class="Price-Infor clearfix_after">
? ? ? ? ? ? ? ? <a class="Payment-Btn fr">立即支付</a><div class="Price-Infor-Price fr">合计金额:<em class="Price-Infor-PriceInfo">¥123.00元</em></div>
? ? ? ? ? ? </div>
? ? ? ? </div>
? ? </div>
</body>
</html>

  JavaScript知识库 最新文章
ES6的相关知识点
react 函数式组件 & react其他一些总结
Vue基础超详细
前端JS也可以连点成线(Vue中运用 AntVG6)
Vue事件处理的基本使用
Vue后台项目的记录 (一)
前后端分离vue跨域,devServer配置proxy代理
TypeScript
初识vuex
vue项目安装包指令收集
上一篇文章      下一篇文章      查看所有文章
加:2022-04-22 18:27:19  更:2022-04-22 18:31:33 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/24 0:32:13-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码