1 Star 0 Fork 0

菜徐鸭/renren-mall-html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
order.css 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
菜徐鸭 提交于 2020-11-10 16:31 . 实现订单列表页面
html {
height: 100%;
}
body {}
.order-list {
width: 500px;
margin-left: auto;
margin-right: auto;
font-size: 14px;
color: #333;
}
.order {
border-bottom: solid 1px #e0e0e0;
padding: 15px;
}
.row {
padding: 8px 0;
}
.row-1 {
display: flex;
justify-content: space-between;
}
.row-3 {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.pay-btn {
background-color: #3DB035;
color: #fff;
border: none;
padding: 5px 20px;
border-radius: 3px;
outline: none;
cursor: pointer;
}
.pay-btn:active {
background-color: #2F8829;
}
#native {
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.panel {
background-color: #fff;
width: 400px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
border-radius: 10px;
position: relative;
overflow: hidden;
}
h3 {
text-align: center;
font-size: 28px;
color: #333;
margin-top: 30px;
}
.qrcode {
display: block;
margin-left: auto;
margin-right: auto;
}
.desc {
text-align: center;
font-size: 14px;
}
.close-btn {
width: 220px;
height: 45px;
background-color: #007AFF;
color: #fff;
border: none;
border-radius: 3px;
outline: none;
cursor: pointer;
margin-right: 10px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.close-btn:active {
background-color: #0062CD;
}
.close-icon {
position: absolute;
right: 10px;
top: 10px;
width: 30px;
height: 30px;
cursor: pointer;
}
.select-payment{
background-color: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.payment-list{
list-style: none;
background-color: #fff;
padding: 50px 20px;
width: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
border-radius: 5px;
display: flex;
justify-content: space-around;
}
.payment-item{
text-align: center;
cursor: pointer;
}
.payment-title{
display: block;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fuckjava/renren-mall-html.git
[email protected]:fuckjava/renren-mall-html.git
fuckjava
renren-mall-html
renren-mall-html
master

搜索帮助