authWeb.wxss 156 B

12345678910111213
  1. /* pages/testQQ/testQQ.wxss */
  2. web-view {
  3. margin-top: 10%;
  4. width: 100%;
  5. height: 90%;
  6. }
  7. .btn {
  8. margin-top: 0;
  9. width: 100%;
  10. height: 10%;
  11. color: red;
  12. }