微信小程序
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.

123 line
2.3 KiB

  1. /* pages/phoneLogin.wxss */
  2. page{
  3. background-color: #ffffff;
  4. }
  5. .bottom{
  6. width: 100%;
  7. margin: 0 auto;
  8. text-align: center;
  9. margin-top: 30px;
  10. margin-bottom: 30px;
  11. display: flex;
  12. }
  13. .bottom view {
  14. width: 47%;
  15. margin: 0 auto;
  16. border-radius: 30px;
  17. display: inline-block;
  18. }
  19. .bottom .btn2{
  20. width: 80vw;
  21. height: 6.17vh;
  22. background: linear-gradient( 90deg, #2FE398 0%, #1BCF84 39%, #0ABD73 77%, #00B268 100%);
  23. margin:1vh auto 0;
  24. border-radius: 6.17vh;
  25. text-align: center;
  26. line-height: 6.17vh;
  27. font-size: 2.21vh;
  28. color: #ffffff;
  29. padding: 0;
  30. }
  31. .container{
  32. width: 100vw;
  33. height: 100vh;
  34. }
  35. .container .header{
  36. padding-top: 5.24vh;
  37. height: 36.94vh;
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-between;
  41. padding-left: 20px;
  42. }
  43. .container .header .principal{
  44. height: 6.15vh;
  45. line-height: 6.15vh;
  46. margin-bottom: 0.61vh;
  47. text-align: left;
  48. font-size: 2.92vh;
  49. color: #000000;
  50. font-weight: bold;
  51. }
  52. .container .header .instructions{
  53. font-size: 2.46vh;
  54. height: 4.92vh;
  55. line-height: 4.92vh;
  56. text-align: center;
  57. color: #2c7339;
  58. }
  59. .container .quick-login{
  60. /* position: fixed; */
  61. width: calc(100% - 40px);
  62. background-color: #fff;
  63. border-radius: 30px;
  64. overflow: hidden;
  65. padding: 20px 20px 0;
  66. margin: 0 auto;
  67. position: relative;
  68. top: -8vh;
  69. }
  70. .van-field__body {
  71. /* border-bottom: 1px solid #dddddd; */
  72. }
  73. .filed_box{
  74. background-color: #F6F6F6;
  75. padding: 5px;
  76. border-radius: 50vh;
  77. margin-bottom: 15px;
  78. }
  79. .van-cell {
  80. background-color: transparent!important;
  81. }
  82. .container .quick-login .key-login{
  83. width: 89vw;
  84. height: 5.17vh;
  85. background:#ffffff;
  86. margin:0 auto;
  87. border-radius: 5.17vh;
  88. text-align: center;
  89. line-height: 5.17vh;
  90. font-size: 2.21vh;
  91. color: #2c7339;
  92. box-shadow: 8rpx 6rpx 20rpx rgba(0,0,0,.3);
  93. padding: 0;
  94. }
  95. .container .quick-login .authorization{
  96. margin-top: 5vh;
  97. display: flex;
  98. justify-content: center; /* 相对父元素水平居中 */
  99. align-items: center; /* 子元素相对父元素垂直居中 */
  100. color: #fff;
  101. }
  102. .container .quick-login .authorization .changeSize{
  103. transform: scale(0.7,0.7);
  104. }
  105. .container .quick-login .authorization .changeSize .wx-checkbox-input {
  106. border-radius: 1vh;
  107. }
  108. .container .quick-login .authorization text{
  109. margin-left: -.5vw;
  110. }
  111. scroll-view text{
  112. display: block;
  113. line-height: 24px;
  114. text-indent: 2rem;
  115. }