Commit 6acaee77 authored by 李智书's avatar 李智书

1.提交更新;

parent bb09fa08
......@@ -11,7 +11,8 @@
</view>
<textarea v-model="SubmitInfo.remark" :placeholder="placeholder2" placeholder-class="textareaplace" />
</view>
<view @tap="saveOrUpdateMessage" class="envelope" :style="'background-image: url('+ImgUrl2+'envelope.png);'">
<view class="envelope" :style="'background-image: url('+ImgUrl2+'envelope2.png);'">
<image class="toudibtn" @tap="saveOrUpdateMessage" :src="ImgUrl2+'toudi.png'" mode="aspectFit"></image>
</view>
</view>
</template>
......@@ -141,9 +142,33 @@
width: 100%;
height: 330rpx;
background-repeat: no-repeat;
background-size: 100% 100%;
background-size: 110% 110%;
position: fixed;
bottom: 10rpx;
background-position: center;
text-align: center;
}
.toudibtn {
width: 194rpx;
height: 194rpx;
position: relative;
top: 40rpx;
}
.textareabox,
.textareabox2 {
width: 613rpx;
font-size: 32rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
margin: 0 auto;
}
.textareabox2 image {
width: 28rpx;
height: 28rpx;
position: relative;
}
.textareabox {
......@@ -152,8 +177,11 @@
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
margin: 0 auto;
padding-top: 248rpx;
height: 840rpx;
position: absolute;
left: 0;
right: 0;
top: 15%;
height: 600rpx;
}
.textareabox2 {
......@@ -162,7 +190,11 @@
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
margin: 0 auto;
margin-top: 53rpx;
position: absolute;
left: 0;
right: 0;
top: 65.5%;
height: 200rpx;
}
.textareabox2 .title {
......@@ -170,11 +202,7 @@
align-items: center;
}
.textareabox2 image {
width: 28rpx;
height: 28rpx;
position: relative;
}
.textareabox2 text {
display: inline-block;
......@@ -186,12 +214,9 @@
color: rgba(0, 0, 0, 0.15);
}
.textareabox2 textarea {
line-height: 60rpx;
width: 100%;
}
.textareabox textarea {
textarea {
line-height: 60rpx;
height: 100%;
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment