123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /* 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;
- }
- /* 支付成功 */
- .paymentImg{
- width: 1.6rem;margin: 0.55rem auto 0;
- }
- .hint{
- color: #666666;font-size: 0.16rem;line-height: 0.22rem;text-align: center;margin-top:0.41rem;
- }
- button{
- width:1.5rem;
- height:0.54rem;
- background:linear-gradient(90deg,rgba(6,135,255,1) 0%,rgba(20,82,255,1) 100%);
- box-shadow:0px 0.01rem 0.01rem 0px rgba(47,144,255,0.5);
- border-radius:0.12rem;
- color: #FFFFFF;
- font-size: 0.18rem;line-height: 0.54rem;
- border: none;
- margin:0.5rem auto;
- display: block;
- }
- .paymentSuccess,.paymentFail{
- display: none;
- }
- .paymentFail h3{
- text-align: center;
- font-weight: bold;
- margin-top: 0.3rem;
- font-size: 0.16rem;
- }
- .paymentFail .hint{
- margin-top: 0.2rem;
- padding: 0 0.2rem;
- }
|