parent
83d102da4d
commit
8e510b8fa0
@ -1,11 +1,48 @@
|
|||||||
<!--pages/test2/test2.wxml-->
|
/* pages/test2/test2.wxss */
|
||||||
<text>输入评价</text>
|
.recovery_other_line {
|
||||||
<text class="textnormal">{{completed}}</text>
|
display: flex;
|
||||||
<input class="textnormal" bindinput="add1" placeholder="请输入评价" confirm-type="search" bindconfirm="insertdata" />
|
line-height: 124rpx;
|
||||||
<view class="uploader-text" bindtap="doUpload">
|
align-items: center;
|
||||||
<text>上传图片</text>
|
justify-content: space-between;
|
||||||
</view>
|
}
|
||||||
<button type="primary" bindtap="insertdata">确认</button>
|
.recovery_other_line .upload_img {
|
||||||
<button type="warn" id="button2" bindtap="quit1">退出</button>
|
width: 36rpx;
|
||||||
|
height: 36rpx;
|
||||||
|
}
|
||||||
|
.recovery_other_line .other_text {
|
||||||
|
width: 150rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
.choose_upload_view {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
.choose_upload_item {
|
||||||
|
margin-left: 38rpx;
|
||||||
|
position: relative;
|
||||||
|
width: 100rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.choose_upload_view .choose_upload_img {
|
||||||
|
width: 100rpx;
|
||||||
|
height: 100rpx;
|
||||||
|
}
|
||||||
|
.choose_upload_view .remove_img_icon {
|
||||||
|
padding: 4rpx;
|
||||||
|
position:absolute;
|
||||||
|
top: -15rpx;
|
||||||
|
right: -13rpx;
|
||||||
|
width: 28rpx;
|
||||||
|
height: 28rpx;
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: rgba(0, 0, 0, .5);
|
||||||
|
}
|
||||||
|
.other_upload {
|
||||||
|
margin-left: 15rpx;
|
||||||
|
width: 80rpx;
|
||||||
|
}
|
||||||
|
Loading…
Reference in new issue