换ubuntu
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Component({
|
||||
properties: {
|
||||
},
|
||||
data: {
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
Component({
|
||||
properties: {
|
||||
},
|
||||
data: {
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
})
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
}
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
@@ -1 +1 @@
|
||||
.merchandise{padding:46rpx 32rpx;display:flex;border-bottom:20rpx solid #fbfbfb}.merchandise .image{width:171rpx;height:168rpx;background-color:#000}.merchandise .message{margin-left:24rpx}.merchandise .message .title{font-size:26rpx;color:#333;width:491rpx;margin-bottom:9rpx}.merchandise .message .brief{font-size:22rpx;color:#999;margin-bottom:26rpx}.merchandise .message .price{font-size:28rpx;color:#ff4e6c}
|
||||
.merchandise{padding:46rpx 32rpx;display:flex;border-bottom:20rpx solid #fbfbfb}.merchandise .image{width:171rpx;height:168rpx;background-color:#000}.merchandise .message{margin-left:24rpx}.merchandise .message .title{font-size:26rpx;color:#333;width:491rpx;margin-bottom:9rpx}.merchandise .message .brief{font-size:22rpx;color:#999;margin-bottom:26rpx}.merchandise .message .price{font-size:28rpx;color:#ff4e6c}
|
||||
|
||||
Reference in New Issue
Block a user