换系统

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,8 +1,8 @@
Component({
properties: {
},
data: {
},
methods: {
}
Component({
properties: {
},
data: {
},
methods: {
}
})

View File

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

View File

@@ -1,28 +1,28 @@
.merchandise {
padding: 46rpx 32rpx;
display: flex;
border-bottom: 20rpx solid #fbfbfb;
.image {
width: 171rpx;
height: 168rpx;
background-color: #000;
}
.message {
margin-left: 24rpx;
.title {
font-size: 26rpx;
color: #333;
width: 491rpx;
margin-bottom: 9rpx;
}
.brief {
font-size: 22rpx;
color: #999;
margin-bottom: 26rpx;
}
.price {
font-size: 28rpx;
color: #ff4e6c;
}
}
.merchandise {
padding: 46rpx 32rpx;
display: flex;
border-bottom: 20rpx solid #fbfbfb;
.image {
width: 171rpx;
height: 168rpx;
background-color: #000;
}
.message {
margin-left: 24rpx;
.title {
font-size: 26rpx;
color: #333;
width: 491rpx;
margin-bottom: 9rpx;
}
.brief {
font-size: 22rpx;
color: #999;
margin-bottom: 26rpx;
}
.price {
font-size: 28rpx;
color: #ff4e6c;
}
}
}

View File

@@ -1,8 +1,8 @@
<view class="merchandise">
<image class="image"></image>
<view class="message">
<view class="title">雅诗兰黛肌透修护密集精华眼膜 4对棕色瓶修护 真空眼膜</view>
<view class="brief">肌透眼膜4片</view>
<view class="price">¥820.00</view>
</view>
<view class="merchandise">
<image class="image"></image>
<view class="message">
<view class="title">雅诗兰黛肌透修护密集精华眼膜 4对棕色瓶修护 真空眼膜</view>
<view class="brief">肌透眼膜4片</view>
<view class="price">¥820.00</view>
</view>
</view>