index.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. page {
  2. background: linear-gradient(180deg, #ffffff, #ffffff, #ffffff, #c8eeff);
  3. .container {
  4. // background-color: #fff;
  5. min-height: 100%;
  6. align-items: stretch;
  7. overflow-x: hidden;
  8. position: relative;
  9. width: 100%;
  10. padding-top: 100rpx;
  11. .logo {
  12. width: 100%;
  13. display: flex;
  14. justify-content: center;
  15. align-items: center;
  16. margin: 0;
  17. margin-top: 60rpx;
  18. /* margin-bottom: 20rpx; */
  19. .logo-img {
  20. width: 120rpx;
  21. height: 120rpx;
  22. }
  23. }
  24. .logo-name {
  25. width: 100%;
  26. text-align: center;
  27. height: 50rpx;
  28. line-height: 50rpx;
  29. font-size: 32rpx;
  30. margin-top: 40rpx;
  31. }
  32. .intro {
  33. width: 100%;
  34. /* text-align: center; */
  35. // height: 100rpx;
  36. /* line-height: 80rpx; */
  37. line-height: 40rpx;
  38. padding: 20rpx 30rpx;
  39. font-size: 26rpx;
  40. color: #555;
  41. // margin-bottom: 30rpx;
  42. display: -webkit-box;
  43. -webkit-box-orient: vertical;
  44. -webkit-line-clamp: 2;
  45. overflow: hidden;
  46. }
  47. .login {
  48. width: 100%;
  49. /* height: 80rpx; */
  50. margin: 40rpx auto;
  51. font-size: 28rpx;
  52. color: #999;
  53. text-align: center;
  54. border-radius: 50%;
  55. }
  56. .mark {
  57. margin: 40rpx auto;
  58. display: flex;
  59. justify-content: center;
  60. align-items: center;
  61. font-size: 28rpx;
  62. .text {
  63. color: #2c70f7;
  64. font-size: 28rpx;
  65. }
  66. }
  67. }
  68. .text {
  69. font-size: 30rpx;
  70. color: #fff;
  71. }
  72. .cancel {
  73. width: 100%;
  74. height: 100rpx;
  75. line-height: 100rpx;
  76. text-align: center;
  77. font-size: 28rpx;
  78. color: #555;
  79. margin-top: 30rpx;
  80. }
  81. .btn-login {
  82. display: flex;
  83. justify-content: center;
  84. height: 100rpx;
  85. width: 600rpx;
  86. background: #2c70f7;
  87. align-items: center;
  88. }
  89. .btn-phone{
  90. color: #2c70f7;
  91. text-align: center;
  92. margin: 40rpx auto;
  93. font-size: 28rpx;
  94. }
  95. radio {
  96. transform: scale(.7) translate(0%, 5%);
  97. }
  98. }
  99. .modal-dialog {
  100. width: 100%;
  101. height: 100%;
  102. position: fixed;
  103. top: 0;
  104. left: 0;
  105. background: rgba(10, 10, 10, 0.8);
  106. overflow: hidden;
  107. z-index: 1000;
  108. color: #fff;
  109. .modal-content {
  110. height: 357rpx;
  111. width: 70%;
  112. overflow: hidden;
  113. position: fixed;
  114. top: 40%;
  115. left: 16%;
  116. z-index: 2000;
  117. background: #fff;
  118. padding-top: 66rpx;
  119. text-align: center;
  120. /* display: flex;
  121. flex-direction: column;
  122. align-items: center;
  123. justify-content: center; */
  124. .modal-title {
  125. color: #000000;
  126. }
  127. .getPhone {
  128. color: #000000;
  129. margin-top: 10rpx;
  130. width: 85%;
  131. background: #54b635;
  132. color: #fff;
  133. }
  134. }
  135. }
  136. .modal{
  137. padding: 20rpx 10rpx;
  138. }
  139. .model {
  140. width: 100%;
  141. height: 100vh;
  142. position: fixed;
  143. background: rgb(0 0 0 / 46%);
  144. top: 0;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. .model_box {
  149. width: 600rpx;
  150. padding: 20rpx;
  151. background: white;
  152. border-radius: 14rpx;
  153. position: relative;
  154. .post_flex {
  155. position: absolute;
  156. top: 10rpx;
  157. right: 10rpx;
  158. color: #999;
  159. }
  160. .model_top {
  161. margin-top: 20rpx;
  162. .company_cover {
  163. width: 450rpx;
  164. display: flex;
  165. .title {
  166. margin-left: 10rpx;
  167. font-weight: bold;
  168. font-size: 30rpx;
  169. }
  170. }
  171. }
  172. .desc {
  173. width: 440rpx;
  174. margin: 20rpx 0;
  175. font-size: 28rpx;
  176. color: #5f5f5f;
  177. }
  178. .cell {
  179. display: flex;
  180. align-items: center;
  181. justify-content: space-between;
  182. margin-bottom: 20rpx;
  183. font-size: 30rpx;
  184. .label {
  185. font-weight: 400;
  186. }
  187. .cont {
  188. display: flex;
  189. .avatar-wrapper {
  190. width: 80rpx;
  191. height: 80rpx;
  192. padding: 0 !important;
  193. .avatar {
  194. width: 100%;
  195. height: 100%;
  196. border-radius: 50%;
  197. background: white;
  198. }
  199. .avatar_use {
  200. background-image: url("https://pwa.fmode.cn/useravatar.png");
  201. background-repeat: no-repeat;
  202. background-size: 100%;
  203. }
  204. }
  205. .weui-input {
  206. width: 220rpx;
  207. text-align: right;
  208. }
  209. }
  210. }
  211. .btn {
  212. // background: #54b635;
  213. background: #2c70f7;
  214. border-radius: 10rpx;
  215. width: 400rpx;
  216. padding: 16rpx 0;
  217. margin: 50rpx auto 20rpx;
  218. text-align: center;
  219. color: white;
  220. }
  221. }
  222. }