提交 eb703074 authored 作者: lihuihui's avatar lihuihui

意见反馈优化

上级 54652243
<template>
<div>
<div class="feed-h" id="feed-h">
<div class="feed-box">
<div class="title">留下您的宝贵意见,我们会第一时间联系您</div>
<textarea name="" id="" v-model="contentText"></textarea>
......@@ -20,6 +20,8 @@ export default {
components: {
[Toast.name]: Toast
},
mounted() {
},
data() {
return {
contentText: '',
......@@ -46,7 +48,16 @@ export default {
}
</script>
<style lang="scss" scoped>
.feed-h{
position: absolute;
top: 0;
left: 0;
width: 6.3rem;
height: 100%;
}
.feed-box{
width: 100%;
height: 100%;
padding: 0 .4rem;
.title{
color: #222;
......@@ -60,7 +71,7 @@ export default {
width:6.3rem;
height:3.77rem;
border-radius:.07rem;
border:0.01px solid rgba(204,204,204,1);
border:0.02px solid rgba(204,204,204,1);
font-size:.26rem;
color:rgba(34,34,34,1);
line-height: .43rem;
......@@ -77,7 +88,7 @@ export default {
}
}
.feed-btn{
position: fixed;
position: absolute;
bottom: .4rem;
left: 50%;
-webkit-transform: translateX(-50%);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论