...
|
...
|
@@ -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> |
...
|
...
|
|