换系统

This commit is contained in:
2019-12-23 10:04:09 +08:00
parent c890ad64a2
commit 9a53bca281
205 changed files with 4897 additions and 4734 deletions

View File

@@ -1,23 +1,23 @@
// components/yue/yuetop/yuetop.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})
// components/yue/yuetop/yuetop.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

View File

@@ -1,4 +1,4 @@
{
"component": true,
"usingComponents": {}
{
"component": true,
"usingComponents": {}
}

View File

@@ -1,23 +1,23 @@
.yuetop {
width: 690rpx;
// height: 189rpx;
margin: 0 auto;
border-bottom: 2rpx solid #EEEEEE;
.all {
color: #333333;
font-size: 28rpx;
padding-top: 63rpx;
padding-bottom: 25rpx;
}
.money {
color: #333333;
font-size: 48rpx;
font-weight: 500;
padding-bottom: 37rpx;
.chong {
color: #09BB07;
font-size: 26rpx;
margin-left: 35rpx;
}
}
.yuetop {
width: 690rpx;
// height: 189rpx;
margin: 0 auto;
border-bottom: 2rpx solid #EEEEEE;
.all {
color: #333333;
font-size: 28rpx;
padding-top: 63rpx;
padding-bottom: 25rpx;
}
.money {
color: #333333;
font-size: 48rpx;
font-weight: 500;
padding-bottom: 37rpx;
.chong {
color: #09BB07;
font-size: 26rpx;
margin-left: 35rpx;
}
}
}

View File

@@ -1,7 +1,7 @@
<view class="yuetop">
<view class="all">总资产</view>
<view class="money">
<text>615.96</text>
<text class="chong">充值</text>
</view>
<view class="yuetop">
<view class="all">总资产</view>
<view class="money">
<text>615.96</text>
<text class="chong">充值</text>
</view>
</view>

View File

@@ -1,25 +1,25 @@
.yuetop {
width: 690rpx;
margin: 0 auto;
border-bottom: 2rpx solid #EEEEEE;
}
.yuetop .all {
color: #333333;
font-size: 28rpx;
padding-top: 63rpx;
padding-bottom: 25rpx;
}
.yuetop .money {
color: #333333;
font-size: 48rpx;
font-weight: 500;
padding-bottom: 37rpx;
}
.yuetop .money .chong {
color: #09BB07;
font-size: 26rpx;
margin-left: 35rpx;
}
.yuetop {
width: 690rpx;
margin: 0 auto;
border-bottom: 2rpx solid #EEEEEE;
}
.yuetop .all {
color: #333333;
font-size: 28rpx;
padding-top: 63rpx;
padding-bottom: 25rpx;
}
.yuetop .money {
color: #333333;
font-size: 48rpx;
font-weight: 500;
padding-bottom: 37rpx;
}
.yuetop .money .chong {
color: #09BB07;
font-size: 26rpx;
margin-left: 35rpx;
}