login.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-763df410 {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-763df410 {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-763df410 {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-763df410 {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-763df410 {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-763df410 {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-763df410 {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-763df410 {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-763df410 {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-763df410 {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-763df410 {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .header.data-v-763df410 {
  76. padding-top: 15%;
  77. margin-bottom: 40rpx;
  78. display: flex;
  79. flex-direction: column;
  80. align-items: center;
  81. }
  82. .header .avatar.data-v-763df410 {
  83. width: 200rpx;
  84. height: 200rpx;
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. margin-bottom: 20rpx;
  89. }
  90. .header .nickname.data-v-763df410 {
  91. font-size: 40rpx;
  92. }
  93. .header .t2.data-v-763df410 {
  94. font-size: 24rpx;
  95. color: #999;
  96. }
  97. .body.data-v-763df410 {
  98. width: 100%;
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. padding: 20rpx 100rpx;
  103. margin: 40rpx 0;
  104. }
  105. .body .title.data-v-763df410 {
  106. font-size: 32rpx;
  107. margin-bottom: 20rpx;
  108. }
  109. .body .tips.data-v-763df410 {
  110. font-size: 24rpx;
  111. color: #909399;
  112. margin-bottom: 60rpx;
  113. }
  114. .third-login.data-v-763df410 {
  115. display: flex;
  116. flex-direction: column;
  117. align-items: center;
  118. justify-content: center;
  119. padding: 20rpx;
  120. }
  121. .function-row.data-v-763df410 {
  122. font-size: 24rpx;
  123. display: flex;
  124. align-items: center;
  125. justify-content: center;
  126. margin: 0 auto;
  127. width: 300rpx;
  128. }
  129. .footer.data-v-763df410 {
  130. position: absolute;
  131. width: 100%;
  132. text-align: center;
  133. bottom: 20rpx;
  134. font-size: 24rpx;
  135. color: #606266;
  136. }
  137. .footer .agreement.data-v-763df410 {
  138. color: #2080f0;
  139. }
  140. .footer .img.data-v-763df410 {
  141. display: inline-block;
  142. margin-right: 10rpx;
  143. }
  144. .scoped-login-btn.data-v-763df410 {
  145. background: transparent;
  146. border: 0;
  147. outline: 0px;
  148. -webkit-appearance: none;
  149. background: #13CE66;
  150. color: #fff;
  151. font-size: 28rpx;
  152. }
  153. .scoped-login-btn.data-v-763df410::after {
  154. display: none;
  155. }