Merge remote-tracking branch 'origin/develop' into develop

master
james.zhao 6 years ago
commit 723f211a9c

@ -167,12 +167,12 @@ select {
background: #FFFFFF; background: #FFFFFF;
border: 1px solid #EBEBEB; border: 1px solid #EBEBEB;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.30);
width: 80px; width: 120px;
height: 80px; height: 120px;
border-radius: 80px; border-radius: 120px;
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
line-height: 80px; line-height: 120px;
} }
.main-right-top img { .main-right-top img {
width: 35px; width: 35px;
@ -199,15 +199,7 @@ select {
z-index: 111; z-index: 111;
} }
.qrcode { .qrcode {
position: absolute;
z-index: 112;
left: 0; left: 0;
right: 0; right: 0;
top: 20%;
text-align: center; text-align: center;
} }
.qrcode img {
width: 200px;
height: 200px;
}
Loading…
Cancel
Save