| | |
| | | <!-- |
| | | * @Date: 2024-01-05 23:47:53 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-03-05 16:08:05 |
| | | * @LastEditTime: 2024-03-08 09:11:52 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue |
| | | --> |
| | | <template> |
| | |
| | | position: relative; |
| | | display: flex; |
| | | flex-direction: column; |
| | | background: rgba(0,0,0,.6); |
| | | } |
| | | } |
| | | |
| | |
| | | <!-- |
| | | * @Date: 2024-01-05 23:47:53 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-02-05 17:11:25 |
| | | * @LastEditTime: 2024-03-08 09:12:55 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/Map.vue |
| | | --> |
| | | <template> |
| | |
| | | position: relative; |
| | | display: flex; |
| | | flex-direction: column; |
| | | background: rgba(0,0,0,.6); |
| | | } |
| | | } |
| | | |
| | |
| | | <!-- |
| | | * @Date: 2024-01-05 23:47:53 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-14 16:50:48 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue |
| | | * @LastEditTime: 2024-03-08 09:12:51 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/mapPreview.vue |
| | | --> |
| | | <template> |
| | | <div class="map"> |
| | |
| | | position: relative; |
| | | display: flex; |
| | | flex-direction: column; |
| | | background: rgba(0,0,0,.6); |
| | | } |
| | | } |
| | | |
| | |
| | | <!-- |
| | | * @Date: 2024-01-05 22:26:22 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-03-05 15:39:49 |
| | | * @LastEditTime: 2024-03-08 09:07:05 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreviewDetail/index.vue |
| | | --> |
| | | <template> |
| | |
| | | background: url('./img/right_1.png'); |
| | | padding: 0 14px; |
| | | overflow: hidden; |
| | | |
| | | background-size: contain; |
| | | &>p { |
| | | font-size: 21px; |
| | | font-family: PingFangSC, PingFang SC; |
| | |
| | | width: 100%; |
| | | height: 208px; |
| | | background: url('./img/right_2.png'); |
| | | |
| | | background-size: contain; |
| | | p { |
| | | font-size: 16px; |
| | | color: #F7F8FA; |
| | |
| | | width: 100%; |
| | | height: 208px; |
| | | background: url('./img/right_2.png'); |
| | | background-size: contain; |
| | | } |
| | | |
| | | .right_3 { |
| | |
| | | /* |
| | | * @Date: 2024-01-05 21:45:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-02-02 19:11:49 |
| | | * @LastEditTime: 2024-03-08 08:55:44 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/main.js |
| | | */ |
| | | import Vue from 'vue' |
| | |
| | | import store from './store' |
| | | import ajax from '@/utils/ajax' |
| | | |
| | | // import '@/icons' // icon |
| | | import '@/icons' // icon |
| | | import '@/permission' // permission control |
| | | Vue.use(ElementUI, { locale }) |
| | | Vue.config.productionTip = false |
| | |
| | | }
|
| | |
|
| | | .login-btn {
|
| | | margin-top: 30px;
|
| | | margin-top: 45px;
|
| | | }</style>
|
| | |
| | | overflow: auto;
|
| | | .login-form {
|
| | | max-width: 520px;
|
| | | padding: 35px 35px 15px 35px;
|
| | | padding: 61px 35px 0 35px;
|
| | | margin: 120px auto 0;
|
| | | }
|
| | | .svg-container {
|