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.
86 lines
1.2 KiB
86 lines
1.2 KiB
.err-msg{
|
|
background: #00b0f0;
|
|
color: white;
|
|
padding: 6px;
|
|
text-align: center;
|
|
}
|
|
.input-wrap{
|
|
display: flex;
|
|
padding: 4px 12px;
|
|
border-radius: 4px;
|
|
border: 1px #00b0f0 solid;
|
|
margin: 12px 36px;
|
|
}
|
|
.input-wrap>input{
|
|
flex: auto;
|
|
}
|
|
.tip{
|
|
text-align: center;
|
|
margin: 4px;
|
|
color: dimgray;
|
|
font-size: 15px;
|
|
}
|
|
.nav-back{
|
|
margin-top: 4px;
|
|
}
|
|
.quick-img-wrap{
|
|
background: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.info,
|
|
.tea-info{
|
|
background: white;
|
|
padding: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tea-title{
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
.tea-time-wrap{
|
|
font-size: 14px;
|
|
}
|
|
.tea-time{
|
|
font-weight: bold;
|
|
}
|
|
.quick-img,
|
|
.qrcode{
|
|
margin: 8px 0;
|
|
}
|
|
.share-tip,
|
|
.qrcode-tip{
|
|
font-size: 13px;
|
|
color: dimgray;
|
|
}
|
|
.tea-code-wrap{
|
|
background: #f0f2ff;
|
|
color: dimgray;
|
|
padding: 12px;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
margin: 12px 0;
|
|
}
|
|
.tea-code{
|
|
text-decoration: underline;
|
|
color: #00b0f0;
|
|
font-weight: bold;
|
|
margin-right: 12px;
|
|
}
|
|
.share-tip{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.share-button{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 0;
|
|
color: #00b0f0;
|
|
background: white;
|
|
}
|
|
.button-text{
|
|
margin-right: 8px;
|
|
} |