换系统
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
// components/yue/yuedetail/yuedetai;.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
// components/yue/yuedetail/yuedetai;.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
@@ -1,23 +1,23 @@
|
||||
.yuedetail {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
border-bottom: 2rpx solid #EEEEEE;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.left {
|
||||
font-size: 28rpx;
|
||||
margin-left: 30rpx;
|
||||
.date {
|
||||
color: #666666;
|
||||
}
|
||||
.time {
|
||||
color: #999999;
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
}
|
||||
.right {
|
||||
color: #333333;
|
||||
font-size: 36rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
.yuedetail {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
border-bottom: 2rpx solid #EEEEEE;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.left {
|
||||
font-size: 28rpx;
|
||||
margin-left: 30rpx;
|
||||
.date {
|
||||
color: #666666;
|
||||
}
|
||||
.time {
|
||||
color: #999999;
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
}
|
||||
.right {
|
||||
color: #333333;
|
||||
font-size: 36rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
<view class="yuedetail">
|
||||
<view class="left">
|
||||
<view class="date">2017-02-21</view>
|
||||
<view class="time">17:23:25</view>
|
||||
</view>
|
||||
<view class="right">-1234.00</view>
|
||||
<view class="yuedetail">
|
||||
<view class="left">
|
||||
<view class="date">2017-02-21</view>
|
||||
<view class="time">17:23:25</view>
|
||||
</view>
|
||||
<view class="right">-1234.00</view>
|
||||
</view>
|
||||
@@ -1,27 +1,27 @@
|
||||
.yuedetail {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
border-bottom: 2rpx solid #EEEEEE;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.yuedetail .left {
|
||||
font-size: 28rpx;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
.yuedetail .left .date {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.yuedetail .left .time {
|
||||
color: #999999;
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
|
||||
.yuedetail .right {
|
||||
color: #333333;
|
||||
font-size: 36rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
.yuedetail {
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
border-bottom: 2rpx solid #EEEEEE;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.yuedetail .left {
|
||||
font-size: 28rpx;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
.yuedetail .left .date {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.yuedetail .left .time {
|
||||
color: #999999;
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
|
||||
.yuedetail .right {
|
||||
color: #333333;
|
||||
font-size: 36rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user