|
@@ -5,9 +5,15 @@
|
|
|
<text class="time">2021-05-20 07:52</text>
|
|
<text class="time">2021-05-20 07:52</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="product">
|
|
|
|
|
- <u-image src="https://bpic.588ku.com/illus_water_img/21/07/05/ecab6de5a7b2972500459ba95cf97deb.jpg" width="160" height="160" border-radius="16" mode="cover"></u-image>
|
|
|
|
|
- <view class="products">
|
|
|
|
|
|
|
+ <view class="products">
|
|
|
|
|
+ <view class="product">
|
|
|
|
|
+ <u-image
|
|
|
|
|
+ src="https://bpic.588ku.com/illus_water_img/21/07/05/ecab6de5a7b2972500459ba95cf97deb.jpg"
|
|
|
|
|
+ width="160"
|
|
|
|
|
+ height="160"
|
|
|
|
|
+ border-radius="16"
|
|
|
|
|
+ mode="cover"
|
|
|
|
|
+ ></u-image>
|
|
|
<view class="product-content">
|
|
<view class="product-content">
|
|
|
<view class="text1">
|
|
<view class="text1">
|
|
|
<text>南瓜粥</text>
|
|
<text>南瓜粥</text>
|
|
@@ -58,6 +64,7 @@ export default {
|
|
|
|
|
|
|
|
.product {
|
|
.product {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ padding: 20px 0;
|
|
|
.product-content {
|
|
.product-content {
|
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|