diff --git a/src/components/login/login.vue b/src/components/login/login.vue index f15577d..82c7649 100644 --- a/src/components/login/login.vue +++ b/src/components/login/login.vue @@ -1,265 +1,305 @@ \ No newline at end of file +.el-input__inner { + font-size: 16px !important; + color: rgb(0, 0, 0, 0.25) !important; + padding: 0 35px !important; +} +.login { + background: #f9fafc; + border-radius: 6px; + overflow: hidden; + width: 375px; + position: relative; + left: 50%; + top: 50%; + height: 340px; + transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.24); +} + diff --git a/src/components/ttpoiList/list.vue b/src/components/ttpoiList/list.vue index 939ad37..c85c50b 100644 --- a/src/components/ttpoiList/list.vue +++ b/src/components/ttpoiList/list.vue @@ -1,25 +1,61 @@