订单确认
This commit is contained in:
23
components/orderconfirm/orderagreement/orderagreement.js
Normal file
23
components/orderconfirm/orderagreement/orderagreement.js
Normal file
@@ -0,0 +1,23 @@
|
||||
// components/orderconfirm/orderagreement/orderagreement.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
19
components/orderconfirm/orderagreement/orderagreement.scss
Normal file
19
components/orderconfirm/orderagreement/orderagreement.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.agree {
|
||||
width: 690rpx;
|
||||
// height: 96rpx;
|
||||
line-height: 96rpx;
|
||||
display: flex;
|
||||
// border-bottom: 2rpx solid #EAEAEA;
|
||||
margin: 0 auto;
|
||||
color: #999999;
|
||||
font-size: 26rpx;
|
||||
.select {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin: auto 0;
|
||||
border-radius: 50%;
|
||||
background-color: #EAEAEA;
|
||||
margin-right: 25rpx;
|
||||
margin-left: 31rpx;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<view class="agree">
|
||||
<view class="select"></view>
|
||||
<text>同意使用条款和隐私政策</text>
|
||||
</view>
|
||||
18
components/orderconfirm/orderagreement/orderagreement.wxss
Normal file
18
components/orderconfirm/orderagreement/orderagreement.wxss
Normal file
@@ -0,0 +1,18 @@
|
||||
.agree {
|
||||
width: 690rpx;
|
||||
line-height: 96rpx;
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
color: #999999;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.agree .select {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin: auto 0;
|
||||
border-radius: 50%;
|
||||
background-color: #EAEAEA;
|
||||
margin-right: 25rpx;
|
||||
margin-left: 31rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user