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

意见反馈优化

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