订单确认
This commit is contained in:
23
components/orderconfirm/orderchooseaddr/orderchooseaddr.js
Normal file
23
components/orderconfirm/orderchooseaddr/orderchooseaddr.js
Normal file
@@ -0,0 +1,23 @@
|
||||
// components/orderconfirm/orderchooseaddr/orderchooseaddr.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
33
components/orderconfirm/orderchooseaddr/orderchooseaddr.scss
Normal file
33
components/orderconfirm/orderchooseaddr/orderchooseaddr.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
.orderchooseaddr {
|
||||
width: 690rpx;
|
||||
height: 148rpx;
|
||||
margin: 0 auto;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.left {
|
||||
width: 572rpx;
|
||||
height: 80rpx;
|
||||
.userinfo {
|
||||
color: #333333;
|
||||
font-size: 26rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 41rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.addr {
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 32rpx;
|
||||
}
|
||||
}
|
||||
.right {
|
||||
width: 17rpx;
|
||||
height: 30rpx;
|
||||
background-color: #D3D3D3;
|
||||
margin: auto 0;
|
||||
margin-right: 19rpx;
|
||||
}
|
||||
}
|
||||
12
components/orderconfirm/orderchooseaddr/orderchooseaddr.wxml
Normal file
12
components/orderconfirm/orderchooseaddr/orderchooseaddr.wxml
Normal file
@@ -0,0 +1,12 @@
|
||||
<view class="orderchooseaddr">
|
||||
<view class="left">
|
||||
<view class="userinfo">
|
||||
<text class="username">于于宇 15698857895</text>
|
||||
<text>邮政编码:677467</text>
|
||||
</view>
|
||||
<view class="addr">
|
||||
中国大陆 山东省 青岛市 即墨区 纯阳路 某某某小区
|
||||
</view>
|
||||
</view>
|
||||
<view class="right"></view>
|
||||
</view>
|
||||
37
components/orderconfirm/orderchooseaddr/orderchooseaddr.wxss
Normal file
37
components/orderconfirm/orderchooseaddr/orderchooseaddr.wxss
Normal file
@@ -0,0 +1,37 @@
|
||||
.orderchooseaddr {
|
||||
width: 690rpx;
|
||||
height: 148rpx;
|
||||
margin: 0 auto;
|
||||
border-bottom: 2rpx solid #EAEAEA;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.orderchooseaddr .left {
|
||||
width: 572rpx;
|
||||
height: 80rpx;
|
||||
}
|
||||
|
||||
.orderchooseaddr .left .userinfo {
|
||||
color: #333333;
|
||||
font-size: 26rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 41rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.orderchooseaddr .left .addr {
|
||||
color: #999999;
|
||||
font-size: 24rpx;
|
||||
text-indent: 30rpx;
|
||||
margin-top: 32rpx;
|
||||
}
|
||||
|
||||
.orderchooseaddr .right {
|
||||
width: 17rpx;
|
||||
height: 30rpx;
|
||||
background-color: #D3D3D3;
|
||||
margin: auto 0;
|
||||
margin-right: 19rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user