|
@@ -1,14 +1,14 @@
|
|
|
<!--pages/albumEdit/albumEdit.wxml-->
|
|
|
<view style="background: #F0F0F0;padding: 20rpx 0 40rpx 0;">
|
|
|
<form catchsubmit="formSubmit">
|
|
|
- <view style="width: 700rpx;background: #FFFFFF;border-radius: 10rpx;margin: auto;">
|
|
|
+ <view style="width: 700rpx;background: #FFFFFF;border-radius: 10rpx;margin: auto;padding-top: 10rpx;">
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">作者电话</view>
|
|
|
</view>
|
|
|
<input name="uploaderPhone" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" type='number' placeholder="请输入电话" maxlength="11" />
|
|
|
- <switch name="isPublic" bindchange="publicChange" style="line-height: 60rpx;" />
|
|
|
+ <switch name="isPublic" bindchange="publicChange" color="#4169E1" style="line-height: 60rpx;" />
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
@@ -23,7 +23,7 @@
|
|
|
<view style="width: 132rpx;">作品作者</view>
|
|
|
</view>
|
|
|
<input name="pictureAuthor" style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" placeholder="请输入作品作者" />
|
|
|
- <switch name="isAnonymous" bindchange="anonymousChange" style="line-height: 60rpx;" />
|
|
|
+ <switch name="isAnonymous" color="#4169E1" bindchange="anonymousChange" style="line-height: 60rpx;" />
|
|
|
</view>
|
|
|
<view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
@@ -43,7 +43,14 @@
|
|
|
<input style="font-size: 24rpx;line-height: 70rpx;height: 70rpx;width: 100%;" disabled="true" placeholder="请选择作品年代" value="{{array[pictureType]}}" />
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view style="display: flex;border-bottom: 1px solid #DDDDDD;margin: 20rpx 18rpx;">
|
|
|
+ <view style="display: flex;margin: 20rpx 18rpx;height: 200rpx;border-bottom: 1px solid #DDDDDD;">
|
|
|
+ <view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
+ <view style="color: #A91919;">*</view>
|
|
|
+ <view style="width: 132rpx;">作品描述</view>
|
|
|
+ </view>
|
|
|
+ <textarea name="pictureDescription" style="font-size: 24rpx;padding-top: 20rpx;" maxlength="200" auto-height placeholder="请输入你的作品描述" />
|
|
|
+ </view>
|
|
|
+ <view style="display: flex;margin: 20rpx 18rpx;">
|
|
|
<view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
<view style="color: #A91919;">*</view>
|
|
|
<view style="width: 132rpx;">我的作品</view>
|
|
@@ -58,13 +65,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="display: flex;margin: 20rpx 18rpx;height: 200rpx;">
|
|
|
- <view style="font-size: 24rpx;display: flex;line-height: 70rpx;height: 70rpx;">
|
|
|
- <view style="color: #A91919;">*</view>
|
|
|
- <view style="width: 132rpx;">作品描述</view>
|
|
|
- </view>
|
|
|
- <textarea name="pictureDescription" style="font-size: 24rpx;padding-top: 20rpx;" maxlength="200" auto-height placeholder="请输入你的作品描述" />
|
|
|
- </view>
|
|
|
</view>
|
|
|
<button formType="submit" style="margin-top: 77rpx;width: 676rpx;height: 80rpx;background: #004A93;border-radius: 10rpx;color: #FFFFFF;font-size: 24rpx;line-height: 80rpx;">确认提交</button>
|
|
|
</form>
|