Commit d66efaec by liangzhen

暂存

1 parent e11a38ae
...@@ -178,7 +178,7 @@ export default { ...@@ -178,7 +178,7 @@ export default {
width:calc(100% - 246px); width:calc(100% - 246px);
position:fixed; position:fixed;
height: 80px; height: 80px;
bottom: -10px; bottom: -15px;
right: 0; right: 0;
z-index: 100; z-index: 100;
background-color: #f5f5f6; background-color: #f5f5f6;
......
...@@ -190,19 +190,19 @@ export default { ...@@ -190,19 +190,19 @@ export default {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
.bottom { .bottom {
width: 98%; width:calc(100% - 246px);
position: absolute; position:fixed;
// height: 80px; // height: 80px;
bottom: 120px; bottom: -15px;
left: 50%; right: 0;
z-index: 100; z-index: 100;
transform: translate(-50%);
background-color: #f5f5f6; background-color: #f5f5f6;
line-height: 62px; line-height: 80px;
.textarea { .textarea {
margin-top: 1px; margin-top: 1px;
} }
.Btn { .Btn {
line-height: 80px;
span { span {
display: inline-block; display: inline-block;
width: 95px; width: 95px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!