订单确认
This commit is contained in:
23
components/orderconfirm/orderyf/orderyf.js
Normal file
23
components/orderconfirm/orderyf/orderyf.js
Normal file
@@ -0,0 +1,23 @@
|
||||
// components/orderconfirm/orderyf/orderyf.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
4
components/orderconfirm/orderyf/orderyf.json
Normal file
4
components/orderconfirm/orderyf/orderyf.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
17
components/orderconfirm/orderyf/orderyf.scss
Normal file
17
components/orderconfirm/orderyf/orderyf.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.orderyf {
|
||||
width: 690rpx;
|
||||
height: 96rpx;
|
||||
line-height: 96rpx;
|
||||
display: flex;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
margin: 0 auto;
|
||||
justify-content: space-between;
|
||||
font-size: 28rpx;
|
||||
.left {
|
||||
margin-left: 31rpx
|
||||
}
|
||||
.right {
|
||||
margin-right: 20rpx;
|
||||
;
|
||||
}
|
||||
}
|
||||
4
components/orderconfirm/orderyf/orderyf.wxml
Normal file
4
components/orderconfirm/orderyf/orderyf.wxml
Normal file
@@ -0,0 +1,4 @@
|
||||
<view class="orderyf">
|
||||
<view class="left">运费</view>
|
||||
<view class="right">¥16</view>
|
||||
</view>
|
||||
18
components/orderconfirm/orderyf/orderyf.wxss
Normal file
18
components/orderconfirm/orderyf/orderyf.wxss
Normal file
@@ -0,0 +1,18 @@
|
||||
.orderyf {
|
||||
width: 690rpx;
|
||||
height: 96rpx;
|
||||
line-height: 96rpx;
|
||||
display: flex;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
margin: 0 auto;
|
||||
justify-content: space-between;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.orderyf .left {
|
||||
margin-left: 31rpx;
|
||||
}
|
||||
|
||||
.orderyf .right {
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user