123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- body{
- background: #ffffff;width: 100%;min-height: 100vh;padding-top: 0.6rem;box-sizing: border-box;
- }
- input{
- border: none;
- }
- /* toast */
- .alert-info {
- position: fixed;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 9;
- }
- .alert-info p {
- display: inline-block;
- height: 0.38rem;
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.38rem;
- padding: 0 0.10rem;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100vh;
- }
- .loading img {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- width: 0.3rem;
- height: 0.3rem;
- }
- .examineIng{
- /* display: none; */
- }
- .examine img{
- width: 100%;margin: auto;
- }
- .examine .hint{
- font-size: 0.16rem;
- padding: 0 0.2rem;
- line-height: 0.3rem;
- text-align: center;
- margin-top: 0.2rem;
- }
- .examine .button{
- display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
- color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
- margin: auto;margin-top: 0.6rem;
- }
- .receipt{
- display: none;
- }
|