diff --git a/src/components/pages/multiplyArea.vue b/src/components/pages/multiplyArea.vue new file mode 100644 index 00000000..cdb071d1 --- /dev/null +++ b/src/components/pages/multiplyArea.vue @@ -0,0 +1,208 @@ + + + + + diff --git a/src/components/pages/selectGird.vue b/src/components/pages/selectGird.vue index 2755015e..2640af04 100644 --- a/src/components/pages/selectGird.vue +++ b/src/components/pages/selectGird.vue @@ -272,29 +272,6 @@ export default { } } } - - .subBtn { - position: fixed; - bottom: 0; - left: 0; - width: 100%; - height: 118px; - background: #f4f8fb; - - div { - width: 192px; - height: 80px; - line-height: 80px; - text-align: center; - background: #1365dd; - border-radius: 4px; - font-size: 32px; - color: #fff; - margin: 20px 34px 0 0; - float: right; - } - } - .footer { width: 100%; height: 118px;