Skip to content

Commit

Permalink
fix(ItemToolbar.vue): change style
Browse files Browse the repository at this point in the history
  • Loading branch information
GIS142857 committed Nov 24, 2024
2 parents 4b6c293 + 31d889d commit 2ae08c9
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
50 changes: 50 additions & 0 deletions src/pages/login/RetrievePassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,55 @@ export default {
color: black;
font-size: 14rem;
background: white;
.content {
padding: 60rem 30rem;
.desc {
margin-bottom: 60rem;
margin-top: 120rem;
display: flex;
align-items: center;
flex-direction: column;
.title {
margin-bottom: 20rem;
font-size: 20rem;
}
.phone-number {
letter-spacing: 3rem;
font-size: 30rem;
margin-bottom: 10rem;
}
.sub-title {
font-size: 12rem;
color: var(--second-text-color);
}
}
.button {
width: 100%;
margin-bottom: 5rem;
}
.protocol {
position: relative;
color: gray;
margin-top: 20rem;
font-size: 12rem;
display: flex;
.left {
padding-top: 1rem;
margin-right: 5rem;
}
}
.options {
position: relative;
font-size: 14rem;
display: flex;
}
}
}
</style>
51 changes: 51 additions & 0 deletions src/pages/login/VerificationCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,57 @@ function login() {
font-size: 14rem;
background: white;
.content {
padding: 60rem 30rem;
.desc {
margin-bottom: 60rem;
margin-top: 120rem;
display: flex;
align-items: center;
flex-direction: column;
.title {
margin-bottom: 20rem;
font-size: 20rem;
}
.phone-number {
letter-spacing: 3rem;
font-size: 30rem;
margin-bottom: 10rem;
}
.sub-title {
font-size: 12rem;
color: var(--second-text-color);
}
}
.button {
width: 100%;
margin-bottom: 5rem;
}
.protocol {
position: relative;
color: gray;
margin-top: 20rem;
font-size: 12rem;
display: flex;
.left {
padding-top: 1rem;
margin-right: 5rem;
}
}
.options {
position: relative;
font-size: 14rem;
display: flex;
}
}
.options {
margin-top: 10rem;
}
Expand Down

0 comments on commit 2ae08c9

Please sign in to comment.