微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

98 lignes
1.9 KiB

  1. /* pages/phoneLogin.wxss */
  2. .bottom{
  3. width: 100%;
  4. margin: 0 auto;
  5. text-align: center;
  6. margin-top: 30px;
  7. margin-bottom: 30px;
  8. display: flex;
  9. }
  10. .bottom view {
  11. width: 47%;
  12. margin: 0 auto;
  13. border-radius: 30px;
  14. display: inline-block;
  15. }
  16. .bottom .btn2{
  17. border: 1px solid transparent;
  18. padding: 8px 0px;
  19. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  20. color: #fff;
  21. }
  22. .container{
  23. width: 100vw;
  24. height: 100vh;
  25. }
  26. .container .header{
  27. padding-top: 25.24vh;
  28. height: 36.94vh;
  29. }
  30. .container .header .principal{
  31. height: 6.15vh;
  32. line-height: 6.15vh;
  33. margin-bottom: 0.61vh;
  34. text-align: center;
  35. font-size: 4.92vh;
  36. color: #2c7339;
  37. }
  38. .container .header .instructions{
  39. font-size: 2.46vh;
  40. height: 4.92vh;
  41. line-height: 4.92vh;
  42. text-align: center;
  43. color: #2c7339;
  44. }
  45. .container .quick-login{
  46. position: fixed;
  47. width: 80%;
  48. left: 10%;
  49. background-color: #fff;
  50. border-radius: 10px;
  51. overflow: hidden;
  52. box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  53. padding: 30px 20px 0;
  54. }
  55. .van-field__body {
  56. /* border-bottom: 1px solid #dddddd; */
  57. }
  58. .container .quick-login .key-login{
  59. width: 89vw;
  60. height: 5.17vh;
  61. background:#ffffff;
  62. margin:0 auto;
  63. border-radius: 5.17vh;
  64. text-align: center;
  65. line-height: 5.17vh;
  66. font-size: 2.21vh;
  67. color: #2c7339;
  68. box-shadow: 8rpx 6rpx 20rpx rgba(0,0,0,.3);
  69. padding: 0;
  70. }
  71. .container .quick-login .authorization{
  72. margin-top: 5vh;
  73. display: flex;
  74. justify-content: center; /* 相对父元素水平居中 */
  75. align-items: center; /* 子元素相对父元素垂直居中 */
  76. color: #fff;
  77. }
  78. .container .quick-login .authorization .changeSize{
  79. transform: scale(0.7,0.7);
  80. }
  81. .container .quick-login .authorization .changeSize .wx-checkbox-input {
  82. border-radius: 1vh;
  83. }
  84. .container .quick-login .authorization text{
  85. margin-left: -.5vw;
  86. }
  87. scroll-view text{
  88. display: block;
  89. line-height: 24px;
  90. text-indent: 2rem;
  91. }