You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
1.9 KiB
95 lines
1.9 KiB
5 years ago
|
.google-code {
|
||
|
background-color: #FFFFFF;
|
||
|
width: 240px;
|
||
|
height: 240px;
|
||
|
margin: .6rem auto;
|
||
|
padding: 20px;
|
||
|
text-align: center; }
|
||
|
|
||
|
.google-address-box {
|
||
|
width: 90%;
|
||
|
margin: 0 auto; }
|
||
|
.google-address-box p {
|
||
|
width: 100%;
|
||
|
color: #333333;
|
||
|
font-size: .24rem;
|
||
|
padding: .2rem 0; }
|
||
|
.google-address-box .google-address {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center; }
|
||
|
.google-address-box .google-address span {
|
||
|
width: 70%;
|
||
|
color: #666666;
|
||
|
font-size: .2rem;
|
||
|
word-break: break-all; }
|
||
|
.google-address-box .google-address img {
|
||
|
width: .27rem !important;
|
||
|
height: .32rem; }
|
||
|
|
||
|
.google-note {
|
||
|
width: 90%;
|
||
|
margin: .5rem auto; }
|
||
|
.google-note p {
|
||
|
width: 100%;
|
||
|
color: #888; }
|
||
|
|
||
|
@keyframes animate {
|
||
|
100% {
|
||
|
opacity: 13; } }
|
||
|
.vcode {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
overflow: hidden; }
|
||
|
|
||
|
.code {
|
||
|
width: 100%;
|
||
|
padding: 0;
|
||
|
height: 40px;
|
||
|
font-size: .43rem;
|
||
|
overflow: hidden;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
opacity: 0;
|
||
|
margin-left: -100%;
|
||
|
-webkit-tap-highlight-color: transparent; }
|
||
|
|
||
|
.labels {
|
||
|
display: flex;
|
||
|
display: -webkit-flex;
|
||
|
width: 100%;
|
||
|
justify-content: space-between;
|
||
|
-webkit-justify-content: space-between;
|
||
|
margin-top: -.68rem;
|
||
|
-webkit-tap-highlight-color: transparent; }
|
||
|
|
||
|
.label {
|
||
|
height: .58rem;
|
||
|
width: 8%;
|
||
|
border-bottom: solid 2px #4489FF;
|
||
|
float: left;
|
||
|
color: #4489FF;
|
||
|
font-size: .43rem;
|
||
|
text-align: center;
|
||
|
padding-bottom: 4px; }
|
||
|
|
||
|
.active:after {
|
||
|
content: ' ';
|
||
|
display: inline-block;
|
||
|
height: 100%;
|
||
|
width: 2px;
|
||
|
background: #4489FF;
|
||
|
animation: .8s animate infinite; }
|
||
|
|
||
|
.verification {
|
||
|
width: 90%;
|
||
|
height: .75rem;
|
||
|
background: linear-gradient(90deg, #ff9d00 0%, #ffcd34 100%);
|
||
|
border-radius: 4px;
|
||
|
margin: .8rem auto;
|
||
|
text-align: center;
|
||
|
line-height: .75rem;
|
||
|
color: #FFFFFF; }
|
||
|
|
||
|
/*# sourceMappingURL=google_safe.css.map */
|