index.wxss 539 B

123456
  1. .fulllayer{position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: #000;opacity: 0.4;z-index:100000}
  2. .button {background: none;}
  3. .button::after {border: none;}
  4. .modal {position: fixed;left: 10vw;top: 30vh;width: 80vw;height:20vh;background-color: #fff;border-radius:10rpx;text-align: center;line-height: 10vh;z-index:100001}
  5. .modal .content {height: 13vh;color: #000;font-size:28rpx;line-height:12vh;}
  6. .modal .button {height:7vh;color: #333;font-size:30rpx;font-weight:600;line-height:7vh;border-top:1px #f3f3f3 solid;}