|
@@ -5,25 +5,29 @@
|
|
|
<view class="store-pic">
|
|
|
<text class="store-pic-con">商品图片</text>
|
|
|
<view class="store-pic-right">
|
|
|
- <image src="/pages/images/上传图片.svg" mode="" class="store-pic-right-img"/>
|
|
|
- <text class="store-pic-right-go">上传照片</text>
|
|
|
+ <image src="/pages/images/上传图片.svg" mode="" class="store-pic-right-img" />
|
|
|
+ <text class="store-pic-right-go">上传照片</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="store-name">
|
|
|
<text class="store-pic-con">商品名称</text>
|
|
|
<view class="line"></view>
|
|
|
<view class="search">
|
|
|
- <input type="text" placeholder="请输入商品名称(1-10字符)" class="search-text" />
|
|
|
-</view>
|
|
|
-<view class="store-price">
|
|
|
- <text class="store-pri-con">商品价格</text>
|
|
|
- <view class="search">
|
|
|
- <input type="number" placeholder="请输入商品名称(1-10字符)" class="search-pri-text" />
|
|
|
-</view>
|
|
|
-</view>
|
|
|
+ <input type="text" placeholder="请输入商品名称(1-10字符)" class="search-text" />
|
|
|
+ </view>
|
|
|
+ <view class="store-price">
|
|
|
+ <text class="store-pri-con">商品价格</text>
|
|
|
+ <view class="search">
|
|
|
+ <input type="number" placeholder="请输入商品名称(1-10字符)" class="search-pri-text" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="store-content">
|
|
|
<text class="store-pri-content">商品内容</text>
|
|
|
- <input type="text" class="theme-content"/>
|
|
|
+ <input type="text" class="theme-content" />
|
|
|
</view>
|
|
|
-</view>
|
|
|
+ <view class="btn">
|
|
|
+ <van-button round size="normal" color="#A9A9A9">保存</van-button>
|
|
|
+ <van-button round size="normal" color="#FF8C00">提交</van-button>
|
|
|
+ </view>
|
|
|
+</view>
|