123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .yszc {
- color: rgb(49, 115, 255);
- font-size: 0.12rem;
- position: absolute;
- bottom: 0.1rem;
- margin-left: 0.2rem;
- }
- .mask {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 9;
- }
- .mask_container {
- width: 70vw;
- height: 3.2rem;
- background-color: #ffffff;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- border-radius: 0.1rem;
- padding: 0.1rem 0.2rem;
- }
- .mask_title {
- font-size: 0.16rem;
- color: #444;
- font-weight: bold;
- text-align: center;
- line-height: 0.3rem;
- padding: 0.1rem 0;
- }
- .mask_con {
- font-size: 0.14rem;
- color: #555;
- line-height: 0.24rem;
- }
- .mask_btn {
- font-size: 0.14rem;
- background-color: #3173FF;
- color: #ffffff;
- width: 1rem;
- text-align: center;
- line-height: 0.36rem;
- border-radius: 0.36rem;
- margin: auto;
- margin-top: 0.2rem;
- }
|