微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 regels
1.2 KiB

  1. .container{
  2. width: 100vw;
  3. height: 100vh;
  4. }
  5. .container .header{
  6. padding-top: 25.24vh;
  7. height: 36.94vh;
  8. }
  9. .container .header .principal{
  10. height: 6.15vh;
  11. line-height: 6.15vh;
  12. margin-bottom: 0.61vh;
  13. text-align: center;
  14. font-size: 4.92vh;
  15. color: #2c7339;
  16. }
  17. .container .header .instructions{
  18. font-size: 2.46vh;
  19. height: 4.92vh;
  20. line-height: 4.92vh;
  21. text-align: center;
  22. color: #2c7339;
  23. }
  24. .container .quick-login{
  25. position: fixed;
  26. /* bottom: 8vh; */
  27. width: 100%;
  28. }
  29. .container .quick-login .key-login{
  30. width: 89vw;
  31. height: 5.17vh;
  32. background:#ffffff;
  33. margin:0 auto;
  34. border-radius: 5.17vh;
  35. text-align: center;
  36. line-height: 5.17vh;
  37. font-size: 2.21vh;
  38. color: #2c7339;
  39. box-shadow: 8rpx 6rpx 20rpx rgba(0,0,0,.3);
  40. padding: 0;
  41. }
  42. .container .quick-login .authorization{
  43. margin-top: 5vh;
  44. display: flex;
  45. justify-content: center; /* 相对父元素水平居中 */
  46. align-items: center; /* 子元素相对父元素垂直居中 */
  47. color: #fff;
  48. }
  49. .container .quick-login .authorization .changeSize{
  50. transform: scale(0.7,0.7);
  51. }
  52. .container .quick-login .authorization .changeSize .wx-checkbox-input {
  53. border-radius: 1vh;
  54. }
  55. .container .quick-login .authorization text{
  56. margin-left: -.5vw;
  57. }