Global style updated / Header footer hyperlink completed / addressInput component bug fixed

This commit is contained in:
Vion
2022-01-20 19:56:52 +08:00
parent 1af28b2843
commit 7721e92d5f
12 changed files with 216 additions and 92 deletions

View File

@@ -8,6 +8,33 @@ body{
.fade-leave-active {
opacity: 0;
}
.ts-no-data{
text-align: center;
margin:3rem 0;
}
.ts-mask{
width:100%;
height:100%;
position: fixed;
top:0;
left:0;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index:99;
.ts-mask-bg{
background-color:#000;
opacity:.6;
width:100%;
height:100%;
z-index:0;
position:absolute;
left:0;
top:0;
}
}
.userloding {
background: url(../image/onloading.png) center center no-repeat;
width: 3.12rem;
@@ -260,6 +287,7 @@ img, picture {
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
}
}
@@ -473,6 +501,7 @@ img, picture {
li{
margin-top: .5rem;
height:4.125rem;
cursor: pointer;
img{
width:22px;
height:auto;