作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

修改

... ... @@ -10,7 +10,16 @@
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/write.css" />
<title>填写电子订单</title>
<style type="text/css">
.bottom_icon {
display: flex;
justify-content: center;
/* position: absolute; */
/*position: fixed;*/
bottom: 0.2rem;
left: 0;
right: 0;
margin: 0.42rem auto 0.34rem;
}
</style>
</head>
... ... @@ -397,4 +406,4 @@
</script>
</body>
</html>
\ No newline at end of file
</html>
... ...
... ... @@ -217,8 +217,6 @@ span.back_href {
/*底部icon*/
.bottom_icon {
display: flex;
justify-content: center;
/*position: absolute;*/
... ...